Examining Load Balancers and Proxies Flashcards

1
Q

What are load balancers used for on networks?

A

Distribute network or application traffic across multiple servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of traffic distribution?

A

Improves responsiveness

  • Increases availability of applications
  • Increases availability of websites
  • Increases availability of databases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some of the different types of load balancers?

A

Round Robin, Least connection, Weighted connection, IP hash, Application-aware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Round Robin load balancer do?

A

Distributes requests sequentially across a group of servers in a repeating pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Least connection load balancer used for?

A

Routes traffic to servers with the fewest active connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of the Weighted connection load balancer?

A

Assigns a weight to each server, with higher weight values indicating greater request capacity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the IP hash load balancer function?

A

Uses the client’s IP address or an HTTP header value to determine which server receives the request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an application-aware load balancer?

A

Makes routing decisions based on application-specific data such as HTTP headers, cookies, or data within the message content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are proxies?

A

An intermediary for incoming client requests for resources from other servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of proxies?

A

Provides caching services, reduces latency, implements cache control policies, provides security, and provides anonymization services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some benefits of caching services provided by proxies?

A

Stores copies of frequently requested web resources and delivers cached resources directly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do proxies enhance security?

A

Acts as an intermediary, intercepting requests to external servers and filtering malicious traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the different types of proxies?

A

Forward proxy, Reverse proxy, Transparent proxy, Web application proxies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does a Forward proxy do?

A

Sits between the client and the Internet to control and filter client requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the function of a Reverse proxy?

A

Sits in front of web servers, forwarding client requests to those web servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What distinguishes a Transparent proxy?

A

Intercepts communication at the network layer without requiring special client configuration

17
Q

What is the role of Web application proxies?

A

Sits in front of web servers, forwarding client requests to internal applications and providing security services