Tcp/Ip


1. For all clients, you have a required objective of resolving hostnames and an optional objective of resolving NetBIOS names. You have both Wdows 95 and UNIX hosts. Your solution is to configure a DHCP scope with WINS options, and enable DHCP on all clients. You also configure the DHCP scope to provide the address for a DNS server.

A. This solution meets all objectives.
B. This solution meets only the required objective.
C. This solution meets only the optional objective.
D. No objectives are met.

>> !
Answer: D

UNIX clients won't be able to get the DHCP options.


2. You plan to install a multihomed (3 adapters) NT Server as a router. You have a required objective of it to dynamically update its routing table from additional new routers. This Server will provide IP addresses for all clients. Optionally you will need it to automatically send trap messages to a MANAGEMENT STATION. Your solution is to install the DHCP and SNMP service and enable routing.

A. This solution meets all both optional and required objectives
B. This solution meets only required objectives
C. This solution meets no objectives
D. This solution meets only optional objectives

>> !
Answer: D

The RIP service/protocol is required for dynamic updates of routing tables.


3. Which of the following meet WINS client requirements? (Choose all that apply)

A. OS/2
B. NetWare shell
C. NT Server
D. WFW 3.11
E. MS Network Client 3.0

>> !
Answer: C, D & E

All computers must be capable of running Microsoft NT Server 4.0 and meet the NT 4.0 Hardware Compatibility List (HCL).


4. WINS is an extension of which RFC?

A. RFC 1542
B. RFC 1567
C. RFC 1037/1038
D. RFC 1001/1002

>> !
Answer: D

Request for Comments (RFCs) describe the internal workings of the Internet.


5. The company network is routed and consists of 20 Unix Machines, 30 NT 4.0 Servers, 50 NT Wks and 1000 Win 95 machines. Our goal is to have these machines communicate with one another. The 15 subnets are connected by routers but we also want one of the NT Servers to act as a router.

Required Objective:
To have the NT server act as a Router between two subnets and have the route table updated automatically.

Optional Objectives:
1.) To have the Microsoft machines initiate sessions with the servers using NetBIOS names.
2.) To have the UNIX machines and the NT machines be able to communicate using the FTP command. This includes the ability for the FTP session to be initiated by a MS or Unix machine.

Proposed Solution:
Enable the routing by placing multiple network adapters in the NT Server and configure each with a different IP address. The IP address for card 1 will be 131.107.2.25 and for card 2 the address will be 131.107.3.26. These addresses are appropriate for the subnets to which the cards are cabled. The subnet mask is 255.255.255.0. Select 'Enable IP Forwarding' on the Routing tab of the TCP/IP Properties on the NT Server. Install the RIP for Internet Protocol Service on the Services tab of the Control Panel Network option. Manually configure appropriate IP addresses and masks on all of the clients. Configure two of the NT Servers to be WINS Servers.

Add the addresses of the WINS Servers to the MS client configurations. Add the DNS Server service on one of the NT Servers. Create a zone that will include 'A' records for all of the Unix machines. Enable WINS lookup for the zone. Add the address of the WINS Server. Configure all of the MS and Unix machines as DNS clients and provide this DNS Server as their primary Server.

A. Achieves the Required Objective but does not achieve either of the optional objectives.
B. Achieves the Required Objective and one of the optional objectives.
C. Achieves the Required Objective and both of the optional objectives.
D. Does Not Achieve the Required Objective.

>> !
Answer: C

All the steps have been taken to enable dynamic routing and the interface addresses are compatible with the mask that has been assigned. They have properly configured their NT server as a router whose route table will be updated automatically. By installing the WINS server service and configuring the MS clients to use WINS, they have met the first optional objective. They will be able to communicate with the NT machines using the NetBIOS or Machine names because the WINS service will resolve and return the IP addresses. They have accomplished the second optional objective by installing a DNS server. The MS machines may resolve the host name to IP address of the UNIX machines because the records will be part of the zone file. This will allow them to initiate an FTP session using the host name. The UNIX machines will be able to resolve the MS machine names because the DNS zone will be configured to query the WINS server for the IP address of the MS machines.


6. Which is a function of UDP?

A. Provides connection oriented packet delivery service.
B. Provides connectionless packet delivery service.
C. Obtains hardware addresses required for communicating with a destination host.
D. Provides addressing and routing functions.
E. Reports messages and errors regarding packet delivery.

>> !
Answer: B

UDP is a transport layer protocol that provides connectionless delivery of datagrams.


7. Which is a function of ICMP?

A. Reports messages and errors regarding packet delivery.
B. Provides addressing and routing functions.
C. Obtains hardware addressees.
D. Provides connectionless packet delivery service.

>> !
Answer: A

A thorough discussion of many of the IP stack protocols is included in the Student Manual, Module 2: Architectural Overview of the TCP/IP Protocol Suite.


8. Which is a function of TCP?

A. Reports messages and errors regarding packet delivery
B. Provides connection-oriented packet delivery service
C. Obtains hardware addresses required for communicating with a destination host
D. Provides addressing and routing functions

>> !
Answer: B

TCP is a transport layer protocol that uses sequence numbers and acknowledgements to achieve a connection oriented delivery service.


9. What are the published standards for TCP/IP called?

A. Request for Services (RFS)
B. Request for White Papers (RWPs)
C. Request for Comments (RFCs)
D. Request for Static Input (RFIs)
E. Request for Publications (RFPs)

>> !
Answer: C

These publications are published in a series of documents called Request for Comments which describe the internal workings of the Internet.


10. What is provided by NetBT (NetBIOS over TCP/IP)?

A. Provides an interface between socket based applications and TCP/IP
B. Provides NetBIOS naming and session services
C. Provides a standard interface between NetBIOS applications and TCP/IP
D. Provides connectivity between two network cards

>> !
Answer: B

The Computer Browser service uses NetBIOS broadcasts to obtain lists of network resources.


11. What is provided by Windows Sockets?

A. Provides a standard interface between applications and TCP/IP
B. Provides NETBIOS naming and session services
C. Provides a standard interface between NetBIOS-based applications and TCP/IP
D. Provides connectivity between two network cards

>> !
Answer: A

Applications create a Socket by specifying three items: The IP address of the host, the type of service (TCP for connection-based service, UDP for connectionless) and the port the application is using.


12. What three layers are part of the TCP/IP conceptual model?

A. Application
B. Transport
C. Session
D. Internet
E. Data Link

>> !
Answer: A, B & D

TCP/IP protocols follow a four-layer conceptual model: Application, Transport, Internet and Network Interface. These protocols provide a set of standards for how computers communicate and how networks are interconnected.


13. TCP/IP was designed for what environment?

A. RAS Servers
B. LANs
C. WANs
D. SMTP

>> !
Answer: C

TCP/IP is an industry-standard suite of protocols designed for wide area networks.


14. A default gateway is mandatory for TCP/IP.

A. True
B. False

>> !
Answer: B

When you want to connect with another network a default gateway is necessary.


15. Which operating systems can be implemented for a multihomed computer? (Choose all that apply)

A. Windows NT
B. DOS 6.22
C. Windows for Workgroups 3.11
D. Windows 3.0
E. MS Client 3.0

>> !
Answer: A & C

Review the RFC 1723 and requirements for multihomed computers.


16. A multihomed computer is configured with two ______.

A. Protocols
B. Interface cards
C. Operating systems
D. File systems

>> !
Answer: B

