- Mastering Python Networking
- Eric Chou
- 365字
- 2021-07-02 21:42:39
Data modeling for infrastructure as code
According to Wikipedia,
The data modeling process can be illustrated in the following graph:

When applied to networking, we can apply this concept as an abstract model that describes our network, be it datacenter, campus, or global Wide Area Network. If we take a closer look at a physical datacenter, a layer 2 Ethernet switch can be thought of as a device containing a table of Mac addresses mapped to each ports. Our switch data model describes how the Mac address should be kept in a table, which includes the keys, additional characteristics (think of VLAN and private VLAN), and more. Similarly, we can move beyond devices and map the datacenter in a model. We can start with the number of devices in each of the access, distribution, core layer, how they are connected, and how they should behave in a production environment. For example, if we have a Fat-Tree network, how many links should each of the spine routers have, how many routes they should contain, and how many next-hops should each of the prefixes have. These characteristics can be mapped out in a format that can be referenced against the ideal state that we should always check against.
One of the relatively new network data modeling language that is gaining traction is YANG. Yet Another Next Generation (YANG) (despite common belief, some of the IETF work group do have a sense of humor). It was first published in RFC 6020 in 2010, and has since gained traction among vendors and operators. At the time of writing this book, the support for YANG varied greatly from vendors to platforms. The adaptation rate in production is therefore relatively low. However, it is a technology worth keeping an eye out for.
- 手機安全和可信應用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- JMeter 性能測試實戰(zhàn)(第2版)
- 編程珠璣(續(xù))
- R語言游戲數(shù)據(jù)分析與挖掘
- Reactive Android Programming
- Microsoft Azure Storage Essentials
- Procedural Content Generation for C++ Game Development
- OpenCV 3計算機視覺:Python語言實現(xiàn)(原書第2版)
- Fastdata Processing with Spark
- C#程序設計基礎與實踐
- TypeScript High Performance
- Python深度學習入門:從零構(gòu)建CNN和RNN
- FORTRAN程序設計權(quán)威指南
- Python深度學習實戰(zhàn):基于TensorFlow和Keras的聊天機器人以及人臉、物體和語音識別