Network Servers and Services Lesson 009: Load Balancers

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:56 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is a load balancer also known as?

A content switch.

2
New cards

Load Balancer/Content Switch

Distributes incoming requests across a number of servers inside a server farm or a cloud infrastructure.

3
New cards

Why is a load balancer important?

Because its functionality ensures that server/s won’t be overwhelmed by incoming requests.

4
New cards

What would happen to applications, websites, and services without the use of a load balancer?

A single server would crash due to a self-imposed DoS attack.

5
New cards

What does a load balancer act as?

A traffic cop, directing traffic to the most available server to fulfill a request.

6
New cards

What benefits come from the use of a load balancer?

Maximized speed and efficient use of all existing server capacity.

7
New cards

What does DoS stand for?

Denial of Service.

8
New cards

What does DDoS stand for?

Distributed Denial of Service.

9
New cards

What is one of the key things that help defend against a DDoS attack?

The use of a load balancer to mitigate server load.

10
New cards

Denial of Service Attack

Involves a continual flooding of victim systems with requests for services with one device and causes system crashes.

11
New cards

Distributed Denial of Service Attack

Multiple machines simultaneously launch attacks on the server to force it offline.

12
New cards

What does IPSs stand for?

Intrusion Prevention Systems.

13
New cards

Besides using a load balancer, how can organization mitigate the risk of a successful DDoS attack from taking down their servers?

Blackholing/Sinkholing, IPSs, utilizing elastic cloud infrastructure.

14
New cards

Blackholing/Sinkholing

Identifies any attacking IP addresses and routes their traffic to a non-existent server through a null interface.

15
New cards

How do attackers attempt to get around the utilization of blackholing/sinkholing?

By using another IP address to start the attack again.

16
New cards

Intrusion Prevention Systems

Used to identify and respond to DoS attacks.

17
New cards

What is the limitation with IPSs?

They don’t have enough processing power to handle large-scale attacks.

18
New cards

Elastic Cloud Infrastructure

Allows scaling up on demand as needed, giving organizations the ability to ride out DoS or DDoS attacks.

19
New cards

What is the caveat to utilizing elastic cloud infrastructure as a means to protect against the affects of a DoS or DDoS attack?

Cloud service providers will charge for the increased utilization of capacity and resources.

20
New cards