- 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.
- 程序員面試筆試寶典(第3版)
- 從零構建知識圖譜:技術、方法與案例
- 小程序實戰視頻課:微信小程序開發全案精講
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 跟老齊學Python:輕松入門
- 區塊鏈:以太坊DApp開發實戰
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- MATLAB實用教程
- INSTANT Mercurial SCM Essentials How-to
- JS全書:JavaScript Web前端開發指南
- C語言程序設計同步訓練與上機指導(第三版)
- 可解釋機器學習:模型、方法與實踐
- HTML5從入門到精通(第4版)
- MySQL程序員面試筆試寶典
- Getting Started with Python