- Mastering Python Networking
- Eric Chou
- 217字
- 2021-07-02 21:42:29
Network protocol suites
In the early days of computer networking, the protocols were proprietary and closely controlled by the company who designed the connection method. If you are using Novell's IPX/SPX protocol in your hosts, you will not able to communicate with Apple's AppleTalk hosts and vice versa. These proprietary protocol suites generally have analogous layers to the OSI reference model and follow the client-server communication method. They generally work great in Local Area Networks (LAN) that are closed without the need to communicate with the outside world. When the traffic do need to move beyond local LAN, typically an internetwork device, such as a router, is used to translate from one protocol to another such as between AppleTalk to IP. The translation is usually not perfect, but since most of the communication happens within the LAN, it is okay.
However, as the need for internetwork communication rises, the need for standardizing the network protocol suites becomes greater. These proprietary protocols eventually gave way to the standardized protocol suites of TCP, UDP, and IP that greatly enhanced the ability from one network to talk to another. The internet, the greatest network of them all, relies on these protocols to function properly. In the next few sections, we will take a look at each of the protocol suites.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Learning C# by Developing Games with Unity 2020
- Redis Essentials
- 基于Swift語言的iOS App 商業實戰教程
- Java Web程序設計任務教程
- Learning Concurrent Programming in Scala
- 零基礎Java學習筆記
- Create React App 2 Quick Start Guide
- Microsoft Dynamics AX 2012 R3 Financial Management
- ServiceNow:Building Powerful Workflows
- ASP.NET程序開發范例寶典
- Learning YARN
- Spring Boot實戰
- Java圖像處理:基于OpenCV與JVM
- 零基礎學HTML+CSS第2版