A computer running Windows NT can be configured with multiple network adapters and route between them. This type of system is ideal for small intranets and is referred to as a multihomed computer.


17. Which entry into the LMHOSTS file facilitates domain activity?

A. #DOM
B. #PRE
C. #INCLUDE
D. #BEGIN_ALTERNATE

>> !
Answer: A

"#DOM:domainname" denotes a domain controller and can be used by the local machine to validate logon requests and to exchange master browser lists with the domain master browser.


18. Which entry in an LMHOSTS file begins the process of using information in another LMHOSTS file?

A. #INCLUDE
B. #BEGIN_ALTERNATE
C. #PRE
D. #DOM

>> !
Answer: A

"#INCLUDE" is used to include the location of LMHOSTS files on other hosts on the network. This can be used to include a centrally maintained LMHOSTS file in the path of the local machine.


19. Which of the following is better for push partners in WINS configurations? (Choose all that apply)

A. Fiber link
B. 19.2 link
C. Slow-Link
D. Fast Link

>> !
Answer: A & D

The faster the better. Configure a push partner when servers are connected by fast links, because push replication occurs when the configured number of updated WINS database entries are reached.


20. To find the host name for 131.107.2.22, the resolver would request a record for:

A. 131.107.2.22.in_addr.arpa
B. 22.2.107.131.in_addr.arpa
C. 127.0.0.1.in_addr.arpa
D. 131.107.2.in_addr.arpa
E. 1.0.0.127.in_addr.arpa

>> !
Answer: B

Resolving the Host name given an IP adress requires the creation of a reverse lookup zone consisting of pointer records. The zone must have the name Y.X.in_addr.arpa, where Y and X are the reverse order of the octets values that define the default network. The actual resolver must reverse the IP address so that lookup may be understood by the Name Server.


21. You can successfully ping local workstations and the default gateway address. You cannot communicate with workstations on a remote subnet. Users on the remote subnet can ping their local workstations. Which two could be the cause?

A. Your default gateway address is wrong
B. Your DNS address is wrong
C. The subnet mask of the router is wrong
D. Your subnet mask is invalid
E. The remote workstations are not using DNS

>> !
Answer: A & D

When TCP/IP hosts try to communicate, they use the subnet mask to determine whether the destination host is on a local or remote network. To communicate with a host on another network, you must configure an IP address for the default gateway.


22. Which utility modifies the local routing table?

A. NSLOOKUP
B. TRACERT
C. ROUTE
D. IPCONFIG

>> !
Answer: C

Static routes may be added to the local routing table with the ROUTE command.


23. A static routing table requires which three types of information?

A. Network Name.
B. Network Address.
C. Network Mask.
D. Routing Protocol (RIP, OSPF).
E. Gateway Address.

>> !
Answer: B, C & E

Network address. The network ID or network name of the destination network. If a network name is used for the destination, it is looked up in the Networks file. Netmask. The subnet mask for the network address. Gateway address. The IP address or host name of the interface to the destination network. If a host name is used for the gateway, it is looked up in the Hosts file.


24. Static routing is a function of ______.

A. NetBIOS
B. TCP
C. IP
D. NT Server 3.5

>> !
Answer: C

Static routing is a function of Internet Protocol.


25. Which two actions disconnect a client from a leased adress or disables them from obtaining a lease?

A. Server has responded with a DHCPNACK
B. No server is found at the 50% mark
C. Client has been physically moved to a different subnet
D. No server found at the 90% mark

>> !
Answer: A & C

DHCPNAK is a negative acknowledgement of a request.


26. Why is configuring a host with an incorrect subnet mask a serious problem?

A. Packets destined for a local host may be sent to the default gateway and packets destined for a remote host may end up staying on the local subnet.
B. All packets destined for any remote subnet will remain local?
C. Because it leads to duplicate IP addresses?
D. Because IP may assume that you have an incorrect adress class?

>> !
Answer: A

Packets that are local may be sent to the gateway and packets that are remote may stay local. Before a packet is sent the destination IP address is ANDED with the source host's subnet mask. This is compared with the results of the source host's IP address ANDED with the subnet mask. If the values differ, the packet is sent to the gateway.


27. The administrator has entered many static entries into the arp cache of SERVER1. You have noticed that SERVER1 is unable to communicate with SERVER2. From your workstation you are able to successfully ping SERVER2 and SERVER1. Your workstation, SERVER1 and SERVER2 are all on the same subnet. What could be the problem?

A. The Network Card has been changed in SERVER2.
B. The NETBIOS name of SERVER2 has been recently changed.
C. The IP address of SERVER2 has recently been changed.
D. Service PACK 2 was added to SERVER1 only.
E. The ENABLE IP FORWARDING box has somehow been cleared on SERVER1.

>> !
Answer: A

If the administrator had entered a static entry for SERVER2 then IP would continue to use this hardware address. However when a NIC card changes usually the hardware address changes also. If the administrator had not entered a static entry, ARP would have broad-casted for the hardware address and there would have been no problem. A thorough discussion of Arp and the Arp Cache is included in the Student Manual in Module 2: Architectural Overview of the TCP/IP Protocol Suite.


28. Hosts must know each other's hardware addresses to communicate on a network. This is accomplished by using what protocol?

A. PING
B. TRACERT
C. ARP
D. NBT
E. NBTSTAT

>> !
Answer: C

Arp discovers the hardware address of the local destination host by issuing an Arp Request broadcast requesting the hardware or MAC address of the destination. If IP determines that the destination host is remote then Arp sends a broadcast requesting the hardware address of the default gateway. A thorough discussion of Arp is included in the Student Manual in Module 2: Architectural Overview of the TCP/IP Protocol Suite.


29. Which of the following is a symptom of a duplicate IP address? (Choose all that apply)

A. NT based hosts will not initialize
B. Two computer names in a workgroup when browsing
C. Hosts could hang
D. Host name will automatically change to the next available IP host address which will invalidate the static IP adress assignments and corrupt the arp cache

>> !
Answer: A & C

If duplicate addresses exist on the same network, the second NT host will not initialize. An error message is sent to the host and the other owner of the IP address. Implementations on other operating systems could lead one or both of the hosts to hang.


30. The LMHOSTS file is also used by the PING utility

A. True
B. False

>> !
Answer: A

Host name resolution is generally needed when a TCP/IP client utility needs to connect to a TCP/IP server. Telnet, FTP clients as well as the PING utility all require host name resolution.


31. When is the NetBIOS name assigned?

A. During ARP caching
B. During installation of computer name
C. During DNS hostname configuration
D. During efficient B-node request

>> !
Answer: B

Unique names are typically used to send network communication to a specific process on a computer with the net use command. NetBIOS Names are assigned at installation. The NetBIOS Name is the machine name.


32. What two commands use NetBIOS names?

A. NET USE
B. NET VIEW
C. IPCONFIG
D. TELNET
E. HOSTNAME

>> !
Answer: A & B

When a user initiates Windows NT command, such as net use, the NetBIOS name resolution process begins.


33. When is the NetBIOS name assigned?

A. During ARP caching
B. During installation of computer name
C. During DNS hostname configuration
D. During efficient B-node request

>> !
Answer: B

Unique names are typically used to send network communication to a specific process on a computer with the net use command. NetBIOS Names are assigned at installation. The NetBIOS Name is the machine name.


34. Which of the following are advantages of a using WINS? (Choose all that apply)

