Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0904-mansi/computer-network
https://github.com/0904-mansi/computer-network
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/0904-mansi/computer-network
- Owner: 0904-mansi
- Created: 2023-08-27T06:27:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T12:02:19.000Z (4 months ago)
- Last Synced: 2024-07-16T14:46:00.435Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Wrapping Up
You did it! You traced a URL request from the browser all the way to the server hosting it and it’s response back to the browser to be rendered. We covered the relationship between websites, servers, IP addresses and stepped through each of the steps that your browser goes through when you type a URL into your browser and press enter. For review, here are those six steps:
You type a URL in your browser and press Enter
Browser looks up IP address for the domain
Browser initiates TCP connection with the server
Browser sends the HTTP request to the server
Server processes request and sends back a response
Browser renders the content