70-669 · Question #38
Your computer has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All portable computers run Windows 7. You virtualize applications by using Microsoft…
The correct answer is C. Create five DNS A records with the same name. Configuring Subnet Prioritization If the resolver receives multiple A resource records from a DNS server, and some have IP addresses from networks to which the computer is directly connected to, the resolver orders those resource records first. This reduces network traffic…
Question
Your computer has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All portable computers run Windows 7. You virtualize applications by using Microsoft Application Virtualization (App-V). You are deploying servers to five new branch offices. Each branch office has its own subnet, and will stream virtual applications from a local IIS server. Users frequently move between branch offices with their portable computers. You need to ensure that branch office users access virtualized applications only from the local IIS server. What should you do?
Options
- ACreate a single DNS SRV record that contains all servers.
- BCreate a single DNS A record and configure a HTTP host header for each IIS server.
- CCreate five DNS A records with the same name.
- DCreate five DNS CNAME records with the same name.
How the community answered
(30 responses)- A17% (5)
- B3% (1)
- C77% (23)
- D3% (1)
Explanation
Configuring Subnet Prioritization If the resolver receives multiple A resource records from a DNS server, and some have IP addresses from networks to which the computer is directly connected to, the resolver orders those resource records first. This reduces network traffic across subnets by forcing computers to connect to network resources that are closer to them. Subnet prioritization prevents the resolver from using the round robin feature, defined in RFC 1794. Using the round robin feature, the server rotates the order of resource record data returned in a query answer in which multiple resource records of the same type exist for a queried DNS You can also change the round robin setting from the registry; however, do so from the DNS snap-in instead. If Enable round robin is selected (the default) and the value of LocalNetPriority is 1, the server rotates among the A resource records that it returns in the order of their similarity to the IP address of the querying client. If Enable round robin is deselected and the value of LocalNetPriority is 1, the server returns the records in local net priority order. It does not rotate among available addresses. round-robin.aspx
Topics
Community Discussion
No community discussion yet for this question.