A. Reduced traffic
B. More efficient B-node request
C. LMHOSTS file updated dynamically
D. Ability to Browse WAN resources

>> !
Answer: A & D

Windows NT 4.0 provides support for all of the NetBIOS over TCP/IP nodes defined in RFCs 1001 and 1002. WINS can reduce network traffic by removing the B-node Broadcasts.


35. The IP address, 122.170.3.3, falls into what class of address?

Class A, B, C, D or E

>> !
Answer: Class A goes up to 126.

The loopback adress starts with 127.
Class "B" 128 - 191
Class "C" 192 - 223
Class "D" 224 - 239 Multicast
Class "E" 240 - 254 Experimental


36. What class network has over 16 million hosts per network?

Class A, B, C, D or E

>> !
Answer: Class A


37. In a Class B network which octet holds the network ID?

A. First
B. Second
C. First Two
D. Last Two

>> !
Answer: C

The first two octets contain class B network address.


38. In a Class A network which octet holds the hosts IDs?

A. First
B. Second
C. Last three
D. Fourth

>> !
Answer: C

You can identify the class of address by the number in the first octet. The 32-bit IP addressing scheme supports a total of 3,720,314,628 hosts.


39. Which three of the following are invalid for production network IDs?

A. 127
B. 191
C. All ones
D. All zeros

>> !
Answer: A, C & D

127 is reserved for analysis, all ones or zeros are not permitted.


40. In a Class C network which octet holds the hosts ID?

A. First
B. Last three
C. First Three
D. Last

>> !
Answer: D

First three octets address the network.


41. Each IP address is how many bits long?

A. 8
B. 16
C. 32
D. 64

>> !
Answer: C

32 bits is standard TCP/IP address. Each of the four octets contain 8 bits. 10001011.10101010.00000111.10000001 = 139.162.7.129


42. A network ID of 127 is in what class?

Class A, B, C or D

>> !
Answer: Class A

Defined as the last class A network address even though it is used for loopback.


43. What class network has only 254 hosts per network?

Class A, B, C, D or E

>> !
Answer: Class C

Class C addresses are used for small LANs. The three high-order bits in a Class C address are always set to binary 1 1 0. The next 21 bits (completing the first three octets) complete the network ID. The remaining 8 bits (last octet) represent the host ID. this allows for approximately 2 million networks and 254 hosts per network.


44. What class address is used for multicasting?

Class A, B, C or D

>> !
Answer: Class D

Class D addresses are use for multicast group usage.


45. What class network has about 65,000 hosts per network?

Class A, B, C, D or E

>> !
Answer: Class B

Class B addresses are assigned to medium-sized to large-sized networks. Actual number is 65,534 for available hosts on a Class B address. It is 16,777,214 for Class A and only 254 for Class C.


46. What is the binary value of 170?

A. 11110011
B. 10101010
C. 11111111.10111010.34.170
D. 11111111.10101010.00000001.00000000

>> !
Answer: B

To convert a number to binary use the highest numbers possible, e.g., 255 is 11111111 since 128+64+32+16+8+4+2+1=255. Note that the binary position second from the left cannot be used since the value of 170 would be exceeded, i.e., 11000000=192, etc.


47. What is the decimal value of 10001011?

A. 139
B. 36
C. 25
D. 126

>> !
Answer: A

Use a calculator or write out a table, starting with the value for 2 to the zero power, thence for values up to 2 to the 7th power. This can be used for a table that associates these values with subnet masks and digit position values. Starting from the left the decimal numbers are 128, 64, 32, 16, 8, 4, 2 and 1. By looking at the binary number you can see that 10001011 is equal to 128+8+2+1 or 139.


48. What is a valid host on a network of 137.4.142.0, with subnet 255.255.255.0.

A. 137.4.142.30
B. 137.4.142.0
C. 137.4.142.255
D. 137.4.143.30
E. 137.4.143.254

>> !
Answer: A

The network address ending with a node zero or 255 address could be a broadcast for your network. Although this is a class B address, the first three numbers are masked, thus 137.4.142 is the network portion.


49. Assuming a default subnet mask, what is the network ID for a host with an address of 192.200.254.1?

A. 192.200.254.0
B. 192.200 .0.0
C. 192.0.0.0
D. 255.255.255.0
E. 255.255.255.255

>> !
Answer: A

An address with a 192 value in the first octet is a Class C address because it ranges between 192 and 223. In a Class C address the first 3 octets define the network portion. In this example the network portion is 192.200.254. The network address is 192.200.254.0


50. You are given an address of 220.34.54.0 and you need three subnets with at least 10 hosts per network ID. Which subnet masks could be used?

A. 255.255.255.224
B. 255.255.0.0
C. 255.255.255.240
D. 255.255.255.192

>> !
Answer: A & C

First you recognize that you are dealing with a Class C address. Next, you know that a subnet mask ending value of 252 accommodates 2 hosts per subnet, 248 - 6, 240 - 14, 224 - 30 and 192 - 62, thus the only correct choices to allow for at least 10 hosts per subnet are 224 and 240. Note, also, that a subnet mask of 255.255.255.192, while accommodating 62 hosts per subnet, only allows for two subnets.


51. Which subnet masks will provide 62 or more legal subnets given a Class A network address?

A. 255.255.255.0
B. 255.252.0.0
C. 255.255.0.0
D. 255.254.0.0

>> !
Answer: A, B, C & D

Addresses of zero or 255 could be broadcast address for your network and are not allowed.


52. Which subnet masks will give you only 30 legal subnets?

A. 255.255.255.248
B. 255.248.0.0
C. 255.255.255.0
D. 255.255.248.0

>> !
Answer: A, B & D

The three choices are for a class A, class B and class C address. Since 2 raised to the power of 5 is 32, there are 30 subnets available for this subnet mask. Also note that 2 to the power of 3 equals 8 and 256-248=8, i.e., the spread, step, or block is 8. Use this to calculate all the subnets, e.g., 8, 16,24,32,40, etc. up to 248.


53. Specify the range of numbers for the network ID of Class C addressees.

A. 150 - 224
B. 193-225
C. 192-223
D. 128-191

>> !
Answer: C

Address listings;
Class A 1.0.0.0 - 127.0.0.0
Class B 128.0.0.0 - 191.0.0.0
Class C 192.0.0.0 - 223.0.0.0
Class D 224.0.0.0 - 239.0.0.0 Multicasting
Class E 240.0.0.0 - 255.0.0.0 Experimental


54. Assuming a default subnet mask, what is the network ID for an IP address of 192.1.2.1?

A. 192.1.2 .0
B. 192.2.1
C. 192.0.0.0
D. 255.255.0.0
E. 255.255.255.0

>> !
Answer: A


55. You have been assigned a network ID of 192.1.2.0. Which subnet mask will give you 254 hosts per subnet?

A. 255.255.255.0
B. 255.248.0.0
C. 255.255.248.0
D. 255.255.255.1

>> !
Answer: A

255.255.255.0 is the default subnet mask for a Class C address. Class C addresses have 2,097,152 networks available and can have 254 hosts per network.


56. What is the default subnet mask for a host IP address of 140.150.162.175?

A. 255.255.0.0
B. 255.254.0.0
C. 255.255.255.0
D. 255.255.255.255

>> !
Answer: A

The address shown must be recognized as a Class B address, thus the subnet mask is 255.255.0.0.


57. What is the directed broadcast address for 190.191.35.4?

A. 255.255.255.0
B. 255.0.0.0
C. 255.255.254.0
D. 254.0.0.0

