Computer Basics 12: How the Internet Works
http://FreeCodeCamp.com is a community of busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.
Follow us on twitter: https://twitter.com/intent/user?screen_name=freecodecamp
Follow us on Twitch: twitch.tv/freecodecamp
Like us on Facebook: https://www.facebook.com/freecodecamp
Follow Quincy on Quora: http://www.quora.com/Quincy-Larson
This is a brief and basic overview of how the internet works.
For a more in-depth explanation, check out web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm
Let's talk a little more about how the internet works.
We've already estabilished that every device and router on the intenet has its own IP address, which is assigned based on location.
Using these IP addresses, your device can talk to your modem, then to a router, which is set up by a web service.
The router would go to the domain name server, still just sending a request.
That server would send back the information that was requested, and it would go back to your device.
You might think this is fallable; if one step goes out, then the whole process is done.
But really, there are so many routers and so many routes that if even a big chunk goes out, that still won't really affect the functionality.
It's really amazing.
What I want you take away from this video is that your device, since it has an IP address, can send out a request for informatoin, and that information will get back to your device via servers and routers that comprise the internet.
Now, this explaination is really quite basic.
For more information, check out web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm.