Networking Basics and Terminology (1) Flashcards

1
Q

Which of the following benefits are realized from implementing a load balancer? (Choose two.)

Improved app performance

Increased app security

Increased app regulatory compliance

Increased app availability

A

Improved app performance

Increased app availability

Load balancers improve app performance because a pool of backend servers is available to handle client requests instead of a single server, which means that these servers can handle the additional request load that may occur. App availability is increased because a pool of backend servers is available to service client requests. A backend server failure means client requests will be serviced by backend servers that remain up and running

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

A busy web site has not been responding well because of the large volume of HTTP requests sent to the web server. Which solution would be the most optimal to improve current and future web server performance?

Add more RAM to the web server.

Use two web servers hosting the same content. Configure a load balancer to distribute incoming HTTP connections between the two web servers.

Place a router between the web server and the Internet to throttle incoming HTTP connections.

A

Use two web servers hosting the same content. Configure a load balancer to distribute incoming HTTP connections between the two web servers.

Configuring multiple servers behind a load balancer allows for the distribution of incoming network traffic among those servers. This improves the performance of busy web applications and increases availability because more than one server is hosting the same application

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

You would like to prevent client requests from being serviced by busy backend servers hosting user sessions. Which load balancer scheduling algorithm should you configure?

Weighted round robin

Random

Least connections

A

Least connections

The least connections algorithm ensures that traffic is sent to the backend server with the smallest amount of active connections

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

During an IT meeting, your colleague Trinity suggests that there is a single point of failure in the single load balancer in place for the company web site ordering system. She suggests having two load balancers configured, with only one in service at a given time. What type of load balancing configuration has Trinity described?

Round robin

Active-active

Active-passive

A

Active-passive

Active-passive configurations consist of two load balancers, one of which is active. When the active load balancer is unresponsive, the second load balancer takes over

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

An active-passive load balancer solution is configured on your network. When the standby load balancer determines that the primary load balancer is down, what attribute does it take control of?

Load balancer MAC address

Load balancer IP address

First backend server MAC address

A

Load balancer IP address

A virtual IP address (load balancer IP address) is assigned to the active load balancer. This is the externally exposed address that the DNS names must resolve to

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

Your public cloud–based load balancer uses Linux backend servers to host a web application. Each backend Linux host is configured with only a single private IPv4 address. You need to be able to manage each Linux backend host remotely from your on-premises network without exposing each backend server directly to the Internet. Which options should you consider? (Choose two.)

Assign a public IP address to each backend Linux instance.

Assign an IPv6 address to each backend Linux instance.

Configure inbound NAT rules on the load balancer.

Configure a jump box solution.

A

Configure inbound NAT rules on the load balancer.

Configure a jump box solution.

Load balancer inbound NAT rules allow incoming traffic to the load balancer on a given port, such as SSH for Linux management, to be mapped to internal hosts configured with only private IP addresses. A jump box is a physical or virtual server with at least two network interfaces with routing between the interfaces disabled. One jump box interface has a connection to a public network and the second interface has a connection to an internal network. Once authenticated to the jump box, administrators can use it as a launch pad to connect to internal hosts

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

To improve application performance for a public-facing web application, you want to reduce the amount of processing for each backend Windows server configured in a load balancer backend server pool. HTTPS is currently configured on each server. HTTPS is required to protect traffic web application traffic. What should you do?

Enable SSL/TLS pass-through on the load balancer.

Configure IPSec on the load balancer.

Configure SSL/TLS termination at the load balancer.

A

Configure SSL/TLS termination at the load balancer.

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

How does an OSI layer 7 load balancer differ from a layer 4 load balancer?

Layer 7 load balancers can inspect IP addresses to make load balancing decisions.

Layer 7 load balancers can inspect URLs to make load balancing decisions.

Layer 7 load balancers can examine MAC addresses to make load balancing decisions.

A

Layer 7 load balancers can inspect URLs to make load balancing decisions.

Layer 7 of the OSI model, the application layer, enables access to all packet contents including the payload; therefore, URLs can be examined by the load balancer to determine which backend servers should receive the request

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

What is the primary purpose of a load balancer health probe configuration?

To check Internet connectivity

To check load balancer responsiveness

To check backend server responsiveness

A

To check backend server responsiveness

A load balancer can be configured to test connectivity to backend servers periodically on a given port number using health probes. Unresponsive backend servers are marked as unhealthy and do not receive client app requests

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

While testing a custom load balanced application, you determine that the app depends on client devices being connected to the same backend server throughout a session. Which load balancer option should you enable to support this kind of behavior?

Source IP affinity

Health probe

Round robin

A

Source IP affinity

Load balancer source IP affinity, also called client IP affinity, ensures that clients remain connected to the same backend host during an app session

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

IPv6 addresses consist of how many bits?

16

32

128

A

128

IPv6 addresses are 128 bits long, represented as eight 16-bit groups of hexadecimal characters, where each group is separated with a colon

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

You need to test to determine whether a local IPv6 stack is functioning on a Windows 10 host. Which command should you issue?

ping 127.0.0.1

ipconfig –test 127.0.0.1

ping 0:0:0:0:0:0:0:1

A

ping 0:0:0:0:0:0:0:1

The Windows ping command can be used to test IPv6 functionality for the IPv6 local loopback address of 0:0:0:0:0:0:0:1, also referred to as :: 1. The double colons represent a series of consecutive zeroes

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

An IT technician issues the Windows ipconfig command and is concerned after noticing an address with an FE80 prefix. What should you tell the technician?

IPv6 hosts always have a link-local unicast address beginning with FE80.

IPv6 hosts with an FE80 address are unable to communicate on the Internet.

FE80 is similar to an IPv4 169.254 prefix; it means the host could not reach a DHCP server.

A

IPv6 hosts always have a link-local unicast address beginning with FE80.

The IPv6 FE80 prefix is used for link-local unicast addresses. IPv6 hosts always have this type of IP address, whether or not they are configured with a static IP address or are configured to use DHCP

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

Which IPv6 protocol is primarily responsible for error and status information?

TCP

ICMP

UDP

A

ICMP

The Internet Control Message Protocol (ICMP) is responsible for error and status information in IPv4 and IPv6

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