>> !
Answer: A


58. You have a system with 30 networks that will grow to 50. What subnet masks will provide enough network IDs?

A. 255.255.255.0
B. 255.255.252.0
C. 255.255.254.0
D. 254.0.0.0

>> !
Answer: B & C

62 subnets are accommodated with a subnet mask of 255.255.255.252 for a Class C IP address where you can have two hosts per subnet. This question appears to assume a Class B address and thus the subnet mask of 255.255.254.0 would work since it accommodates 126 subnets with 510 hosts per subnet. Also the subnet mask of 255.255.252.0 will work since it can have 62 subnets with 1022 hosts per subnet.


59. Russell Industries has a network address of 160.112.0.0. They need 36 subnets with a minimum of 600 nodes per subnet. Which of the subnet masks below will meet these requirements?

A. 255.255.252.0
B. 255.255.192.0
C. 255.255.255.0
D. 255.255.248.0

>> !
Answer: A

The Class B subnet mask 255.255.252.0 will allow a maximum of 62 subnets with up to 1022 valid nodes or IP addresses on each. This meets the stated requirements.


60. Tran is about to create an LMHOSTS file. What errors below will cause an entry to be invalid and cause the LMHOSTS file to be unusable for resolving IP addresses? (Choose all that apply)

A. All upper-case letters in the host name
B. Invalid IP address
C. IP addresses listed first, then the host name
D. Host name listed first, then the IP address
E. Mixed upper and lower case letters in the host name

>> !
Answer: B & D

An invalid IP address will prevent proper name resolution. The proper format for the entry is to list the IP address first then the host name.


61. Assuming a default subnet mask, what is the network ID of 131.2.30.1?

A. 131.0.0.0
B. 30
C. 2.0.0
D. 131.0.30.1
E. 131.2.0.0

>> !
Answer: E

This address is a Class B address because the value of the first octet ranges between 128 and 191. The default subnet mask for a Class B address is 255.255.0.0. The network portion of the address is the value of the first 2 octets, 131.2.0.0.


62. You have 25 sites and expect to grow to 45 in three years. What address will provide enough subnets with the maximum number of hosts?

A. 255.255.252.0
B. 255.255.254.0
C. 255.255.240.0
D. 255.255.128.0
E. 255.255.64.0

>> !
Answer: A


63. You cannot connect to a computer in your local subnet. You use network monitor and you discover that your PC always sends an ARP for the gateway address. What could be the problem?

A. Your PC is not using WINS
B. Your PC has an invalid default gateway
C. Your PC has an incorrect subnet mask
D. Your PC is not using a host file
E. Your PC is using LMHOST entries

>> !
Answer: C

A different mask in this case causes your PC to send all traffic to the default gateway as if your target was remote. For comprehensive documentation on monitoring NT Server performance, see the NT Server Resource Kit version 4.0.


64. You can't Ping an NT Server named Marketing on a remote network using its IP address. You can Ping your default gateway and other hosts on the remote network. Which two of the following solutions are correct?

A. Your PC has a bad ip address
B. Your PC has a bad default gateway
C. The remote NT server has no default gateway
D. The remote NT server has a bad subnet mask
E. Marketing is not WINS enabled

>> !
Answer: C & D


65. Using NT explorer, a user cannot connect to any local computer. From this PC you can ping its address but you cannot ping any other computer. What could be the cause?

A. The workstation is configured with an invalid default gateway
B. The workstation is configured with an invalid subnet mask
C. The is a duplicate address
D. The workstation is not configured to use WINS

>> !
Answer: B

A different mask in this case causes your PC to send all traffic to the default gateway as if your target was remote.


66. You have 100 Windows 95 and 200 NT Workstation computers. Your network IDs are 131.107.2.0, 131.107.3.0 and 131.107.4.0 with a mask of 255.255.255.0. All computers must communicate on the same physical wire. You have an optional requirement of conserving network IDs. Your solution is to give all computers the same network ID of 131.107.0.0.

A. This solution meets all requirements
B. This solution meets only the mandatory requirement
C. This solution meets only the optional requirement
D. This solution meets no requirements

>> !
Answer: D


67. You've just made changes to your DHCP configuration for NT workstation. Which utility would you select to verify your configuration is initialized or if a duplicate IP address is configured?

A. ARP
B. NETSTAT
C. NBTSTAT
D. IPCONFIG
E. PING

>> !
Answer: D & E


68. You have four subnets connected to routers that do not support RFC 1542. What is the minimum number of DHCP servers require?

A. Four
B. Three
C. Two
D. One

>> !
Answer: A


69. You run IPCONFIG and you get the correct address back, but the subnet mask is showing as 0.0.0.0. What causes this?

A. Broadcast storms.
B. Duplicate IP addresses.
C. Duplicate subnet masks.
D. Duplicate Protocols.
E. Duplicate NIC installations.

>> !
Answer: B


70. Which address is used to ping your local host?

A. 255.255.255.255
B. 127.0.0.1
C. 131.1.200.200
D. 0.0.0.0
E. 255.255.0.0

>> !
Answer: B


71. You want to know if your PC can communicate with a remote host. What utility would you use?

A. Arp
B. ping
C. netstat
D. tracert
E. route

>> !
Answer: B


72. If IP determines that the destination host is remote what will the ARP broadcast request?

A. The IP address of the gateway.
B. The IP address of the Loopback.
C. The MAC address of the destination host.
D. The MAC address of the gateway.
E. The MAC address of the source host.

>> !
Answer: D

If IP checks the destination IP address and determines that it is remote it will then check to see if a specific path is designated in the local routing table. If no particular entry is designated for the destination network then IP uses the default gateway. The source host first checks the Arp Cache for the default gateway's MAC or hardware address. If there is no entry then the ARP protocol broadcasts a request for the gateway's MAC address. The gateway issues an ARP reply containing its MAC address.


73. In order for communication to occur a client must know both hardware and IP address information.

A. True
B. False

>> !
Answer: A

If a network is using TCP/IP as its protocol then it must use IP addresses. IP addresses are used by the INTERNET layer to identify the proper network and node that represents a destination host. On broadcast based networks such as Ethernet and Token Ring it is necessary to include the MAC or hardware address in another header of the destination packet. The destination host reads packets that are addressed to its hardware address and does not read packets addressed to other hardware addresses. Hardware addresses are resolved using the Address Resolution Protocol (ARP).


74. To add a permanent entry in an ARP cache, which command can be used?

A. arp -g
B. arp -a
C. arp -s
D. arp -d

>> !
Answer: C

Type arp at the command prompt to see the proper syntax. ARP is used to display and modify the IP to MAC address translation tables, i.e., the IP to NIC address tables. ARP -a displays current ARP entries. You may enter a static entry into the Arp cache by using the arp -s command.


75. What is the default maximum length of time that a dynamic entry will remain in the ARP cache before it is updated?

A. 5 minutes
B. 10 minutes
C. 15 minutes
D. 12 minutes

>> !
Answer: B

The default is a 2 minute life for unused entries and a maximum 10 minute life for used entries. This may be changed by setting the "ARPCacheLife" parameter in the registry.


76. To display all entries in an ARP cache, which command(s) is used?

A. arp -g
B. arp -a
C. arp -s
D. arp -d

>> !
Answer: A & B

Both of these commands display the contents of the Arp Cache.


77. Which two DHCP options are required for WINS configuration?

