Free Download Microsoft 70-643 PDF Full Version Now (51-60)
QUESTION 51
You manage a computer named FTPSrv1 that runs Windows Server 2008. Your company policy requires that the FTP service be available only when required by authorized projects. You need to ensure that the FTP service is unavailable after restarting the server. What should you do?
A. Run the iisreset command on the FTPSrv1 server.
B. Run the net stop msftpsvc command on the FTP server.
C. Run the suspend-service msftpsvc cmdlet in Microsoft Windows PowerShell tool.
D. Run the WMIC /NODE:FTPSrv1 SERVICE WHERE caption="FTP Publishing Service" CALL ChangeStartMode
"Disabled" command on the FTP server.
Answer: D
Explanation:
To make sure that FTP service unavailable after restarting the server, you need to Run the WMIC /NODE: TKFSVE SERVICE WHERE the caption="FTP Publishing Service" CALL ChangeStartMode "Disabled" command on this particular FTP server. The WMI command-line (WMIC) utility provides a command-line interface for WMI. The /Node command allows you to specify computer names and synchronously execute all commands against all computers listed in this value. To disable FTP service on the computer, you need to use ChangeStartMode "Disabled" command. Reference: http://msdn2.microsoft.com/en-us/library/aa394531(VS.85).aspx Reference: Gathering WMI Data without Writing a Single Line of Code / System Configuration Changes
http://technet.microsoft.com/en-us/magazine/cc160919.aspx
QUESTION 52
Your company has an Active Directory domain. The company has a server named Server1 that has the Terminal Services role and the Terminal Services Web Access role installed. All client computers run Windows XP Service Pack 2 (SP2). You deploy and publish an application named TimeReport on Server1. The Terminal Services Web Access role uses Active Directory Domain Services (AD DS) and Network Level Authentication is enabled. You need to ensure that the users can launch TimeReport on Server1 from the Terminal Services Web Access Web page. What should you do?
A. Disable publishing to AD DS for the TimeReport remote application.
B. Install the Remote Desktop Client 6.1 application on the client computers that run Windows XP SP2.
C. Publish TimeReport on Server1 as a Microsoft Windows Installer package.
Distribute the Windows Installer package to the users.
D. Install the Terminal Services Gateway (TS Gateway) role on Server1.
Reconfigure the TimeReport remote application publishing to reflect the change in the infrastructure.
Answer: B
Explanation:
To ensure that the users can launch App1 on Server1 from the Terminal Services Web Access Web page, you need to install the Remote Desktop Client 6.1 application on the client computers, which eases the deployment of Windows Server 2008 Terminal services on the client computers that run Windows XP Service Pack 2. Because the Remote Desktop Client 6.1 application supports Terminal Services Web Access, the Windows XP users can launch App1 on Server1 from their Terminal Services Web Access Web page. Reference: Download Microsoft Remote Desktop Connection (Terminal Services Client 6.1) for Windows XP SP2
http://www.dabcc.com/article.aspx?id=8044
QUESTION 53
You manage 20 servers that run Windows Server 2008 R2. The Remote Desktop Services server role and the Windows System Resource Manager (WSRM) feature are installed on all the servers. You create and configure a resource-allocation policy that has the required custom settings on a server named TS01. You need to configure the WSRM settings on all the servers to match the WSRM settings on TS01. What should you do?
A. Use the Windows Backup tool to back up only the System State data on TS01.
Use the Windows Backup tool to restore the System State data on each server.
B. Use the WSRM console on each server to enable the Accounting function.
Configure the Remote WSRM accounting option to TS01 on each server.
C. Use the WSRM console on TS01 to export the WSRM information to a shared folder.
Use the WSRM console to import the WSRM information from the shared folder.
D. Use the regedit tool to export the HKLM\SYSTEM\CurrentControlSet\Services\WSRM registry key on
TS01 to a shared folder.
On each server, delete this registry key and use the regedit tool to import the registry key from the shared folder.
Answer: C
Explanation:
Import or Export Criteria, Policies, and Schedules You can import or export Windows System Resource Manager configuration information between computers. Configuration information stored includes process matching criteria, resource allocation policies, calendar events and schedules, and conditional policies. In this way, you can create management scenarios and then deploy them on other computers without performing the configuration multiple times. Files Created and Imported The files created by or imported by Windows System Resource Manager are: Exporting and Importing Configuration Information To export configuration information
1. Open Windows System Resource Manager.
2. In the navigation tree, right-click Windows System Resource Manager, and then click Export WSRM Information.
3. In Location, type a directory path where you want to save the configuration information, or click Browse to find the directory you want to use. When you have entered the directory information, click OK.
4. Windows System Resource Manager creates four XML documents in the specified directory that contain information about criteria, policies, and schedules. To import configuration information
1. Open Windows System Resource Manager.
2. In the navigation tree, right-click Windows System Resource Manager, and then click Import WSRM Information.
3. In Location, type a directory path where the configuration information you want to import is located, or click Browse to find the directory you want to use. When you have entered the directory information, click OK.
4. Windows System Resource Manager loads the XML files into its current configuration, overwriting any previous configuration data.
Source: http://technet.microsoft.com/en-us/library/cc771960(WS.10).aspx
QUESTION 54
You have the Web Server (IIS) role installed on a server that runs Windows Server 2008. You make changes to the configuration of an application named APP1. Users report that the application fails. You examine the event log and discover the following error message:
You need to ensure that users are able to connect to APP1. Which command should you run at the command prompt on the server?
A. appcmd set config
B. appcmd stop apppool
C. appcmd start apppool
D. appcmd set apppool
Answer: C
Explanation:
To ensure that users are able to connect to App1, you need to run appcmd start apppool on the server. The "503 Service Unavailable" error mostly occurs whenever HTTP.SYS, the kernel HTTP driver that manages http connections for IIS, fails to create an IIS worker process to process the request. This failure is typically caused by a critical error during worker process initialization, or more likely an unhandled exception / access violation occurring during worker process startup. After a certain number of failures, the application pool will trigger Rapid Fail Protection, a WAS feature designed to stop application pools with a persistent failure condition to avoid an endless loop of failing to start worker processes. At this point, all requests to applications within the stopped application pool will result in the 503 error, and the application pool will need to be re-started manually
Reference: Troubleshooting IIS7 503 "Service unavailable" errors with startup debugging http://mvolo.com/blogs/serverside/archive/2007/05/19/Troubleshooting-IIS7-503-_2200_Service- unavailable_2200_-errors-with-startup-debugging.aspx
QUESTION 55
Your company has a server that runs Windows Server 2008. The Windows SharePoint Services (WSS) role is installed on the Windows Server 2008 server. You need to configure WSS to support SMTP.
What should you do?
A. Bind the SharePoint Web site to port 25.
B. Uninstall and reinstall the WSS role.
C. Install the SMTP Server feature by using the Server Manager console.
D. Install the Application Server role by using the Server Manager console.
Answer: C
Explanation:
To configure WSS to support SMTP, you should install the SMTP server feature through Server Manager Console. Based on SMTP, WSS works with any mail server or SMTP gateway. It acts as an SMTP relay (it does not store mail, only forwards it) and handles all incoming and outgoing SMTP traffic. For most installations, you’ll simply have to modify your domain MX record and make a few configuration changes on your email server. When installing WSS on the same host as your mail server, you must make additional configuration changes, such as SMTP port numbers. Reference:
http://www.networkcomputing.com/913/913sp3.html
QUESTION 56
Your company has a server named Server1 that runs Windows Server 2008 and Microsoft Hyper-V. Server1 hosts three virtual machines. Company policy states that the virtual machines must not connect to the company network. You need to configure all of the virtual machines to connect to each other. You must meet the company policy. Which two actions should you perform? (Each answer presents part of the solution. Choose two.)
A. Select the Not connected option for each virtual machine.
B. Enable the Enable virtual LAN identification option for each virtual machine.
C. Set the Connection to Host for the network interface card.
D. Set the Connection to None for the network interface card.
Answer: BC
Explanation:
To ensure that all the virtual machines connect to each other and you meet the company policy also, you need to first enable the Enable virtual LAN identification option for each virtual machine and then set the Connection to Host for the network interface card. You can use virtual LAN identification as a way to isolate network traffic. However, this type of configuration must be supported by the physical network adapter. Reference: Step-by-Step Guide to Getting Started with Hyper-V To create a virtual network
http://technet2.microsoft.com/windowsserver2008/en/library/c513e254-adf1-400e-8fcb- c1aec8a029311033.mspx?mfr=true
QUESTION 57
Your company has a new server that runs Windows Server 2008. The Web Server (IIS) role is installed. Your company hosts a public Web site. You notice unusually high traffic volume on the Web site. You need to identify the source of the traffic. What should you do?
A. Enable the Web scripting option.
B. Run the netstat Can command on the server.
C. Create a custom view in Event Viewer to filter information from the security log.
D. Enable Web site logging in the IIS Server Manager and filter the logs for the source IP address.
Answer: D
Explanation:
To find the source of unexpected source of traffic, you should open the IIS server manager and enable website logging which will filter the logs for the source IP address. It will list the IP addresses of the people visiting the website and a lot more information.
QUESTION 58
Your company has a single Active Directory domain. All the servers run Windows Server 2008. You have a server named FS1 that has the File Services role installed. The company requires that the data disk drives provide redundancy. The disks are configured as shown in the following exhibit.
You need to configure the hard disk drives to support RAID 1. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Convert Disk 1 and Disk 2 to Dynamic.
B. Create a Striped Volume across Disk 1 and Disk 2.
C. Create a New Mirrored Volume by using Disk 1 and Disk 2.
D. Create a New Spanned Volume by using Disk 1 and Disk 2.
Answer: AC
Explanation:
To configure the hard drives to support Raid1, you should create Disk1 and Disk 2 as dynamic drives and create a new mirrored volume using Disk1 and Disk 2. In data storage, disk mirroring or RAID1 is the replication of logical disk volumes onto separate physical hard disks in real time to ensure continuous availability. A mirrored volume is a complete logical representation of separate volume copies.
Reference:
technet2.microsoft.com/windowsserver/en/library/28af1c0d-8490-4ab0-8be0- 49e5923c4bae1033.mspx
QUESTION 59
Drag and Drop Question
Your company has a server named VS1 that runs Windows Server 2008 and Microsoft Hyper-V. You want to create eight virtual servers that run Windows Server 2008 and configure the virtual servers as an Active Directory forest for testing purposes. You discover that VS1 has only 30 GB of free hard disk space. You need to install the eight new virtual servers on VS1. What should you do? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
QUESTION 60
Your company named Contoso, Ltd. has a Network Load Balancing cluster named nlb.contoso.com. The cluster hosts are named WEB1 and WEB2. The cluster is configured with a single port rule that evenly distributes HTTP traffic between both hosts. You need to configure WEB2 to handle all HTTPS traffic for nlb.contoso.com. You must retain the even distribution of HTTP traffic between WEB1 and WEB2. Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A. In the properties for WEB2, change the Handling priority option for the TCP 443 port rule to the value of 1.
B. In the properties for WEB1, change the Handling priority option for the TCP 443 port rule to the value of 0.
C. In the properties for the cluster, create a new port rule for port TCP 443 that has the Filtering mode option
set to Single host.
D. In the properties for the cluster, create a new port rule for port TCP 443 that has the Filtering mode option
set to Multiple host and the Affinity option set to the value of Single.
Answer: AC
Explanation:
Cluster Properties
If you want to pass Microsoft 70-643 successfully, donot missing to read latest lead2pass Microsoft 70-643 exam questions.
If you can master all lead2pass questions you will able to pass 100% guaranteed.
http://www.lead2pass.com/70-643.html
Why Choose Lead2pass?
If you want to pass the exam successfully in first attempt you have to choose the best IT study material provider, in my opinion, Lead2pass is one of the best way to prepare for the exam.
Lead2pass | Testking | Pass4sure | Actualtests | Others | |
$99.99 | $124.99 | $125.99 | $189 | $29.99-$49.99 | |
Up-to-Dated | ✔ | ✖ | ✖ | ✖ | ✖ |
Real Questions | ✔ | ✖ | ✖ | ✖ | ✖ |
Error Correction | ✔ | ✖ | ✖ | ✖ | ✖ |
Printable PDF | ✔ | ✖ | ✖ | ✖ | ✖ |
Premium VCE | ✔ | ✖ | ✖ | ✖ | ✖ |
VCE Simulator | ✔ | ✖ | ✖ | ✖ | ✖ |
One Time Purchase | ✔ | ✖ | ✖ | ✖ | ✖ |
Instant Download | ✔ | ✖ | ✖ | ✖ | ✖ |
Unlimited Install | ✔ | ✖ | ✖ | ✖ | ✖ |
100% Pass Guarantee | ✔ | ✖ | ✖ | ✖ | ✖ |
100% Money Back | ✔ | ✖ | ✖ | ✖ | ✖ |