- 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.
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- Learn Type:Driven Development
- Visual FoxPro程序設(shè)計教程
- Access 數(shù)據(jù)庫應(yīng)用教程
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Designing Hyper-V Solutions
- UML+OOPC嵌入式C語言開發(fā)精講
- 游戲程序設(shè)計教程
- Learn React with TypeScript 3
- jQuery開發(fā)基礎(chǔ)教程
- 編程與類型系統(tǒng)
- 蘋果的產(chǎn)品設(shè)計之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗的七個原則
- MySQL程序員面試筆試寶典
- C++ System Programming Cookbook