Graphic Description for Simple Load Balancer Use Case Diagram
The image shows a topology diagram. Two Internet users are accessing a URL, http://myCompany.example.com:80
.
The requests are received by the load balancer in the Oracle Public Cloud. The load balancer has the following properties:
-
Name: MyLoadBalancer1
-
Server Pool: ServerPool1
-
Listener Virtual Host: myCompany.example.com
-
Listener Port: 80
The load balancer routes the request to one of two Compute instances in a server pool, called ServerPool1.
Each Compute instance has an Oracled HTTP Server installed and is listening on port 7777. They are named WEBHOST1 and WEBHOST2, respectively.