- Practical Web Development
- Paul Wellens
- 237字
- 2021-07-16 13:14:05
The Internet
The Internet is a global network that today interconnects billions of computers worldwide. Its origin dates back to research done for the US government, but today everybody can get on the Internet, using its standard set of protocols, commonly referred to as TCP/IP (the IP here being Internet Protocol).
Every computer or device that is connected to the Internet will have a unique Internet address, aka IP address. It is a set of 4 numbers separated by dots, for example, 192.25.13.90. Of course, you will never tell your friend that you bought something at 192.25.13.90 but at, for instance, www.amazon.com. This is because the Internet also uses a feature that translates IP addresses into easier to remember domain names. The example I used happens to be a website you can go to and buy things from a practice that we all know has caused the www to become what it is today.
The Internet and the www are, in everyday speech, treated as if they are synonyms but they are indeed not. There are a lot of different services provided on the Internet (by companies called Internet Service Providers (ISP)), and that was already the case before the www existed (for example, giving you access to electronic mail). What it took for the www to emerge was (just like in JavaScript) a series of asynchronous events. Two of those are too important to not mention.
- Python編程自學(xué)手冊
- Developing Mobile Web ArcGIS Applications
- Mastering QGIS
- WSO2 Developer’s Guide
- Java 11 Cookbook
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- Python:Master the Art of Design Patterns
- Unity 2D Game Development Cookbook
- C#實(shí)踐教程(第2版)
- Mastering Docker
- 零基礎(chǔ)學(xué)C語言(升級版)
- Learning VMware vSphere
- Scala Functional Programming Patterns
- Mastering Apache Camel
- UI動效設(shè)計從入門到精通