Skip to content

Commit 2dee0ec

Browse files
committed
Updates
1 parent dd060f1 commit 2dee0ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/load-balancer/load-balancer-multivip-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ In this scenario, the frontends are configured as follows:
5050
| ![green frontend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) 1 |65.52.0.1 |TCP |80 |
5151
| ![purple frontend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) 2 |*65.52.0.2* |TCP |80 |
5252

53-
The backend instance IP (BIP) is the IP address of the backend service in the backend pool, each VM exposes the desired service on a unique port on the backend instance IP. This service is associated with the frontend through a rule definition.
53+
The backend instance IP (BIP) is the IP address of the backend service in the backend pool, each VM exposes the desired service on a unique port on the backend instance IP. This service is associated with the frontend IP (FIP) through a rule definition.
5454

5555
We define two rules:
5656

5757
| Rule | Map frontend | To backend pool |
5858
| --- | --- | --- |
59-
| 1 |![green frontend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) Frontend1:80 |![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) BIP1:80, ![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) BIP2:80 |
60-
| 2 |![VIP](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) Frontend2:80 |![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) BIP1:81, ![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) BIP2:81 |
59+
| 1 |![green frontend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) FIP1:80 |![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) BIP1:80, ![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) BIP2:80 |
60+
| 2 |![VIP](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) FIP2:80 |![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) BIP1:81, ![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) BIP2:81 |
6161

6262
The complete mapping in Azure Load Balancer is now as follows:
6363

@@ -86,9 +86,9 @@ The following diagram illustrates floating IP configuration:
8686

8787
For this scenario, every VM in the backend pool has three network interfaces:
8888

89-
* Backend IP: a Virtual NIC associated with the VM (IP configuration of Azure's NIC resource)
90-
* Frontend 1: a loopback interface within guest OS that is configured with IP address of Frontend 1
91-
* Frontend 2: a loopback interface within guest OS that is configured with IP address of Frontend 2
89+
* Backend IP: a Virtual NIC associated with the VM (IP configuration of Azure's NIC resource).
90+
* Frontend 1 (FIP1): a loopback interface within guest OS that is configured with IP address of FIP1.
91+
* Frontend 2 (FIP2): a loopback interface within guest OS that is configured with IP address of FIP2.
9292

9393
Let's assume the same frontend configuration as in the previous scenario:
9494

@@ -101,8 +101,8 @@ We define two floating IP rules:
101101

102102
| Rule | Frontend | Map to backend pool |
103103
| --- | --- | --- |
104-
| 1 |![green rule](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) Frontend1:80 |![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) Frontend1:80 (in VM1 and VM2) |
105-
| 2 |![purple rule](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) Frontend2:80 |![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) Frontend2:80 (in VM1 and VM2) |
104+
| 1 |![green rule](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) FIP1:80 |![green backend](./media/load-balancer-multivip-overview/load-balancer-rule-green.png) FIP1:80 (in VM1 and VM2) |
105+
| 2 |![purple rule](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) FIP2:80 |![purple backend](./media/load-balancer-multivip-overview/load-balancer-rule-purple.png) FIP2:80 (in VM1 and VM2) |
106106

107107
The following table shows the complete mapping in the load balancer:
108108

@@ -130,4 +130,4 @@ The Floating IP rule type is the foundation of several load balancer configurati
130130

131131
## Next steps
132132

133-
- Review [Outbound connections](load-balancer-outbound-connections.md) to understand the effect of multiple frontends on outbound connection behavior.
133+
- Review [Outbound connections](load-balancer-outbound-connections.md) to understand the effect of multiple frontends on outbound connection behavior.

0 commit comments

Comments
 (0)