Quiz #3 Flashcards
What are four limitations to agility in data centers?
- Insufficient network capacity for connecting the servers
- Fragmented server pool (network congestion and hotspots).
- Network flooding of one service affecting other services
- IP addresses are statically bound to the servers
What are the objectives of VL2? Select all that apply
- Uniform Capacity (independent of topology, server-server communication limited only by NICs connected to the servers)
- Performance Isolation for the services (the traffic of one service does not affect other services)
- Flexible assignment of IP addresses to Ethernet ports to support server mobility commensurate with service requirements
What are limitations of conventional data center
networks?
- Dependence on high-cost proprietary routers (in connecting the data centers resources)
- Extermely limited server-to-server capacity.
- Huge variance in available bandwidth between servers depending on their location
What are the characteristics of traffic patterns in
data center networks? Select all that apply
- Traffic patterns are unpredictable
2. Traffic patterns are uncorrelated
Why does probabilistic flow distribution work well (enough) for data center networks?
- Enough capacity in
the network for individual flows - Commodity switch-to-switch links are substantially thicker (~10x) than the maximum thickness of a flow.
What is flat IP addressing?
Flat IP architecture provides a way to identify devices using symbolic names, unlike the hierarchical architecture such as that used in “normal” IP addresses.
How is flat IP addressing accomplished in Azure VL2
switching fabric?
separate the name and the location & resolution server that does the mapping between name and location.
??? Use a nameserver to resolve the address?
??? Use a central authority outside the data center to issue IP addresses to the apps?
What is Valiant Load Balancing for packet routing in a
data center network fabric?
Flow-based random traffic indirection in multipath scenarios.
*This is the solution to get uniform high capacity between servers.
What is the meaning of layer-2 semantics in data center
networks?
Packet forwarding in the switches is based on link layer protocol.
*Basically the communication latency and the throughput should be bound by the network interface speeds of the source and destination
What is the meaning of performance isolation?
The performance of an application is unaffected by other applications running concurrently with it
What does VL2 stands for? where is incorporated?
VL2 stands for Virtual Layer 2 switch. This solution is incorporated in the Azure networking fabric.