A. 003
B. 006
C. 046
D. 044
E. 047

>> !
Answer: C & D

046 Specifies the type of NetBIOS over TCPO/IP name resolution to be used by the client. 044 Specifies the IP address of a WINS server available to clients.


78. Which three of the following are WINS Server requirements?

A. NT Server
B. NT Workstation
C. DHCP dynamic address
D. Static address
E. Subnet Mask, Default Gateway

>> !
Answer: A, D & E

Before you install WINS, you must determine that your sever and clients meet the configuration protocol.


79. Each host entry is limited to how many characters?

A. 15
B. 16
C. 255
D. 256

>> !
Answer: C

Each host entry is limited to 255 characters, and entries in the HOSTS file are not case sensitive.


80. Our company has a routed internetwork that consists of 20 UNIX machines, 5 NT 4.0 Servers, 50 NT Workstations and 250 Windows 95 machines. We have standardized the Microsoft machine names to be 10 characters and the Unix host names to be 20 characters. There is one NT Server on each of 5 subnets. We are running TCP/IP only and your goal is to eventually enable communications between all of these machines. We are in the planning stages and settled on the following objectives: Required Objective: To have the Microsoft client machines obtain their IP addresses, dynamically, from a central source instead of administrators adding them as static IP addresses. Desired Objectives:
1.) To have all the Microsoft machines use the utility Microsoft Explorer to map network drives using machine and share names. Be able to map to all of the NT servers.
2.) Have the Microsoft Machines be able to FTP to the UNIX Machines using Host names. Solution: We will install the DHCP server service on two of the Microsoft servers. Each server will be configured with a scope of addresses for each of the 5 subnets. We will insure that the scopes do not have overlapping addresses. We will configure each of the Microsoft client machines to obtain an IP address from a DHCP server. We will configure the routers to forward BootP requests, and install the WINS server service on another of the NT servers to facilitate the resolution of IP addresses to the names.

A. Achieves the Required Objective but does not achieve either of the optional objectives
B. Achieves the Required Objective and one of the optional objectives
C. Achieves the Required Objective and both of the optional objectives
D. Does Not Achieve the Required Objective

>> !
Answer: A

To be a client of a DHCP server the client machine must be configured to obtain an address from a DHCP server. The DHCP server must be configured with a scope that will provide at least the IP address and subnet mask. The client must be configured to get an address from a DHCP server. To receive an address the Client sends a broadcast called a DHCP Discover packet that will not go through a router unless the router is configured to forward it. The scenario is a routed environment. They have configured forwarding of BootP packets at the routers. This achieves the primary objective without having to include a DHCP server on each subnet. Neither of the optional objectives are achieved because they set up the WINS server but they did not configure the clients to use WINS.


81. Our company has a routed internetwork that consists of 20 UNIX machines, 5 NT 4.0 Servers, 50 NT Workstations and 250 Windows 95 machines. We have standardized the Microsoft machine names to be 10 characters and the UNIX host names to be 20 characters. There is one NT Server on each of 5 subnets. We are running TCP/IP only and your goal is to eventually enable communications between all of these machines. Required Objective: To have the Microsoft client machines obtain their IP addresses, dynamically, from a central source instead of administrators adding them as static IP addresses. Desired Objectives:
1.) To have all the Microsoft machines use the utility, Microsoft Explorer, to map network drives, using machine and share names, and be able to map to all of the NT servers.
2.) To have the Microsoft machines be able to FTP to the UNIX machines using Host names. Solution: Install the DHCP server service on two of the Microsoft servers. Each server will be configured with a scope of addresses for each of the 5 subnets. We will make sure that the scopes do not have overlapping addresses. Configure each of the Microsoft client machines to obtain an IP address from a DHCP server. Configure the routers to forward BootP requests. Install the WINS server service on another of the NT servers to facilitate the resolution of IP addresses to the client names. On the DHCP server we will configure the server to provide to the client the WINS server's IP address and the node type of H-node. Configure these as Global options.

A. Achieves the Required Objective but does not achieve either of the optional objectives
B. Achieves the Required Objective and one of the optional objectives
C. Achieves the Required Objective and both of the optional objectives
D. Does Not Achieve the Required Objective

>> !
Answer: B

To be a client of a DHCP server the client machine must be configured to obtain an address from a DHCP server. The DHCP server must be configured with a scope that will provide at least the IP address and subnet mask. The client must be configured to get an address from a DHCP server. To receive an address the Client sends a broadcast called a DHCP Discover packet that will not go through a router unless the router is configured to forward it. The scenario is a routed environment. They have configured forwarding of BootP packets at the routers. This achieves the primary objective without having to include a DHCP server on each subnet. To be a WINS client the machine needs to be configured with the address of a WINS server. If the WINS address is coming from a DHCP server, the DHCP must also configure the client to be an H-node. H-node means that the client will check the WINS server for name resolution before it tries using a subnet broadcast.


82. Walter wants to upload a file to the home office immediately, but the limited number of IP addresses available at his remote site have already been taken. DHCP is used at his site to assign IP addresses. Lee has just finished using his computer for the day, but the lease on his IP address is not up and will not be up for three more days. What can Walter do to make use of his address to send the file to the home office?

A. Type "ipconfig /reset" at the command line on Lee's computer
B. Reset the lease duration on the DHCP server to 10 minutes
C. Type "ipconfig /release" at the command line on Lee's computer
D. Go into DHCP Client service on Lee's computer and reset her lease

>> !
Answer: C

Since DHCP is in use, typing "ipconfig /release" at the command line on Lee's computer will release that IP address and allow DHCP to re-assign it to another user.


83. Your work group uses several laptops and regularly moves work locations. You want the WINS servers to automatically assign IP addresses as well as the IP addresses for the WINS server. What service must be running?

A. DHCP
B. DNS
C. SNMP
D. WINS

>> !
Answer: A


84. You are the administrator of a Windows NT network using TCP/IP and DHCP. There are 5 servers with static IP assignments, and all computers use DNS for name resolution. Part-time clients frequently fail in attempts to log on to the network or access the Internet, and you have traced the problem to IP address conflicts within DNS name assignments. Which tool should you use to check IP address/DNS name conflicts?

A. Event Viewer
B. Performance Monitor
C. Network Monitor
D. DHCP Manager

>> !
Answer: D

DHCP assigns IP addresses, and DNS assigns host names; but, DHCP does not inform DNS of the host names DNS assigns.. Systems that use DNS and DHCP and supply Internet access to local users often have conflicts when DHCP assigns a client a different IP address from the one DNS is expecting. Use DHCP Manager to view and change parameters for Microsoft DHCP servers on the network. You must have administrative privileges. With it you can view DHCP scopes and reserve leases with unlimited durations for clients.


85. Consider the following network configuration: 4 Windows NT servers, 30 Windows 95 Computers, 120 NT workstations, and 10 computers running Windows for Workgroups 3.11. All network clients are using TCP/IP; but, only 45% of the network connections are used at any one time. There are 164 computers, but only 128 IP addresses are available. How can TCP/IP be configured to provide each user with an IP address?

A. Use DHCP and set up client reservations that provide certain IP addresses to particular nodes at certain times.
B. Use DHCP to dynamically assign IP addresses, configure with short lease durations.
C. Use DNS to dynamically provide IP addresses to the users based on priority, utilizations, and needs.
D. Use WINS to assign the IP addresses, dynamically allocate IP address lease durations on an "as needed" basis.

>> !
Answer: B

