MCSE Microsoft MCSE: 70-293 2 — Questions and Answers
Question 1: A Windows Server 2003 network uses OSPF for internal routing. You need to prevent OSPF routing updates from being sent out through the external interface connected to the Internet. What should you configure?
- Disable OSPF on the external interface (Correct answer)
- Increase the OSPF cost on the external interface to 65535
- Configure a default static route on the external interface
- Enable demand-dial filtering on the external interface
Correct answer: Disable OSPF on the external interface
Disabling OSPF on the external interface prevents routing update packets from being broadcast to untrusted networks.
Question 2: Your organization needs to provide secure remote access for traveling employees using Windows Server 2003 RRAS. You must ensure that only computers with up-to-date virus definitions can connect. Which technology should you implement?
- Network Access Quarantine Control (Correct answer)
- IPSec tunnel mode
- Layer 2 Tunneling Protocol
- MS-CHAPv2 authentication
Correct answer: Network Access Quarantine Control
Network Access Quarantine Control in Windows Server 2003 RRAS allows you to restrict remote access until client health checks are passed.
Question 3: You are configuring a DHCP server on Windows Server 2003 to support multiple subnets. Client computers on a remote subnet are not receiving IP addresses. The DHCP server is authorized in Active Directory. What is the most likely cause?
- The router between subnets is not configured as a DHCP relay agent (Correct answer)
- The DHCP scope for the remote subnet has not been activated
- The DHCP server service has not been restarted after authorization
- The DHCP client service is not running on remote computers
Correct answer: The router between subnets is not configured as a DHCP relay agent
DHCP broadcast packets do not cross routers by default, so a DHCP relay agent (or IP helper address) must be configured on the intervening router.
Question 4: A Windows Server 2003 DNS server is configured as the primary zone for contoso.com. You want to allow only specific secondary DNS servers to perform zone transfers. Where do you configure this restriction?
- Zone Properties > Zone Transfers tab (Correct answer)
- DNS Server Properties > Security tab
- Zone Properties > Name Servers tab
- DNS Server Properties > Interfaces tab
Correct answer: Zone Properties > Zone Transfers tab
The Zone Transfers tab in the zone's properties allows you to specify which servers are permitted to request zone transfers.
Question 5: You need to monitor network bandwidth utilization on a Windows Server 2003 computer over a 72-hour period and export the data to a CSV file for analysis. Which tool should you use?
- Performance console with a counter log (Correct answer)
- Network Monitor with a capture filter
- Task Manager Network tab
- Event Viewer System log
Correct answer: Performance console with a counter log
The Performance console's counter logs can capture network interface counters over extended periods and save the data in CSV or binary format.
Question 6: You are planning IP addressing for a new branch office. The branch requires 50 host addresses and must be a subnet of 192.168.10.0/24. Which subnet mask provides the minimum number of addresses needed while wasting the fewest addresses?
- 255.255.255.192 (Correct answer)
- 255.255.255.128
- 255.255.255.224
- 255.255.255.240
Correct answer: 255.255.255.192
A /26 mask (255.255.255.192) provides 62 usable host addresses, which is the smallest subnet that accommodates 50 hosts.
Question 7: A Windows Server 2003 WINS server is receiving excessive replication traffic from a partner. You want to limit replication to occur only during off-peak hours. What type of replication should you configure?
- Pull replication with a scheduled start time (Correct answer)
- Push replication triggered by address changes
- Push/Pull replication with burst handling enabled
- Automatic replication partner discovery
Correct answer: Pull replication with a scheduled start time
Pull replication can be configured with a specific start time and interval, allowing you to schedule replication during off-peak hours.
A Windows Server 2003 network uses OSPF for internal routing.
You need to prevent OSPF routing updates from being sent out through the external interface connected to the Internet.
What should you configure?