- Mastering Python Networking
- Eric Chou
- 219字
- 2021-07-02 21:42:31
IP routing concepts
In my opinion, IP routing is about having the intermediate devices between the two endpoint transmit the packets between them based the IP header. For every communication on the internet, the packet will traverse through various intermediate devices. As mentioned, the intermediate devices consist of routers, switches, optical gears, and various other gears that do not examine beyond the network and transport layer. In a road trip analogy, you might travel in the United States from the city of San Diego in California to the city of Seattle in Washington. The IP source address is analogous to San Diego and the destination IP address can be thought of as Seattle. On your road trip, you will stop by many different intermediate spots, such as Los Angeles, San Francisco, and Portland; these can be thought of as the routers and switches between the source and destination.
Why was this important? In a way, this book is about managing and optimizing these intermediate devices. In the age of mega datacenters that span sizes of multiple American football fields, the need for efficient, agile, cost effective way to manage the network becomes a major point of competitive advantage for companies. In the future chapters, we will dive into how we can use Python programming to effectively manage the network.
- C語言程序設計案例教程(第2版)
- INSTANT FreeMarker Starter
- Internet of Things with Intel Galileo
- Visual Basic程序設計與應用實踐教程
- Hands-On Enterprise Automation with Python.
- Visual Basic程序設計教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Python預測分析實戰
- Java RESTful Web Service實戰
- Learning Shiny
- Spring Web Services 2 Cookbook
- Java EE 程序設計
- PHP從入門到精通(第7版)
- Getting Started with SQL Server 2014 Administration
- Instant OpenCV for iOS