DHCP allows the dynamic assignment of IP addresses and can be configured with different lease durations. Client reservations can be made which designate a particular IP address for a particular host. They do not allow for setting IP addresses by time of day. With only 45% utilization of the network, DHCP with short lease durations should minimize the problems with keeping 164 users supplied with IP addresses, even with only 128 IP addresses available.


86. You are setting up TCP/IP on Windows NT 4.0. Which command verifies that TCP/IP is configured correctly and that another host is available for IP connectivity?

A. Ping
B. Ipconfig
C. Netstat
D. Nbtstat
E. Nslookup

>> !
Answer: A

The Ping command is used to validate TCP/IP communication.


87. You are setting up TCP/IP on Windows NT 4.0. Which command will verify a TCP/IP configuration including WINS, DHCP, and DNS?

A. Ping
B. Ipconfig
C. Netstat
D. Nbtstat
E. Nslookup

>> !
Answer: B


88. You are setting up TCP/IP on Windows NT 4.0. Which command will retrieve system information from a remote computer that supports the TCP/IP Finger service?

A. Ping
B. Ipconfig
C. Netstat
D. Nbtstat
E. Finger

>> !
Answer: E


89. You are setting up TCP/IP on Windows NT 4.0. Which command will examine entries in the DNS database which pertain to a specific host or domain?

A. Ping
B. Ipconfig
C. Netstat
D. Nslookup
E. Finger

>> !
Answer: D


90. You are setting up TCP/IP on Windows NT 4.0. Which command will display or modify the IP to Physical address translation table?

A. Arp
B. Ping
C. Route
D. Tracert
E. Ipconfig

>> !
Answer: A

Arp -a will display the ARP cache and also allow the addition of ARP entries. Entries unused are removed from the ARP cache after 2 minutes and used entries are removed after 10 minutes.


91. You are setting up TCP/IP on Windows NT 4.0. Which command will display a cache of locally resolved IP addresses to Media Access Control (MAC) addresses?

A. Arp
B. Mac
C. Route
D. Tracert
E. Ipconfig

>> !
Answer: A

Arp -a will display the ARP cache and also allow the addition of ARP entries. Entries unused are removed from the ARP cache after 2 minutes and used entries are removed after 10 minutes.


92. You are setting up TCP/IP on Windows NT 4.0. Your IP address is 192.100.100.35. You use the Ping command to test a connection to the host 192.100.150.24 which exists on another subnet. The subnets are connected via a NT 4.0 router with RIP installed. When you check the remote router interface Arp cache (remote gateway), which IP/MAC entry will you see?

A. IP / MAC of the local host
B. IP / MAC of the remote host
C. IP / MAC of the local router interface (local gateway)
D. IP / MAC of the remote router interface (remote gateway)

>> !
Answer: B

Arp tables only display MAC addresses from the local subnet. Therefore when you ping a remote site, the gateway is in the Arp cache. Arp -a will display the ARP cache and also allow the addition of ARP entries. Entries unused are removed from the ARP cache after 2 minutes and used entries are removed after 10 minutes.


93. Which file will provide name resolution for host names to IP addresses?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: A

The HOSTS file provide name resolution for IP host names for Unix environments. This file is located in \system32\drivers\etc


94. Which file will provide name resolution in a UNIX environment?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: A

The HOSTS file provide name resolution for IP host names for Unix. This file is located in \system32\drivers\etc


95. Which file will provide name resolution for NetBios names to IP addresses?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: B

The LMHOSTS file provides NetBios name resolution for IP to host names for Microsoft environments. This file is located in \system32\drivers\etc


96. Which file will provide name resolution for computer names in a Microsoft environment?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: B

The LMHOSTS file provides NetBios name resolution for IP to host names for Microsoft environments. This file is located in \system32\drivers\etc


97. Which file will provide name resolution for network names to IP network id's?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: C

The NETWORKS file provides name resolution for network names to IP network id's. This file is located in \system32\drivers\etc


98. Which file will provide resolution from a service name to a port number and protocol name?

A. HOSTS
B. LMHOSTS
C. NETWORKS
D. PROTOCOL
E. SERVICES

>> !
Answer: E

The Services file will provide resolution from a service name to a port number and protocol name. This file is located in \system32\drivers\etc


99. Your network is configured with two subnets and a router. You are able to Ping the gateway with no problem but are not able to reach another host "WKS01" on the local subnet. Which of the following would be the problem?

A. Your gateway address
B. Your subnet mask
C. WKS01's gateway address
D. WKS01's subnet mask

>> !
Answer: D

If the Mask on WKS01 is not the same then a router or routing entry will be the only way to reach it.


100. You have a SINGLE segment TCP/IP network. Which items are NOT required to communicate in a Microsoft networking environment? (Choose all that apply)

A. IP Address
B. Subnet Mask
C. Gateway
D. WINS Server address

>> !
Answer: C & D

In the same subnet, the IP and MASK are required. In a different subnet, the IP and MASK and Gateway are required.


101. You attempt to configure static mappings in your WINS server. To ensure there are no typographical errors, you decide to import an already existing LMHOSTS file which lists as follows:

152.207.123.142
SERVER
#PRE
#DOM:DOMAIN

After the import you notice a number of new entries. Which NetBios mapping entries are created during the import? (Choose all that apply)

A. Internet group for SERVER
B. Internet group for DOMAIN
C. Three mapping entries for DOMAIN
D. Three mapping entries for SERVER

>> !
Answer: B & D

Because we are dealing with NetBios, we need to support both browsing and domain services. For this reasons, the WINS server must pass added information which include name and domain data.


102. Your network consists of 2 * 25 client computer subnets connected by a NT multihomed computer with forwarding enabled and with the network using TCP/IP. Users complain that they are able to connect to shared resources across the router with the IP address i.e. \\192.217.100.91\data but not with the computer name of \\server\data. What should you do to resolve this problem?

A. Install the DCHP service on the NT server
B. Install DNS on the NT server
C. Install WINS on the NT server
D. Create a HOSTS file on each of the clients connecting to the server

>> !
Answer: C

Remember that NetBios information is not passed through the router there fore name resolution can only be solved by using a WINS server somewhere or an LMHOSTS file on the local system.


103. You would like to monitor TCP/IP network traffic for multiple servers on your network. To accomplish this you install the SNMP agent necessary for TCP/IP monitoring and the NT Server Network Monitor. When you start the monitor you are only able to monitor information for the local server. What is the problem?

A. The Network Monitor in all cases does not support monitoring multiple servers at a time, each must be analyzed separately.
B. The SMS (System Management Server) version of network monitor is required to monitor multiple servers.
C. The Network Monitor in all cases does not support monitoring of the TCP/IP protocol. Only NetBeui is supported.
D. The SMS (System Management Server) version of network monitor is required to monitor multiple servers for TCP/IP only.

>> !
Answer: B

The SMS (System Management Server) version of network monitor is required to monitor multiple servers. The version that comes with NT 4.0 only supports the local system and not promiscuous mode.


104. You would like to monitor TCP/IP network traffic for multiple server on your network. To accomplish this you install the SMS (System Management Server) from Microsoft which allows multiple server network monitoring. After rebooting, however, you are unable to monitor TCP/IP traffic. What is the problem?

