PrepAway - Latest Free Exam Questions & Answers

What should you include in the recommendation?

###BeginCaseStudy###
Topic 1, Contoso Ltd Case A
Overview
Contoso, Ltd., is a healthcare company in Europe that has 2,000 users. The company is migrating to Windows
Server 2012.
The company has two main offices and two branch offices. The main offices are located in Paris and
Amsterdam. One of the branch offices is a sales office located in Berlin. The other branch office is a research
office located in Brussels.
The offices connect to each other by using a WAN link.
Current Environment
Active Directory
The network contains an Active Directory forest named contoso.com. An Active Directory site exists for each
office.
The forest contains a child domain named research.contoso.com.
The functional level of both the domains is Windows Server 2008.
In each site, there are two domain controllers for the contoso.com domain and two domain controllers for
the research.contoso.com domain. The domain controllers run Windows Server 2008 R2.
All of the domain controllers are global catalog servers.
The FSMO roles were not moved since the domains were deployed.
Network Infrastructure
All servers run Windows Server 2008 R2.
Each user has a laptop computer that runs Windows 7.
The company has 10 print servers. Each print server contains several shared printers.The company has 10 file servers that have the following disk configurations:
 A simple volume named C that is the System and Boot volume and is formatted NTFS
 A mounted virtual hard disk (VHD) named DATA that is formatted NTFS
 A simple volume named D that is formatted FAT32
 A simple volume named E that is formatted NTFS
 A Clustered Shared Volume (CSV)
The Paris office contains a server named PA1. The Amsterdam office contains a server named AM1.
Both servers have the following server roles installed:
 DNS Server
 DHCP Server
 Remote Access
The DNS servers are configured to use the DNS servers of the company’s Internet Service Provider (ISP) as
forwarders.
Users often work remotely. The users access the internal network by using an SSTP-based VPN connection.
Requirements
Planned Changes
The company plans to implement the following changes:
 Create a child domain named sales.contoso.com. Only the domain controllers in
sales.contoso.com will host a zone for the sales.contoso.com domain. The domain
controllers in sales.contoso.com will run Windows Server 2012. The client computers in
sales.contoso.com will use the sales.contoso.com domain controllers as their DNS servers.
 Implement two servers in the Amsterdam office and two servers in the Paris office to
replace PA1 and AMI. These new servers will run Windows Server 2012 and will not have
shared storage.
 Decommission the research.contoso.com domain. All of the users and the Group
Policy objects (GPOs) in research.contoso.com will be migrated to contoso.com.
 Migrate the existing print queues to virtualized instances of Windows Server 2012.
 Migrate the file servers to new servers that run Windows Server 2012.
 Implement RADIUS authentication for VPN connections.
 Deploy Windows Server 2012 to all new servers.
Technical Requirements
The company identifies following technical requirements:
 All changes to Group Policies must be logged.
 Network Access Protection (NAP) policies must be managed centrally.
 Core networking services in each office must be redundant if a server fails. The possibility of IP address conflicts during the DHCP migration must be
minimized.
 A central log of the IP address leases and the users associated to those
leases must be created.
 All of the client computers must be able to resolve internal names and
internet names.
 Administrators in the Paris office need to deploy a series of desktop
restrictions to the entire company by using Group Policy.
 The new sales.contoso.com domain will contain a web application that will
access data from a Microsoft SQL Server located in the contoso.com domain. The
web application must use integrated Windows authentication. Users’ credentials
must be passed from the web applications to the SQL Server.

###EndCaseStudy###

You need to recommend a fault-tolerant solution for the VPN. The solution must meet the technical
requirements.
What should you include in the recommendation?

PrepAway - Latest Free Exam Questions & Answers

A.
Network adapter teaming

B.
Network Load Balancing (NLB)

C.
Failover Clustering

D.
DirectAccess

Explanation:
* Scenario: Core networking services in each office must be redundant if a server fails.
* The Network Load Balancing (NLB) feature distributes traffic across several servers by using the TCP/IP
networking protocol. By combining two or more computers that are running applications into a single virtual
cluster, NLB provides reliability and performance for web servers and other mission-critical servers.
Network Load Balancing Overview
http://technet.microsoft.com/en-us/library/hh831698.aspx

2 Comments on “What should you include in the recommendation?

  1. Reginaldo says:

    How network load balancing cluster enhances scalability of vpn server?

    To create a NLB VPN cluster each host runs Remote Access (VPN) Service & NLB Service. NLB allows all of the computers in the cluster to be addressed by the same cluster IP address. NLB distributes incoming client requests across the vpn servers in the cluster. The load weight to be handled by each vpn server can be configured as necessary. You can also add a vpn server dynamically to the cluster to handle increased load. In addition, NLB can direct all traffic to a designated single vpn server, which is called the default host.

    How network load balancing cluster ensures high availability of vpn server?

    When a vpn server fails or goes offline, active connection to the failed or offline server are lost. But new connection request is automatically redistributed among the vpn servers that are still operating. However, if you bring a host down intentionally, you can use “drainstop” command to service all active connection prior to bringing the computer offline. Drainstop allows the host to continue surviving active connections but disables all new traffic to that host.




    0



    0
  2. Nothanks says:

    Agree.

    A: Fails to eliminate single point of failure, which would be the vpn solution with Nic teaming. AKA if server went down your NIC team isn’t helping anymore.

    B: Correct for reasons listed above by Reginaldo. Also an NLB is recommended by MS for fault tolerant VPN solutions.

    C: While clustering can help achieve the goal of ‘fault-tolerant vpn solution’ clusters are typically recommended for Stateful applications / services IE Applications, Databases, etc…
    https://technet.microsoft.com/en-us/library/cc770737(v=ws.11).aspx

    D: Wrong as DirectAccess while cool, doesn’t by default add any fault tolerance.




    0



    0

Leave a Reply