In Active Directory, a site link bridge is a logical connection between two or more site links that enables domain controllers in different sites to replicate directory data with each other, even if the sites are not directly connected by a site link. Site link bridges are used to replicate directory data between sites in a multiple-site network when there are multiple hops or intermediaries between the sites.
For example, consider a network with three sites (Site A, Site B, and Site C) and two site links (Site A-Site B and Site B-Site C). Without a site link bridge, domain controllers in Site A and Site C would not be able to replicate directory data with each other directly. However, if you create a site link bridge between the two site links, the domain controllers in Site A and Site C will be able to replicate directory data with each other through Site B.
To configure a site link bridge in Active Directory, follow these steps:
Open the Active Directory Sites and Services console. You can do this by going to Start > Administrative Tools > Active Directory Sites and Services.
In the console tree, expand the Sites container and then select the Inter-Site Transports folder.
Right-click the folder and select New Site Link Bridge.
In the New Object, Site Link Bridge dialog box, enter a name for the site link bridge and select the site links that you want to include in the bridge.
Click OK to create the site link bridge.
To modify the properties of the site link bridge, right-click the site link bridge and select Properties.
In the Properties dialog box, you can modify the following settings:
Replication Frequency: This setting determines how often replication between the sites will occur.
Replication Schedule: This setting determines the specific times when replication between the sites will occur.
Cost: This setting determines the relative cost of using the site link bridge for replication. Higher cost values are used for slower or more expensive links.
Transport: This setting determines the transport protocol that will be used for replication over the site link bridge. The default transport is the Remote Procedure Call (RPC) over IP.
Click OK to save your changes.
In summary, a site link bridge in Active Directory is a logical connection between two or more site links that enables domain controllers in different sites to replicate directory data with each other, even if the sites are not directly connected by a site link. Configuring a site link bridge involves creating the bridge and modifying the properties of the bridge to control the frequency, schedule, cost, and transport protocol for replication between the sites.
1) You create the site link XY using RPC over IP with a cost of 2.
2) You create a site link YZ using RPC over IP with a cost of 4.
3) A site link bridge XYZ connects those two site links.
4) Because the cost across the bridge is cumulative, a message from X to Z has a cost of 6 (2+4).