- 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.
- Java程序設計(慕課版)
- Reporting with Visual Studio and Crystal Reports
- Mastering OpenCV Android Application Programming
- Oracle從新手到高手
- 軟件測試項目實戰之性能測試篇
- Web Application Development with MEAN
- Python數據分析(第2版)
- Big Data Analytics
- TypeScript項目開發實戰
- Android系統原理及開發要點詳解
- SQL基礎教程(第2版)
- Learning Unreal Engine Android Game Development
- Python Essentials
- FPGA嵌入式項目開發實戰
- Mastering jQuery Mobile