FCC Computer Basics 11: IP Addresses
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
The Internet, part 1: IP Addresses.
Every device has an IP address.
IP addresses are assigned based on location, and are vital for the internet to work.
We're going to talk about the Internet: Part 1, How the Internet Works.
To know how the internet works, we're going to talk first about IP addresses.
You may be familliar with the fact that each of your devices has its own IP address, just like a house or an apartment has its own address.
The internet can't deliver data to a device unless it has an IP address.
Not only does your device have one, but so does the modem, the router, and every step along the way, which we'll get to later.
IP addresses are determined based on location, starting with 5 big international regions.
Moving from left to right, the numbers mean something specific about your location.
This number isn't specific enough that you could call 911, give them your IP address, and have them know where you live.
However, it is specific enough that you could google \Where's the best ice cream near me\ and google could give you information close to your location.
This is done using your IP address.
Other Videos By freeCodeCamp.org
2016-09-23 | Networks: How computers talk |
2016-09-23 | Networks: The size of a Mac Address |
2016-09-23 | Networks: What is a WAN? |
2016-09-23 | Networks: What is a Mac Address? |
2016-09-23 | Networks: Collision Detection and Avoidance |
2016-06-23 | Deploy a Dynamic Website in Minutes |
2016-06-23 | Gmail Keyboard Shortcuts |
2016-03-27 | Web Design: Development vs Design |
2016-03-27 | Computer Basics: What does 'Open Source' mean? |
2015-09-23 | Computer Security Tips for Beginners |
2015-09-22 | FCC Computer Basics 11: IP Addresses |
2015-09-20 | Computer Basics 14: Content Delivery Networks |
2015-09-20 | The DOM: What's the Document Object Model? |
2015-09-20 | Big O Notation: A Few Examples |
2015-09-20 | The DOM: Style in the Header, Script in the Footer |
2015-09-20 | Big O Notation: What It Is and Why You Should Care |
2015-08-24 | Chrome Dev Tools: Summary Tab |
2015-08-24 | Chrome Dev Tools: Console Tab |
2015-08-24 | Chrome Dev Tools: Audits Tab |
2015-08-24 | Chrome Dev Tools: Resources Tab |
2015-08-24 | Chrome Dev Tools: Memory Tab |