An IT engineer is planning a website upgrade with load balancing features. What technology is used? A) Web Proxy B) Round Robin C) Port Forwarding D) Reverse Proxy

Respuesta :

Emela

Answer: (B): Round Robin

Explanation: Load Balancing refers to the systemic and effective distribution of network or application traffic across multiple severs in a sever farm. Every algorithm that balances load sits between the client's device and the back end severs.

Load Balancers are majorly used to increase the reliability and capacity of applications.

Round Robin is a type of algorithm that can be used to upgrade a website with load balancing features. It is the most widely used load balancing algorithm and it is a simple way to distribute requests across a group of servers.

Lanuel

The type of technology an IT engineer that is planning a website upgrade with load balancing features would use is: D) Reverse Proxy.

A website can be defined as a collective name used to describe series of web pages that are linked together with the same domain name.

A web server is a type of computer that run websites and distribute web pages as they are being requested over the internet by end users (clients).

Basically, when an end user (client) request for a website by adding or typing the uniform resource locator (URL) on the address bar of a web browser; a request is sent to the internet to view the corresponding web pages (website) associated with that particular address (domain name).

In Computer Networking, a single server can be configured to appear as an endpoint for multiple servers acting behind it through the use of a reverse proxy.

Hence, a reverse proxy is a type of server that is placed right in front of other servers such as a web server and it is typically configured to forward or route an end user's requests to those multiple servers sitting behind it.

Furthermore, when a reverse proxy is properly configured, it helps to ensure security, reliability and optimum performance of a network through load balancing.

Therefore, server load balancing is a process that allows the even distribution of network traffic across multiple servers and it involves the use of a technology referred to as a reverse proxy.

Find more information: https://brainly.com/question/17235457

ACCESS MORE