How does my browser load a web page after I tap a link?




Sample courseExplore this sample course - sign up free to mentor your own PDFs, sites, and videos.
How does my browser load a web page after I tap a link?
Your browser opens a TCP connection to the server, sends an HTTP request, and renders the HTML response. The three-way handshake below is the first step.
Can you show the TCP handshake?
Here is a diagram of the three-way handshake between client and server.
Canvas · Diagram
TCP three-way handshakeSYN, SYN-ACK, then ACK establish the connection.
What happens after the handshake?
Once the connection is open, the browser sends HTTP requests and builds the page from the response. Sign in to continue this conversation with your own course materials.