Multiple IP Performance & Redundancy Flashcards
What does Link Aggregation allow interfaces to do
Link Aggregation allows multiple network interfaces to combine into a single logical interface. This improves performance by increasing bandwidth and provides failover to maintain connection reliability.
Where is Link Aggregation used?
Data Centers: To connect servers to switches with higher throughput and reliability.
Enterprise Networks: For connecting switches or routers to improve performance and avoid downtime.
Storage Systems: In NAS or SAN setups to ensure fast and redundant data access.
What protocol controls Link Aggregation
LACP (Link Aggregation Control Protocol) controls Link Aggregation
What are the benefits of Link Aggregation
Provides benefits such as:
- increased bandwidth by combining multiple links,
- improved fault tolerance with automatic failover if one link fails
- efficient load balancing for optimized traffic distribution.
What is a limitation of Link Aggregation
it typically only works up to the nearest switch, meaning it cannot aggregate links across multiple switches unless specific technologies like MLAG (Multi-Chassis Link Aggregation) are used
What is VLAN used for
A VLAN (Virtual Local Area Network) is used to deliver multiple logically separated networks over a single physical cable
What are the benefits of VLAN
VLAN enables segmentation for security, performance, or organizational purposes
What identifies a VLAN in Ethernet frames
A VLAN is identified in Ethernet frames by a VLAN tag, which is a 12-bit identifier
What is the default behavior for untagged frames in VLANs
They are assigned a per-port default network
What are untagged ports in VLANs also known as
Access ports
What is the purpose of tagged ports in VLANs
To transmit and receive only tagged packets, allowing multiple VLANs to share a single physical connection between switches or routers
What is the security level of VLANs
The security level of VLANs is relatively weak, as it only provides logical separation.
Can compare it to marking private on an envelope
What is the benefit of combining Link Aggregation with VLANs
Provides resilience by ensuring failover and improved bandwidth for multiple VLANs, while also maintaining network separation and load balancing across links
What is the naive approach to load balancing
Treat all servers as one machine and rely on DNS round-robin
What is the role of a load balancer
To distribute incoming connections to the least loaded active server
What does a load balancer use to maintain session consistency
Source tracking for “sticky” connections
What does VRRP stand for
Virtual Router Redundancy Protocol
What does VRRP enable for routers and firewalls
Failover by advertising a shared IP address
What is the purpose of mutual monitoring in VRRP
To prevent split-brain scenarios during failover
What is anycasting in networking
Advertising the same IP address from multiple locations for redundancy
How does anycasting benefit DNS and CDNs
It provides load balancing and redundancy
What is a drawback of anycasting with TCP
New routes can disrupt long-lived connections
What are the key benefits of VLANs
Multiple logical networks on one physical infrastructure
What are the main benefits of Link Aggregation
Improved performance and faster failover
What is the purpose of load balancing
To share traffic among multiple systems behind a single IP
What is the goal of VRRP
To ensure service continuity through failover