Is there a wiki or book, which explains what happens when user enters a link in the browser, and how the dns is resolved, how the router finds the route to the host etc.. I am mainly interested in routing the packets.
Thank you
Is there a wiki or book, which explains what happens when user enters a link in the browser, and how the dns is resolved, how the router finds the route to the host etc.. I am mainly interested in routing the packets.
Thank you
It's definitely a broad topic. The book I am most familiar with is TCP/IP Illustrated, Vol. 1: The Protocols. In addition, here are a couple links on how routers work.
This is a somewhat detailed overview of the process. I am eliding some specifics on the routing. The actual routing decision isn't that interesting, it "just" boils down to finding the most specific route (255.255.255.0 is a more specific netmask than 255.0.0.0). In routing terms, the interesting bit is how routing information is propagatated through the network(s)).
http://www.example.com/
in browser.