Exam Prep Questions

Question 1

Which OSI layer is responsible for translating logical network address and names, such as computer names , to their MAC addresses and for addressing and routing data packets over the network?

  • A. Transport layer

  • B. Physical layer

  • C. Network layer

  • D. Data Link layer

A1:

The correct answer is C. The Network layer is responsible for translating logical network address and names, such as computer names, to their MAC addresses and for addressing and routing data packets over the network. The Transport layer adds another connection below the Session layer and helps manage data flow control between nodes on the network. Therefore, answer A is incorrect. The Physical layer defines the interface between the medium and the device. Therefore, answer B is incorrect. The Data Link layer mainly handles error correction, flow control, and communication with the network adapter card. Therefore, answer D is incorrect.

Question 2

How is the division point between the network ID and the host ID of an IP address calculated?

  • A. The Internet Engineering Task Force (IETF) sets the standard for calculating the division point.

  • B. The Least Significant Bit (LSB) is used.

  • C. The Most Significant Bit (MSB) is used.

  • D. A subnet mask is used.

A2:

The correct answer is D. The division point between the network ID and the host ID is called the subnet mask. The subnet mask is used to determine where the network number in an IP address ends and the node number in an IP address begins. Therefore, answers A, B, and C are incorrect.

Question 3

Which routing protocols support Classless Inter-Domain Routing (CIDR)? (Choose two.)

  • A. RIP version 2

  • B. Open Shortest Path First (OSPF)

  • C. RIP version 1

  • D. Exterior Gateway Protocol

  • E. Interior Gateway Protocol

A3:

The correct answers are A and B. CIDR is supported by RIP version 2 and OSPF routing. Because CIDR supports multiple subnet masks per subnet, it requires routers that support more advanced interior routing protocols, such as RIP version 2 and OSPF. CIDR isn't supported by RIP version 1 or EGP; therefore, answers C, D, and E are incorrect.

Question 4

Given the Class C IPv4 address range of 192.199.199.0, can you use a subnet mask of 255.255.255.240 and create at least 17 subnetworks with at least 13 hosts per subnet?

  • A. Yes, you can use a subnet mask of 255.255.255.240 and create at least 17 subnetworks with at least 13 hosts per subnet.

  • B. No, the subnet mask of 255.255.255.240 is invalid for the Class C version 4 IP address ranges.

  • C. 192.199.199.0 is not a Class C address range.

  • D. No, there would be less than 13 hosts per subnet.

  • E. No, there would be less than 17 subnetworks.

A4:

The correct answer is E. Given the Class C IPv4 address 192.199.199.0, you can use a subnet mask of 255.255.255.240 and create 16 subnetworks with 14 hosts per subnet. Because the question called for at least 17 subnetworks with at least 13 hosts per subnet, the only correct answer is E.

Question 5

Maximum Transmission Units (MTUs) are based on the type of network that is installed. What is the MTU of ethernet networks?

  • A. 1,460 bytes

  • B. 1,500 bytes

  • C. 4,464 bytes

  • D. 17,914 bytes

A5:

The correct answer is B. MTUs are based on the type of network that is installed. Ethernet deployments are limited to a 1,500 byte MTU. Therefore, answers A, C, and D are incorrect.

Question 6

How do you configure clients to use APIPA addressing?

  • A. APIPA addressing needs to be set manually in the Registry.

  • B. The client needs to be configured to obtain an IP address automatically.

  • C. The client needs to have the APIPA option selected in the IP Properties dialog box.

  • D. The DHCP server needs to have an APIPA scope configured and authorized.

A6:

The correct answer is B. To enable APIPA on clients, all you need to do is configure the client to use DHCP (obtain an IP address automatically). When the client starts up and cannot contact a DHCP server, it assigns itself an IP address from the reserved 169.254.0.0 range with a subnet mask of 255.255.0.0. No default gateway is used, and systems that use APIPA are not routable. Therefore, answers A, C, and D are incorrect.

