PrepAway - Latest Free Exam Questions & Answers

Category: 70-642

Exam 70-642: TS: Windows Server 2008 Network Infrastructure, Configuring

What should you do?

You develop a service application named PollingService that periodically calls long-running procedures. These procedures are called from the DoWork method. You use the following service application code:
partial class PollingService : ServiceBase
{
bool blnExit = false;
public PollingService() {}
protected override void OnStart(string[] args)
{
do
{
DoWork();
} while (!blnExit);
}
protected override void OnStop()
{
blnExit = true;
}
private void DoWork() { …}
}
When you attempt to start the service, you receive the following error message: Could not start the PollingService service on the local computer. Error 1053: The service did not respond to the start or control request in a timely fashion. You need to modify the service application code so that the service starts properly. What should you do?

What should you do?

You deploy a Windows Server 2008 R2 VPN server behind a firewall. Remote users connect to the VPN by using portable computers that run Windows 7.
The firewall is configured to allow only secured Web communications. You need to enable remote users to connect as securely as possible. You must achieve this goal without opening any additional ports on the firewall. What should you do?

Which authentication method should you use?

Your network contains one Active Directory domain. You have a member server named Server1 that runs Windows Server 2008 R2. The server has the Routing and Remote Access Services role service installed.
You implement Network Access Protection (NAP) for the domain. You need to configure the Point-to-Point Protocol (PPP) authentication method on Server1.
Which authentication method should you use?

Which two actions should you perform?

Your company has 10 servers that run Windows Server 2008 R2. The servers have Remote Desktop Protocol (RDP) enabled for server administration. RDP is configured to use default security settings.
All administrators’ computers run Windows 7.
You need to ensure the RDP connections are as secure as possible. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

What should you do?

Your corporate network has a member server named RAS1 that runs Windows Server 2008 R2. You configure RAS1 to use the Routing and Remote Access Services (RRAS). The company’s remote access policy allows members of the Domain Users group to dial in to RAS1.
The company issues smart cards to all employees.
You need to ensure that smart card users are able to connect to RAS1 by using a dial-up connection.
What should you do?

What should you do?

Your company has a main office and 15 branch offices. The company has a single Active Directory domain. All servers run Windows Server 2008 R2.
You need to ensure that the VPN connections between the main office and the branch offices meet the following requirements:
�All data must be encrypted by using end-to-end encryption. �The VPN connection must use computer-level authentication. �User names and passwords cannot be used for authentication.
What should you do?

What should you do?

Your company has a single Active Directory domain. The company network is protected by a firewall. Remote users connect to your network through a VPN server by using PPTP. When the users try to connect to the VPN server, they receive the following error message: “Error 721: The remote computer is not responding.”
You need to ensure that users can establish a VPN connection.
What should you do?


Page 22 of 23« First...10...1920212223