HOTSPOT
You build a test environment. The test environment contains one Active Directory forest. The forest
contains a single domain named contoso.com. The domain contains the servers configured as
shown in the following table.
You run the following commands.
New-ADReplicationSite Site1
New-ADReplicationSite Site2
New-ADReplicationSubnet -Name “192.168.1.0/24” -Site Site1
New-ADReplicationSubnet -Name “192.168.2.0/24” -Site Site2
New-ADReplicationSiteLink -Name “SiteLink1” –SitesIncluded Site1,Site2 -Cost 100 –
ReplicationFrequencyInMinutes 15
You promote Server3 and Server4 to domain controllers by using the default options.
Use the drop-down menus to select the answer choice that completes each statement.

Explanation:
<map><m x1=”652″ x2=”1038″ y1=”161″ y2=”183″ ss=”0″ a=”0″ /><m x1=”648″ x2=”651″
y1=”391″ y2=”391″ ss=”0″ a=”0″ /><m x1=”653″ x2=”1036″ y1=”391″ y2=”415″ ss=”0″ a=”0″
/></map>
*Replication will only occur between Server3 and Server4.
* Values that can be transferred in one replication cycle (replication of the current set of updates
between a source and destination domain controller): no limit. How the Active Directory Replication Model Works
https://technet.microsoft.com/en-us/library/cc772726(v=ws.10).aspx#w2k3tr_repup_how_otmw
1) DC1 replicates only to DC2
2) Never be replicated (Replication occurs only between Server3 and Server4)
2
0
Agreed
0
0
All in DEFAULTIPSITELINK
to all
to one
0
0
Im mistake
New-ADReplicationSite not inklud in DEFAULTIPSITELINK
0
0
but “Site Link Bridging” default enabled
to all
to one
0
0
What the hell are you on about? You have to link the sites for it to replicate.
1
0
I think EZ is correct.
By default Site-Link-Bridging is turned on. That means if there is no specific site link established, bridging will allow for replication. You have to manually turn off Bridging on the sites to stop replication.
Now, the thing I see here is that the two sites were created (Site1 and Site2) with supporting subnets, but Server3/4 were never placed there. So all the servers are in the Default-FirstName-Site. So, from my point of view the answer should be:
1) To all
2) One Rep. Cycle
1
1
The correct answer is
1)To DC1 replicates only to DC2
2)Never replicates
The reason for this is because the sites were created before Server3 and 4 were promoted. When the servers were promoted , the process would check if there is a site for the server subnet and automatically add the server to the correct site. This would mean that 3 and 4 are placed in their proper site instead of the default site where DC1 and DC2 reside.
Site bridging would not allow replication because site bridging requires that the sites have a common site in them which these ones do not.
5
0
When Server3 & Server4 are promoted using the GUI, it doesn’t *automatically* place them in their proper site, ie the site that contains the same subnet, but you still have to manually choose.
So during the promotion process, when you get to the Sites part of the wizard, what is the default option? Does it default to the site with the same subnet? Is it blank, asking you to choose? Is it Default-FirstName-Site?
0
0
OK…I lab’ed it up.
If you have already created a new site and a subnet associated with that site, if you are promoting a domain member with an IP address within that new subnet, when you promote it to a DC, it automatically selects the appropriate site as it’s default option.
Therefore;
– Server3 will be located in Site1 (192.168.1.0/24)
– Server4 will be located in Site2 (192.168.2.0/24)
This means DC1 only replicates to DC2, as they are the only ones in DefaultFirstName-Site.
As we are not told of a Site Link between Site2 and Default-FirstName-Site, then the addition of AD objects on Server4 will never be replicated to all domain controllers.
8
0
The correct answer is
1) To DC1 replicates only to DC2
2) Never replicates
0
0
I think the correct answer is
1.will be replicated to DC2 only
2.tacke one replication cycle to be replicated
When you promote a server running the Windows Server 2012 or Windows Server 2012
R2 operating system to be a domain controller, a check occurs to determine which Active
Directory site will host the domain controller based on its IP address. If a site corresponding
to the computer’s IP address hasn’t been created, the domain controller will be assigned
to the first Active Directory site, which is Default-First-Site-Name unless you’ve already
changed it.
The newly promoted domain controller will remain in the original site even if you create a
new site that includes the IP address range of the newly promoted domain controller. In this
scenario, you’ll need to move the domain controller to the new site using the Active Directory
Sites And Services console.
0
0
I had a mistake in point 2. The correct answer is:
– if you create an AD object on DC1, the object will be replicated to dc2 only.
– if you create an AD object on Server4, the object will never be replicated to all contoso.com domain controllers.
http://www.briefmenow.org/microsoft/use-the-drop-down-menus-to-select-the-answer-choice-that-completes-each-statement-23/#comment-1062909
0
0