Question 7

When a DHCP client request for an IP address hits a router that cannot forward the DHCPDISCOVER broadcast message, the client fails to receive a response from the DHCP server because the DHCP server never receives the DHCPDISCOVER broadcast message. The client system configures itself with an APIPA address. What can be done to correct this problem? (Choose three.)

  • A. Install an RFC 1452 “compliant router.

  • B. Install an RFC 1542 “compliant router.

  • C. Install DHCP Relay Agent on the client subnet.

  • D. Install a local DHCP server.

  • E. Install a DHCP Relay Agent on the DHCP server.

  • F. Install a DHCP Relay Agent on the DHCP server subnet.

A7:

The correct answers are B, C, and D. When a DHCP client request for an IP address hits a non-RFC-1542 “compliant router (meaning the DHCPDISCOVER broadcast message is not forwarded off the subnet), it fails to receive a response because the DHCP server never receives the DHCPDISCOVER broadcast message and the client system configures itself with an APIPA address. If a DHCP Relay Agent is in use on the subnet, it receives the DHCPDISCOVER broadcast message and routes the message off the subnet to the DHCP server. Subsequently, when the DHCP server responds with an address and the DHCP client selects the IP address, the client responds with a DHCPREQUEST broadcast message, which includes the IP address of the server that had its offer accepted. Again, this DHCPREQUEST broadcast message does not get out of this subnet unless a DHCP Relay Agent is in use on the subnet, and can receive the DHCPREQUEST broadcast message and forward (route) the message off the subnet to the DHCP server.

Question 8

What type of DNS resolution involves a query made from a client to a DNS server, and the server returns the best answer it can provide based on its local cache or stored zone data?

  • A. Recursive query

  • B. Iterative query

  • C. Forward query

  • D. Cache query

A8:

The correct answer is B. Two types of queries can be performed in DNS: iterative and recursive. The situation described in this scenario is an iterative query. A recursive query happens when a client makes a DNS resoluiotn query to a DNS server, and the server assumes the full workload and responsibility for providing a complere answer to the query, therfore, answer A is incorrect.

Question 9

What are some of the benefits of caching-only DNS servers? (Choose three.)

  • A. Local sites that use them do not use WAN bandwidth for DNS resolutions .

  • B. They hold a read/write copy of the DNS database on the local site.

  • C. Replication is configurable for off hours, thus limiting the impact of zone transfer traffic.

  • D. They do not produce any zone transfer traffic.

  • E. They reduce traffic across a WAN because they attempt to locate information in their cache to resolve local client requests .

A9:

The correct answers are A, D, and E. Caching-only DNS servers perform name resolution on behalf of clients and then cache the resulting name resolutions. They are not configured to be authoritative for a DNS zone, and they do not store Standard Primary or Standard Secondary zones locally. Their local cache holds the most frequently requested names and associated IP addresses and are available for use by subsequent client queries.

Question 10

When clients dynamically update their own DNS records, what type of host record registration failures can occur?

  • A. Incorrect parent DNS suffix listed

  • B. Incorrect DNS suffix list entry appended

  • C. Incorrect secondary DNS suffix listed

  • D. Incorrect primary DNS suffix listed

A10:

The correct answer is D. When dealing with clients that dynamically update their own DNS records, host record registration often fails because the primary DNS suffix listed on the client machine does not match the DNS zone name. For example, the actual Active Directory domain and DNS domain is gunderville.com , but the computer has a primary DNS suffix listed as 2000trainers.com . This causes the system to attempt to register at 2000trainers.com , which it usually is not authorized to do.




MCSE 70-293 Exam Cram. Planning and Maintaining a Windows Server 2003 Network Infrastructure
MCSE 70-293 Exam Cram: Planning and Maintaining a Windows Server 2003 Network Infrastructure (2nd Edition)
ISBN: 0789736195
EAN: 2147483647
Year: 2004
Pages: 123

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net