I have some questions regarding the Internet:
-
Is there a backbone which runs around the world or is it a mixture of fiber optic cable, microwave links and satellite links?
-
I know that a URL is broken down into an IP address but how does it know what IP address corresponds to that URL and how does it kinow which server the site is located on?
-
There are several “backbones” which most traffic routed a significant distance (ie, not local) go through, just because it’s more efficient to have a few fat pipes than a lot of skinny ones. especially over an ocean.
-
The I.P. address is the real address of a particular machine on the internet. The machine name (the part of the url that looks like “boards.straightdope.com”) is mapped to the ip by nameservers. There are tiers of nameservers. The top tier is the com or org or net or whatever, that’s where there’s only so many of those. That one would tell what the address of the nameserver for straightdope.com is. THAT nameserver would then tell what the address of boards.straightdope.com is.
I may have the particulars wrong, but that’s the basics.