The art of network architecture by Russ White and Denise Donohue
1
2
3
- VDI = Virtual Desktop Infrastructure
4
- PIN = Place In the Network - dividing a network along functional rather than topological links
5
- TRILL = Transparent Interconnection of Lots of Links
6
- If we treat the control plane as a distributed database, then the network is converged when every router (or device with a copy of the database) has the same view of the network's state, or a consistent set of best paths through the network.
- Stretch, quite simply, is the difference between the optimum path through the network (for any pair of hosts) and the actual path through the network.
- anytime you hide state, you increase stretch
7
- virtualization - creation of virtual topologies (or information subdomains) on top of a physical topology
8
- event driven notification vs polling driven notification
- frr = fast reroute - precomputing the backup path
9
- close a door, open a door - there's always a trade-off
10
- FCAPS = fault, configuration, accounting, performance, security
11
- learn graph theory and geometry
12
- anytime one packet is encapsulated inside another packet of the same or a higher layer, the packet is being tunneled
13
- how fast does the routing protocol converge, is it proprietary, easiest to conf and tshoot, best for the specific topology
14
- there's no such thing as free lunch
15
- lisp = Locator Identifier Separation Protocol
16
- if the service is free, you are the product
17
- sdn - a network where there is an application programming interface (API) into the network that allows applications to both understand and react to the state of the network in near real time
18
- minimize oversubscription in data center networks