High Availability Approaches in Networking

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from the lecture notes on high availability, redundancy, load balancing, and CDNs.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

High Availability (HA)

A design approach to keep network services running with minimal downtime by using redundancy, load balancing, and scalable infrastructure.

2
New cards

Network Redundancy

The practice of ensuring networks stay up by creating multiple pathways and duplicate components (servers, NICs, cables, switches, routers).

3
New cards

Redundant Network Paths

Multiple routes between devices and to the Internet to avoid a single point of failure and enable failover.

4
New cards

Network Interface Card (NIC) Redundancy / NIC Teaming / Link Aggregation

Combining multiple NICs into a single logical group to provide fault tolerance and increased throughput.

5
New cards

Load Balancing

Distributing traffic across multiple servers or NICs to maximize performance and reliability.

6
New cards

Shared Load / Virtual NIC

Four NICs grouped to operate as one virtual NIC, delivering combined throughput (e.g., 4x100 Mbps = 400 Mbps).

7
New cards

Active-Active

A HA configuration where multiple systems run simultaneously and share load; failure of one link reduces throughput but service remains available.

8
New cards

Active-Passive

A HA configuration where a standby system remains idle until the primary fails; standby takes over to preserve service.

9
New cards

Throughput

The data transfer rate; can be increased by NIC aggregation (e.g., 2 Gbps with two 1 Gbps links).

10
New cards

Switches and Routers Redundancy

Configuring multiple trunk ports and cables so a switch can be serviced by more than one router, with failover.

11
New cards

Fiber Optic Trunk Ports

Using fiber cables on trunk ports to provide high-speed, redundant connections between network devices.

12
New cards

Content Delivery Network (CDN)

A geographically distributed network of servers that caches content closer to users to reduce latency and reroute traffic during failures.

13
New cards

Load Balancer

A device or service that distributes incoming traffic across multiple servers, monitors health, and reroutes around failed nodes.

14
New cards

Always-On Battery Backup (UPS)

Uninterruptible power supply system that stores energy and keeps critical systems running during outages; can provide power for extended periods depending on size.

15
New cards

Power Redundancy: Active-Active vs Active-Passive

Active-Active uses multiple power sources simultaneously to supply loads at all times; Active-Passive uses a standby source that only activates on failure.