Mohammed Sharooquesharooque.hashnode.dev·Dec 18, 2024Understanding WebSocket Handshake: Seamless Two-Way Communication for Web ApplicationsGoal: The goal of WebSocket technology is to enable browser-based applications to establish two-way communication with servers without the need for multiple HTTP connections. This approach facilitates seamless interaction between clients and servers...websockets
Sai Keerthan Kasulakeerthankasula.hashnode.dev·Oct 27, 2024The Client-Server Communication - SSL/TLS Handshake ProcessPrologue In this article, we’ll explore the communication process between the client (browser) and server, focusing on how they exchange data and validate each other to ensure that only the intended parties are involved and that the data remains secu...SSL/TLS
evaristo.cre-versing.hashnode.dev·Aug 26, 2024TLS 1.2 handshake's pre-master exchange encryption for beginnersQuick Review of the Handshake In a different post I made a general introduction of the TLS/SSL protocol, and its role in the security of the internet communications to prevent eavesdropping and tampering. I also concentrated on the handshake section,...pre-master exchange
Temitayo Daisi-Osothe-astral-programmer0.hashnode.dev·May 13, 2024What Happens When You Type 'google.com' in Your Browser and Press Enter?Table of Contents: Introduction URL Parsing Domain Name System (DNS) Resolution Transmission Control Protocol/Internet Protocol (TCP/IP) Firewalls and Intrusion Detection Systems (IDS) Secure Socket Layer (SSL)/Transport Layer Security (TLS) in...Url parsing
Nikhil Pandeynikhilpandeydigital.hashnode.dev·Mar 14, 2024HTTP vs HTTPS Understanding the Difference and what is TLS?Have you ever noticed a little lock icon in the address bar of your browser while browsing the web? This seemingly simple icon signifies a crucial difference in how your data travels online. In this blog post, we'll embark on a journey to understand ...10 likeshttps
Nehal IngoleforTeckbaker's Blogteckbakers.hashnode.dev·May 8, 2023CryptographyIn this last blog, we learn about what is cryptography? what is the use of cryptography? Implementation of the practice of client and server interacting with each other and also the use of another password if the hacker is present in the middle of...48 readsCryptography