A. The SMS Network Monitor in all cases does not support monitoring multiple servers at a time, each must be analyzed separately.
B. The NT Server version of network monitor is required to monitor TCP/IP multiple servers.
C. The Network Monitor in all cases requires the SNMP (Simple Network Management Protocol) agent to be installed.
D. The SMS (System Management Server) version of network monitor is required to monitor multiple servers for TCP/IP only.

>> !
Answer: C

The SNMP service is required to see the performance monitor objects for TCP/IPThe SNMP service is required to see the performance monitor objects for TCP/IP


105. Your network environment includes 25 clients workstations and 1 NT Server all of which are installed with TCP/IP. You would like to use host name instead of the IP addresses so you create a HOSTS file on the server which contains the name and IP addresses of each TCP/IP client and server on the network. Users still complain that they are unable to reach the server and other clients by host name. What is the problem?

A. DNS must be installed on the server along with the HOSTS file
B. The HOSTS file must also exist on each client
C. DHCP must be enabled and configured on each client
D. DNS must be enabled and configured on each client

>> !
Answer: B

Remember that NetBios information is not passed through the router there fore name resolution can only be solved by using a WINS server somewhere or an LMHOSTS file on the local system. For regular HOST name resolution, a Unix or NON-Microsoft specific name resolution system, use a HOSTS file or configure a DNS server.


106. You would like to use an LMHOSTS file to configure a static mappings on a NT Server installed with WINS. The file is as follows:

291.217.150.10
NTPDC
#PRE
#DOM:CORPORATE

After you import the LMHOSTS file into WINS you view the static mapping table. Which NetBios entries were added? (Choose all that apply)

A. Internet group mapping for the CORPORATE domain
B. One unique mapping for NTPDC
C. Multihomed mapping for the CORPORATE domain
D. Three unique mappings for NTPDC

>> !
Answer: A & D A WINS server contains 3 entries for each client. These ensure name, browsing, and domain service functionality.


107. You are setting up an Intranet for your company with Internet connectivity plans via a Proxy server. What rules must be followed when considering the implementation alternatives? (Choose all that apply)

A. Subnet mask ranges must be from 255.0.0.0 thru 255.255.255.255
B. IP ranges must exclude 127.0.0.1
C. Each Subnet Id must be unique
D. Each IP address must be unique

>> !
Answer: B, C & D

Even though you are using a Proxy, normal IP rules must still be followed on your network.


108. You would like to set up a Windows NT Server as a WINS server for your company's intranet. Which of the following is required when planning your setup?

A. DNS must be installed first on the same machine
B. DNS must be installed first on a NT Server machine other than the WINS server
C. WINS servers require unique static IP addresses
D. DHCP must be installed first on the same machine

>> !
Answer: C

A WINS IP address is required because all WINS clients are pointing to a WINS IP address.


109. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. The network was small and therefore the IP address were statically configured. You would now like to expand your network to include 5 other departments on different subnets in order to reduce network traffic.

Required result:
Internetwork browsing for Microsoft Network clients

Optional desired results:
Implement dynamic IP addressing on all subnets
Support for Non-WINS based name resolution

Proposed solution:
Implement a WINS server on the main subnet and configure each client to register to that server
Implement a DHCP server on each subnet supporting the scope and options for the local subnet
Configure one of the WINS clients as a WINS proxy agent on each of the subnets containing Non-WINS hosts

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: A

Implement a WINS server on the main subnet and configure each client to register to that server, a DHCP server on each subnet supporting the scope and options for the local subnet, and a WINS proxy agent must be added to support name resolution for Non-WINS clients


110. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. The network was small and therefore the IP address were statically configured. You would now like to expand your network to include 5 other departments on different subnets in order to reduce network traffic.

Required result:
Internetwork browsing for Microsoft Network clients

Optional desired results:
Implement dynamic IP addressing on all subnets
Support for Non-WINS based name resolution

Proposed solution:
Implement a WINS server on the main subnet and configure each client to register to that server
Implement a DHCP server on each subnet supporting the scope and options for the local subnet

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: D

Implement a WINS server on the main subnet and configure each client to register to that server, a DHCP server on each subnet supporting the scope and options for the local subnet, and a WINS proxy agent must be added to support name resolution for Non-WINS clients


111. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. The network was small and therefore the IP address were statically configured. You would now like to expand your network to include 5 other departments on different subnets in order to reduce network traffic.

Required result:
Internetwork browsing for Microsoft Network clients


Optional desired results:
Implement dynamic IP addressing on all subnets
Support for Non-WINS based name resolution

Proposed solution:
Implement a DHCP server on each subnet supporting the scope and options for the local subnet
Configure one of the WINS clients as a WINS proxy agent on each of the subnets containing Non-WINS hosts

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: D

Implement a WINS server on the main subnet and configure each client to register to that server, a DHCP server on each subnet supporting the scope and options for the local subnet, and a WINS proxy agent must be added to support name resolution for Non-WINS clients


112. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. You would now like to expand your network to include a backbone subnet and 5 other departments on different subnets in order to reduce network traffic.

Required result:
Implement dynamic IP addressing on all subnets with a single DHCP server

Optional desired results:
Internetwork browsing for Microsoft Network clients
Host name resolution for UNIX and Microsoft based hosts

Proposed solution:
Implement a DNS server on the backbone network and configure ALL clients to resolve from it
Implement a single DHCP server on the backbone segment with a IP scope for each subnet
Install one NT Server with the DHCP relay agent on each non-backbone network
Implement a WINS server on the backbone and configure ALL subnet clients with the WINS server address

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: A

Implement a DNS server on the backbone network and configure ALL clients to resolve from it, a single DHCP server on the backbone segment with a IP scope for each subnet, one NT Server with the DHCP relay agent on each non-backbone network, a WINS server on the backbone, and configure ALL subnet clients with the WINS server address


113. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. You would now like to expand your network to include a backbone subnet and 5 other departments on different subnets in order to reduce network traffic.

Required result:
Implement dynamic IP addressing on all subnets with a single DHCP server

Optional desired results:
Internetwork browsing for Microsoft Network clients
Host name resolution for UNIX and Microsoft based hosts

Proposed solution:
Implement a single DHCP server on the backbone segment with a IP scope for each subnet
Install one NT Server with the DHCP relay agent on each non-backbone network
Implement a WINS server on the backbone and configure ALL subnet clients with the WINS server address

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: B

Implement a DNS server on the backbone network and configure ALL clients to resolve from it, a single DHCP server on the backbone segment with a IP scope for each subnet, one NT Server with the DHCP relay agent on each non-backbone network, a WINS server on the backbone, and configure ALL subnet clients with the WINS server address


114. The following situation exists:
Your network originally consisted of a single department subnet using the TCP/IP protocol for 10 client computers and 1 server. You would now like to expand your network to include a backbone subnet and 5 other departments on different subnets in order to reduce network traffic.

Required result:
Implement dynamic IP addressing on all subnets with a single DHCP server

Optional desired results:
Internetwork browsing for Microsoft Network clients
Host name resolution for UNIX and Microsoft based hosts

Proposed solution:
Create a HOSTS file on the backbone NT server for Unix based name resolution
Implement a single DHCP server on the backbone segment with a IP scope for each subnet
Install one NT Server with the DHCP relay agent on each non-backbone network

Which results does the proposed solution produce?

A. The proposed solution produces the desired results and produces BOTH of the optional desired results.
B. The proposed solution produces the desired results and produces ONE of the optional desired results.
C. The proposed solution produces the desired results but does not produce any of the optional desired results.
D. The proposed solution does not produce the desired results.

>> !
Answer: C

