WHat is Site and Cost in Site
a "Site" is a logical construct used to represent physical network locations or segments within an organization. Sites are primarily used to optimize and control the replication of AD data between domain controllers (DCs) across different network locations. Sites help ensure efficient and reliable communication between DCs while minimizing network traffic and latency.
Here's how Sites are used and how the cost is calculated in AD Sites:
Use of Sites:
Replication Optimization: Sites are used to control and optimize the replication of AD data. Within a site, DCs are expected to have fast and reliable network connectivity. AD data replicates frequently between DCs in the same site, ensuring that changes to the directory are quickly propagated.
Minimizing WAN Traffic: Between sites, typically over wide area network (WAN) links, replication can be more resource-intensive. Sites help minimize WAN traffic by allowing administrators to configure replication schedules and intervals to balance the need for up-to-date data with bandwidth considerations.
Authentication and Logon Optimization: Sites also play a role in the authentication process. When a client logs in, it typically communicates with a DC in its own site if available, reducing authentication latency and WAN traffic.
Cost in Sites:
The concept of "cost" in AD Sites refers to a numeric value assigned to the links (connections) between different sites. This cost value represents the relative expense or efficiency of the network connection between two sites. Lower cost values indicate faster and more reliable connections, while higher cost values indicate slower or less reliable connections.
Low Cost: A low-cost link implies that the network connection between two sites is fast and reliable. AD replication traffic will flow more freely across low-cost links, and changes in the directory will replicate quickly.
High Cost: A high-cost link suggests that the network connection between two sites is slower or less reliable. AD replication traffic will be more cautious in using high-cost links, and replication intervals may be longer to conserve bandwidth.
Comments
Post a Comment