- Mastering Python Networking
- Eric Chou
- 243字
- 2021-07-02 21:42:28
The internet overview
What is the internet? This seemingly easy question might receive different answers depending on your background. The internet means different things to different people, the young, the older, the student, the teacher, the business person, a poet, all could have a different answer to the question.
To a network engineer and systems engineer by extension, the internet is a global computer network providing a variety of information. This global computer network system is actually a web of internetwork connecting large and small networks together. Imagine your home network; it will consist of a home switch connecting your smart phone, tablet, computers, and TV together, so they can communicate with each other. Then, when it needs to communicate to the outside world, it passes the information on to the home router that connects your home network to a larger network, often appropriately called the Internet Service Provider (ISP). Your ISP often consists of edge nodes that aggregate the traffic to their core network. The core network's function is to interconnect these edge networks via a higher speed network. At special edge nodes, your ISP is connected to other ISPs to pass your traffic appropriately to your destination. The return path from your destination to your home computer, tablet, or smart phone may or may not follow the same path through all of these networks back to your screen.
Let's take a look at the components making up this web of networks.
- 計算機網絡
- Mastering Visual Studio 2017
- Flask Blueprints
- Learning Apex Programming
- HTML5+CSS3網頁設計
- 快速念咒:MySQL入門指南與進階實戰
- 利用Python進行數據分析(原書第3版)
- 學習OpenCV 4:基于Python的算法實戰
- Frank Kane's Taming Big Data with Apache Spark and Python
- Python Data Science Cookbook
- Java程序設計教程
- Puppet:Mastering Infrastructure Automation
- Python計算機視覺與深度學習實戰
- React and React Native
- C# 7 and .NET Core 2.0 Blueprints