Build request ⇒ DNS parse ⇒ TCP connection ⇒ HTTP request ⇒ server response ⇒ client
Domain Name System
Parse human readable domain names to IP address which system can process.
HTTP Request
- Domain name analysis
- Browser sends a HTTP request to target server
- Server redirects permanently
- Browser traces the redirected address
- Server processes the request
- Server returns a HTML response
- Browser starts displaying the HTML
- Browser requests objects in HTML (images && scripts)
- Browser sends asynchronous requests