Implement a DNS server on the backbone network and configure ALL clients to resolve from it, a single DHCP server on the backbone segment with a IP scope for each subnet, one NT Server with the DHCP relay agent on each non-backbone network, a WINS server on the backbone, and configure ALL subnet clients with the WINS server address


115. Your company has a corporate office and several remote sales offices around the country. All remote sales offices are connected via 56k leased lines and TCP/IP routers. Every remote sales office has 2 NT servers and 10 to 20 clients. The corporate office has 250 users and 25 NT servers. What would be the best way to implement internetwork browsing?

A. Install a WINS server at the corporate office and configure ALL clients to use that WINS server
B. Install a WINS server at each sales office and one at the corporate office. Configure all sales office WINS servers as PULL partners to the corporate WINS server
C. Install a WINS server at each sales office and one at the corporate office. Configure all sales office WINS servers as PULL partners to the corporate WINS server and all other sales office WINS servers
D. Install a WINS server at each sales office and one at the corporate office. Configure all sales office WINS servers as PUSH partners to the corporate WINS server

>> !
Answer: B

A DHCP server must be reachable by a broadcast on a local subnet by the DHCP clients but WINS servers can cross routers because they are direct IP requests. In this case replication should be set up between slow link to keep performance at par.


116. You are configuring the SNMP agent on your NT Server. What is the default community name?

A. MIB
B. NT
C. Public
D. Community

>> !
Answer: C

Of course the default SNMP community is public. This is a standard.


117. You are configuring the SNMP agent on your NT Server. What is required in order for your NT Server to answer SNMP server requests?

A. Indicate the host name of the SNMP manager in the HOSTS file
B. Add a static mapping to the WINS server for the SNMP manager
C. Add the community name of the SNMP manager to the names list
D. Indicate the host name of the SNMP manager in the LMHOSTS file

>> !
Answer: C


118. You are configuring the SNMP agent on your NT Server. Which of the following best describes a MIB?

A. A MIB defines which communities information will be sent to
B. A MIB gives access to manageable host objects with SNMP
C. A MIB defines return SNMP returned traps
D. A MIB does not relate to SNMP

>> !
Answer: B

When you are configuring the SNMP agent on your NT Server, a MIB gives access to manageable host objects with SNMP.


119. You are configuring the SNMP agent on your NT Server. You are concerned with manageability and security and would like to ensure that your Server provides information to only specific requests. What is required to ensure that this manageability is possible? (Choose all that apply)

A. Specify an SNMP community name
B. Restrict the MIB objects to in-community access
C. Remove the static WINS mapping for the SNMP client
D. Specify the IP address of valid SNMP managers

>> !
Answer: A & D

Specify an SNMP community name and specify the IP address of valid SNMP managers. This will allow NT to provide MIB information from the NT server to SNMP managers. Remember that NT is NOT an SNMP manager.


120. The first bits of the IP address is 10100000 and no subnetting is required. What is the maximum number of hosts that can be configured on this network?

A. 254
B. 255
C. 65534
D. 65535

>> !
Answer: C

This indicates a default class B network.


121. The first three bits of the IP address is 110 and no subnetting is required. What is the maximum number of hosts that can be configured on this network?

A. 254
B. 255
C. 65534
D. 65535

>> !
Answer: A

This indicates a default class C network.


122. What TCP/IP command displays the status of a UNIX based printq?

A. LPR
B. LPD
C. LPQ
D. LPT

>> !
Answer: C

LPQ stands for Line Printer Queue. It displays the status of a UNIX based printq.


123. You are installing an NT server which is slated to be a DHCP server. What must be configured on a DHCP server?

A. Static IP address
B. Enable automatic DHCP configuration
C. A WINS server
D. A DNS server

>> !
Answer: A

DHCP servers require their own IP address.


124. You are installing a network of 10 clients and no NT servers. 5 of those clients are Windows NT workstations which would like to Telnet into a UNIX system. At this time you do not have the budget to implement an NT DNS server. What will facilitate a IP to host name translation for Unix based hosts without implementing an NT Server?

A. DNS Server
B. HOSTS File
C. LMHOSTS File
D. WINS Server

>> !
Answer: B

Hosts and DNS relate to Unix and LMHOSTS and WINS relate to NetBios. WINS and DNS require NT. LMHOSTS and HOSTS are static mapping files locates on the local clients.


125. You are installing two small networks with 10 clients per network and no NT servers. All clients are Windows NT workstations which would like to use UNC names to access resources across subnets. At this time you do not have the budget to implement an NT WINS server. What will facilitate a IP to host name translation for NetBios based hosts without implementing an NT Server?

A. Install a NT server with DNS
B. Create a HOSTS file on each client
C. Create a LMHOSTS file on each client
D. Create a WINS file on each client

>> !
Answer: C

Hosts and DNS relate to Unix and LMHOSTS and WINS relate to NetBios. WINS and DNS require NT. LMHOSTS and HOSTS are static mapping files locates on the local clients.


126. You set up a network which includes a router and two subnets. A DHCP server exists on one of the subnets. How can DHCP clients utilize the DHCP server on the opposite subnet? (Choose all that apply)

A. If the router is an NT 4.0 Server, then add the DHCP relay agent service to it.
B. If the router is an NT 4.0 Server, then replace it with a BOOTP relay supported router.
C. If the router is NOT an NT 4.0 Server, install a NT 4.0 Server with the DHCP relay agent anywhere on the same subnet as the DHCP clients.
D. If the router is NOT an NT 4.0 Server, install a NT 4.0 Server with the DHCP relay agent anywhere on the same subnet as the DHCP server.

>> !
Answer: A & C

The DHCP server must be reachable by a broadcast on a local subnet by the DHCP clients but WINS server can cross routers because they are direct IP requests.


127. You have several RAS clients in the field and would like to set up a DHCP scope for these remote clients. What would be a good DHCP strategy for the remote clients?

A. Leases for remote clients should be set for longer lease periods
B. Leases for remote clients should be set for shorter lease periods
C. Leases for remote clients can be set to long or short periods, it does not matter
D. Remote clients should each have static IP addresses

>> !
Answer: B

If you have five modems for example then you would actually need five IP addresses. However, if you lease an address for 8 bits then the IP would be tied up for eight hours. This way IP addresses are available without delay.


128. Which NT Server service allows clients to use Non-NetBios names when communicating to remote computers with TCP/IP?

A. WINS
B. DHCP
C. DNS
D. SMTP

>> !
Answer: C

DNS or Domain Name Services is a database of Domain and Hosts name information referenced to IP addresses. This evolved from Unix based systems.


129. When planning a WINS server configuration, which of the following must be considered? (Choose all that apply)

A. A WINS server must have a static manually configured IP address
B. A WINS server can get it IP address from a DHCP server
C. DHCP servers must be configured to specify the WINS IP address
D. DNS servers must be configured to specify the WINS IP address

>> !
Answer: A & C

A WINS server must have a static manually configured IP address because hosts point to the server by address. If you use a DHCP server then the WINS address will be given out with other IP information.


130. Which of the following is a valid and recommended method for providing backup DNS servers in an instance when the primary DNS server cannot resolve a name?

A. Install a WINS server
B. Utilize zone transfer with secondary DNS servers
C. Create HOSTS files on each client
D. Use the IP address for communication

>> !
Answer: B

Creating secondary DNS servers which point to primary servers will facilitate backup domain services in the event that the primary server becomes unavailable.