The answers to these questions are best guesses of the contributor and may not be correct

1.  You want to use your NT workstation to copy file between a Unix host. The Unix host does not allow anonymous connection. what should you use to do? (choose two)
a. rcopy
b. tftp
c. scopy
d. telnet
e. ftp
I select b and e. I think e is certainly right, but not sure about b. PLS check it.

2. Your company has a NT server set as RAS. The server is connnect to the internet. Some users want to use laptops to connect to the server in order to access the company's resource when they are in travel. These users connect to the internet through the ISP. You want to secure your company's resource....blabla...
a. install PPTP in RAS server only.
b. install PPTP both in RAS server and laptops.
c. configure PPTP filter in the server's NIC which connects to the internet.
d. configure PPTP filter in the server's NIC which connects to the company.
I select b and c. PLS check it.

3. The senario is same as above, but this time you want to only allow encrypted data into RAS.
Sorry I cannot remeber the options. I only remeber I chose PPTP and MS-CHAP.

4. one diagram shows three subnets connected by router. One PDC and some NT servers in the first subnet. Two 95 clients and one NT server in the second subnet and Two BDC and some NTWS in the third subnet.  (I cannot remember whether there mentioned DHCP server in the condition.)
Then they need the 95 clients in the second subnet can browse the other subnet's resources.
The options include:
install DNS server, install WINS server.....no mentioned LMHOSTS file.
So I choose install WINS server in the domain.

5. one drag-drop question ask your to match SOA record, Primary DNS server, Caching-only DNS server, Reverse Lookup...to their functions or features.

The others are all in the following listed questions.

--------------------------------------------------------------------------------------------------------

1. How a third DNS Server to function as a Backup server in an environment where there are already two DNS Servers acting as Primary and Secondary?

==>Caching-Only Server

2. How can you configure the third DNS Sever which is to be configured for supporting the load balancing of Primary Server and should not participate in Zone Trasfer Traffics? (I can't remember item 1 or item 2)

==>Caching-Only Server

**3.  Three UNIX machines are to be stored in the WINS Database manually and what entry will you put at the WINS configuration panel?

==>STATIC | UNIQUE ENTRY

4. You have three subnets in which a single subnet is populated with 10  Laptop workstations and the other two subnets with NT Workstations. You want the 1st subnet to be supplied with IP addresses(of course by DHCP) with a lease acqusition period of 10 days.The other two subnets with 30 & 40 days lease period respectively. How will you configure?

==>By implementing one DHCP scope for each subnet and specifying the lease period as part.

5. Your NT Server in your office is connected via RAS connectivity to the Internet ISP Server through the ISDN communcation. Now you want the Windows 95 workstation users in your internel subnet to get connected to the ISP. How will you do that?

==>PPTP

6. You want the Unix member workstations to print jobs at the NT print server connected print device. How will you configure?

==>Install TCP/IP printing service (CONFIGURE A LPR PORT FOR THE PRINTER?) and share the printer.

7. You want the Windows based machines to print at a UNIX-Network printing device connected to a NT Print Server. How will you redirect the jobs to the net printer?

==>LPR

What do you use to send a text-based job to a NT server? ==>lpr
What do you use to monitor jobs on a NT server? ==>lpq

8. You are configuring a IIS server on NT Server which is going to be used as a FTP Server and also a WWW Server. How will you configure it for the Host record?

==>CNAME

(for example
www CNAME rhino
ftp CNAME rhino
rhino IN A 157.55.200.143)

9. You want to monitor the NT Workstation performance from a Unix client. How will you do it? What Software (utility?) at NT Workstation and at Unix host?

==> SMNP management software on the UNIX and SNMP service on the NT workstaion.

*10. You don't want to have trap messagees from unauthorized SNMP Hosts. How will you configure the SNMP agent workstation?

==>"Community Name" and "Only Accept SNMP packages from these Hosts".

11. When you ftp a host name using UNC you get a "Bad IP address" message. What could be the possible reason?
==>HOSTS FILE (or DNS).

12. You can ping the remote host using the IP address but not through net use \\....\...  Why?
==>WINS or LMHOSTS.

13. You are not able to ping the IP address of a remote host on another subnet using Netbios name but through IP address. You can also ping the other hosts on that subnet using both ways. What went wrong?
==> Remote server not use WINS server. (PLS refer 24)

14. You want a Workstation in Subnet A to browse and Communicate with the other workstation in subnet B. But you can't even though they have their own WINS Servers installed. What will you do?
==> WINS replication

15. You have Subnet A, Subnet B and Subnet C. The Workstations in the subnet A&B uses the WINS in the Subnet A. The Workstations in Subnet C uses its own. How will you configure to have the users of Subnet C and B to browse themselves freely?

==> WINS replication.

?16. You don't want to resolve host names into IP address using a DNS which contains static entries in it. What will you install in alliance with DNS to resolve IP address from a dynamically updated DNS database?

==>WINS and enable the DNS for WINS resolution
(DNS can use WINS to resolve some host names, just open "zone properties" and check "use WINS resolutions"
and WINS can also use DNS to resolve computer names: Network|TCP/IP|WINS Addresses-->check "enable DNS for wins resolution")

17. 157.21.36.121 UNIX Product
    157.51.25.110 Product developer
Above is a Hosts file entry. When you say "ftp product" you get attached to the ftp server. But when you say "FTP 157.51.25.110" you can't reach it.Why?

==>Invalid FTP server's IP address (157.51.25.110)
(from host file, 157.21.36.121 is the IP address for hosts named UNIX and Product, but the second line means the 157.51.25.110 is the IP address for hosts named Product and developer...so if u use "ftp product", it connect to 157.21.36.121...it's OK but not "157.51.25.110".)

18. How will you log on to a Domain controler which is in another domain and for that what entries do you require at your Workstation's lmhosts file? (PDC and BDC)

==> #PRE #DOM

19. Why a workstation is not making a broadcast even when it can't resolve through other methods?
==> P-NODE

20. How to configure a RAS server that directly accesses the internet and uses PPTP. Clients access the RAS server via an ISP that is accessed with a modem.

==> PPTP filter

?21. You plan a internetwork. How many NET-Ids do you need? (Choose two)

a. one for each subnet
b. one for each host
c. one for each host' s NIC
d. one for each router' s interface
e. one for each WAN - link

I think a, e.

*22. You want to audit a SNMP-Client by a UNIX host. What do you need. (choose two)

==>community name
==>IP_address of UNIX-hosts, that the traps have to be sent to

23. A PDC and several BDCs in different subnets must be able to 'see' each other without using wins.
==>adequate #PRE and #DOM entries in their LMHOSTS files.

24. You can ping a remote client by using its IP-address but not by using its name, whereas you can ping all the other hosts in the remote subnet by IP-address as well as name.

==>remote client is neither WINS-enabled nor does it have an entry of your computer in its LMHOSTS file.

25. UNIX hosts must be made able to use wins for name resolution. DNS is already installed.

==>Use WINS resolution in DNS.

26. A client broadcasts too much to connect to other clients on the same subnet.

==>wrong subnet mask

27. What resolution method to use if you want client to talk to WINS first, then broadcast?
==>h-node

28. Use dns service what file can resolve root domain name
==>cache.dns

29. You can ping yourself by ip, but you can't ping ip of the others on the same subnet. why?
==>netmask error

30. On a Microsoft NT server computer that is configured as a DNS server, you want to add a resource-record that identifies the mail server for your domain. What type of resource record must you add?
==>MX

31. You are configuring the DHCP Relay Agent on a Windows NT Server computer. Which information must you supply?

==>The IP address of the DHCP server.

32. Using Windows NT Explorer, a Windows NT Workstation computer cannot connect to a Windows NT Server computer installed on a different subnet. All other computer can connect to this server. When you run Network Monitor, you noticed that each time the workstation attempts to connect to the sever, the workstation broadcast an ARP request for the server's IP address. What is the most likely cause of the problem?

==>The workstation is configured with an invalid subnet mask.

33. Working at your Windows NT computer, you want to use Performance Monitor to collect statistic from all TCP/IP traffic on the Windows NT server computers on your network. What should you do?

==>Install the SNMP service on each server.

*34. You plan to use DHCP to assign IP addresses to all Microsoft Windows-based computers on your network. You want each Windows NT server computer to be assigned the same unique IP address each time that server is started. What should you do?

==>Create a client reservation for each server. ( You need Client IP and MAC to create a client reservation)

***35. You want to configure a DNS server to use DNS root server on the  Internet to resolve DNS queries for names that are not in your DNS domain. How should you do this?

==>By using the CACHE file that was installed by default on the DNS server.

36. IF you have 5 subnets and you want to implement Wins how many Wins servers do you need?
==>One

=======================================
Utility collections

37. What is the utility to view who are all currently having TCP/IP connection with your Workstation?
==> NETSTAT

38. What is the utility to view what configuration changes the DHCP made at your workstation Configuration?
==>IPCONFIG/ALL

39. What is the utility to purge the contents of the arp cache?
==>ARP -d

*40. What is the utility to monitor the Ethernet traffic and the TCP/IP stasticts?
==>NETSTAT -e -s

41. Which utility will you use to export the statstics collected to a spread sheat for future analsis?
==> Performance Monitor

*42. What utility will you use to construct a capacity planning on all statistical datas you collected?
==> Performance Monitor

*43. What utility for seeing the IP address-to-MAC-address resolution?
==>ARP -a/-g

44. You want to view the print jobs that are sent to UNIX printer from a windows based Workstation. Which utility will you use?
==>LPQ

45. What do you use to find the path a packet takes?
==>tracert

46. What do you use to monitor TCP/IP stats since the last reboot?
==>netstat

47. What do you use to monitor TCP/IP stats(choose two)?
==>netstat, perf mon(it didn't list network mon)

48. What do you use to capture and examine Ethernet frames?
==>network monitor

*49. To Add Static entry to ARP
==>ARP -s

49. What do you use to capture TCP/IP packets, log them and export to a spreadsheet?

==>perf mon

**??50. What to use if session suddenly stops responding
==> netstat

51. What to use to monitor ethernet & tcpip stats
==>netstat & network mon

52. What needed to capture and analyze frames, then send to a file
==> Ntwk mon

*53. To Clear the NetBios cache
==>NBTSTAT -R (Case sens switch)

54. To show the Netbios cache
==>NBTSTAT -c

55. To find the computer with duplicate IP address.
==>NBTSTAT -n

56. To view list of all TCP/IP connections
==> NETSTAT

57. The summery of IP & Ethernet Statistics
==>NETSTAT & NET Monitor

58. To see the routing tabel on server
==>NETSTAT -r & ROUTE

**59. To clear all route
==> ROUTE -f

60. To trouble shoot DNS problems Host name resolution problems
==> NSLOOKUP

61. To copy files from UNIX Server
==>ftp

62. To access and run App on remote UNIX
==>Telnet

63. To use NDIS 4.0 to capture frames from network datastreem,filtering.
==>NET Monitor.

===========================================

Scenario collections

*************************

1. Four NT server, 100 windows 95, 11 UNIX computers, 80 windows nt workstions   ....... one of the windows NT server computer run DHCP with one scope configured for each subnet. The NT and 95 machines move frequently between segments, but the UNIX machines stay put. Each Unix-hostname consists of no more than 15 characters. All the windows-based computer are DHCP client.

required results:
1) every windows-based computer on each subnet must be able to access the nt server
2) every windows-based computer on each subnet must also be able to recive its ip addresses from DHCP server

optional desired results:
1) all UNIX systems should access by hostname any NT server that is set up as an FTP server
2) all windows-based computers should access by hostname any UNIX computer that is set up as Telent or FTP server

proposed solution1:
1)set up the network routers to forward DHCP broadcasts to all subnets
2)install a WINS server on the network
3) set up the DHCP server to supply all DHCP clients with the ip address of the wins server.
4) on the DHCP server, exclude the ip addresses of the UNIX computers from the scopes

---the proposed solution produces the required results and none of the optional desiered results

proposed solution2:
same as solution1 then add
5)on the wins server configure static mapping for each UNIX computer (on the real test is on the wins server configure host name for each UNIX computer)

-------the proposed solution produces the required results and only one of the optionsl desired results.

proposed solution3:
same as solution1 then add
5) Create entries in the HOSTS file on all windows-based machines for UNIX machines

------the proposed solution produces the required results and only one of the optional desired results.

proposed solution4:
same as solution2 then add
6)Install DNS server and let DHCP server to supply all DHCP clients with the ip address of the DNS server.
------meet all
 
 

*************************

2. Kevin want to install a Windows NT server with four NIC card on his TCP/IP network

Required result:
The server must route TCP/IP packets

Optional desired results:
1) the server should dynamically updtae it routing tables when other router are added to or removed from the network.
2)the server should provide IP addresses to every client computer on each subnet
3)the server should send trap messages across the network to a UNIX server

Proposed solution 1:
1) install wins server
2) install dhcp serever create on scope for each subnet
ans: does not meet required.

Proposed solution 2:
1)enable IP forwarding on the server
2)install wins server
ans: only meet the required but none of the optoinal.

Proposed solution3:
1) enable IP forwarding on server
2) enable RIP to IP
3) install the DHCP server on th server. create on scope for each subnet
ans: meet the required and two of the optional.

Proposed solution4:
1) ENABLE IP FORWARDING
2) enable RIP to IP
3) install the DHCP server.......
4).install SNMP service on thr server. set up SNMP to forward trap messages to the UNIX server
ans: meet all.

******************

3. Dallas: 2 NT servers, 225 NT workstations. 1 Wins server named DAL.
   Seattle: 10 NT servers, 1000 NT workstations. 1 Wins server named SEA.
   Link between the two sites is a 56Kbps link.

Required results:
SEA's database must be replicated to the one in Dallas(DAL).

Optional results:
DAL's database must be replicated to SEA.
The replication should occur only once a day.

Solution:
-----------------------
PUSH CHANGES     PULL TIME
-----------------------
DAL 50000        SEA 24hrs
-----------------------

-->The proposed solution does not produce the required result.
(explanation: DAL is a push partner and SEA is pull partner)

4. You are setting up a new server on your existing network. There are NT 4.0, 95, and UNIX machines on separate subnets. The NT and 95 machines move frequently between segments, but the UNIX machines stay put. Each Unix-hostname consists of no more than 15 characters

Desired results:
All NT and 95 machines get IP addresses assigned dynamically
All NT and 95 machines can connect to NT server resources via NetBIOS names

Optional Results:
All UNIX machines can ftp the server using host name
All NT and 95 machines can telnet and ftp to UNIX machines using host name
Send traps to NT server

Suggested Solution:
Install WINS server
Install DHCP Relay Agent on the server
Create entries in the HOSTS file on all NT machines for UNIX machines
Install PPTP on the server

ans: does not meet required (cuz  the DHCP server does not exclude UNIX host's IP addresses)

5. Three servers, 40 NTW, Single netwo rk. Router connect to the network to an ISP. All computers on your network are DHCP, WINS and DNS clients. WINS and DNS servers are DHCP scope option. RAS - two modems.

Required :
Remote client must able to connect to shared resources on all computers on the company network. RAS must support two current remote clients.

Optional :
You want all data that is transferred accross the dial-up connection to be encrypted. RAS must support two cuncurrent remote clients.

Proposed Solution1:
Configure RAS to use a static address pool with two address for dial up networking clients. Enable multilink on RAS server. Install PPTP on the RAS server and on the dial up networking clients.
ans: Does not meet required.

Proposed Solution2:
Configure RAS to use DHCP to assign remote clients address. Configure
Dial-up networking clients to use a server assigned IP address. Disable the Guest account on the RAS server.
ans: only meet required.
===========================================
1. Your company has two DNS servers already installed. You need to install a new DNS server to connect to the internet. How will you configure it?

a. Primary WINS
b. Secondary WINS
c. Caching only
d. Forwarder

ans: d

2. Which of the following are valid IP addresses, and which are not? (A drag and drop problem, Cute!)

a. 203.122.153.1
b. 127.96.185.20
c. 150.206.256.3
d. 175.207.180.6

ans: a.d.

***3. Your company's subnet mask is 255.255.248.0. Your subnet contains a blend of Windows NT and UNIX machines. You have already assigned them IP addresses from 175.60.8.21 to 175.60.8.49. You want all your Windows NT machines to be assigned IP addresses automatically. Create a scope that consumes all the IP addresses in this subnet. (Another drag and drop situation, where you have to drop the IP addresses in the DHCP scope properties screen)

ans:
==>Include range
From 175.60.8.1 ( 10101111.00111100.00001000.00000001 )
To 175.60.15.254 ( 10101111.00111100.00001111.11111110 )
==>
Exclude range
From 175.60.8.21
To 175.60.8.49

---------------from Chili Pepper-----------------
**4.   187.123.34.19 product
       187.123.23.45 develop
you can ping 187.123.34.19 , but you cannot connect \\product\netapps

==> p-node resolution.

5. 10.11.12.13 UNIX programmer # Programmers FTP server
   10.11.12.14 server
   10.11.12.15 UNIX developer #Developers FTP server
   10.11.12.20 developer # developer

you try to ftp developer,you can connect. But you try ftp 10.11.12.20
you fial to connect

==> ip address of assigned to the FTP server is not 10.11.12.20

*6. Kevin uses a nt workstation on TCP/IP network,running the command ftp 144.123.23.34, he connect to nt server. when he use UNC path in windows nt explorer, he cannot connect.

==>the server is not set up to use a win server.

7. on her windows nt workstation computer, jackie can connect to a remote nt server by specifying the server's UNC path in windows nt explorer. However, when she tries to connect via ftp 199.34.23.100. she cannot connect.

==> the windows nt workstion computer is denied access to the FTP server's directories.

8. A diagram with two subnet computers. the subnet on the left has a server called container and a PC called WKST1 and the subnet on the right has one server called    Market. Wkst1 can connect Market, but wkst1 can not connect Container serve on the same subnet

==>the default gateway of Container is wrong (u may calculate something to work out the result)

9. Kevin want to set up a windows NT server computer as a static multihomed router
==>enble IP forwarding
==>assign each IP address different subnet address.

*10. one Exhibit subnet A has 2 workstations for win 95, subnet B has NT workstions and PDC, subnet C has 3 workstions and a BDC

==> implement LMHOSTS on all workstaions (because small network,don't choice implement WINS)

10+. 3 subnets connected to one router (all subnets on same domain). On first subnet, one PDC. On second subnet, 1 BDC. On third subnet, 3 Windows 95 workstations.
Q: What needs to be done so that the Win95 machines can log into the BDC or PDC across the router?
==>LMHOSTS

11. you have just promoted the windows NT server to be the PDC of the CORP domain, the PDC name is finance, how should you register int the LMHOSTS file

==>136.169.16.214 finance #pre #dom:Corp

*12. ben administers a TCP/IP network that is comprised of multiple domain. The network is divided into six subnets. ben wants every windows-based computer to able to browse evry domain. which entries must ben include in the LMHOSTS file on each windows-based computer

==> one entry for the PDC in each remote domain
    one entry for each doman controller in the local domain.

(include all domain controllers with #PRE & #DOM in the local subnet
 include all primary domain controllers in remote subnets)
----------other----------

*13. Where do I put DHCP Relay Agents? (choose 2)

-->1. on remote subnets

-->2. on router between subnets

???14. There is a router on your network that you suspect is dropping packets. From your NT server, what performance monitor measure would you use to determine if this is true?

Options Included:

IP (2 measures were listed for IP)
ICMP: Received Source Quench
ICMP: Sent Source Quench
ICMP: (can't remember)

ans:  (if the router is not your NT server, it should be ICMP: Received Source Quench)

??15. You have a multihomed computer, and you want to find out how many
packets are being routed. What Perfmon measure would you use?

?16. You have a server connected to your ISP with an ISDN connection, and Windows 95 clients on the network will be using the DUN connection to access the Internet. How should you configure so the clients will be able to access the Internet?

a. Configure server Default Gateway with IP of ISP router on company segment
b. Configure server Default Gateway with IP of ISP router on Internet segment
c. Configure each 95 machine with a Default Gateway IP of the ISP router
d. Configure each 95 machine with a Default Gateway IP of the server

ans: d

17. A UNIX server is setup with the FTP daemon, and is configured to not use authentication for access. How do you connect?

a. Use TFTP and logon as Guest
b. Use TFTP and logon as Anonymous
c. Use FTP and logon as Guest
d. Use FTP and logon as Anonymous
e. Use Telnet

ans: d.

?18. What sort of DNS server do you need to resolve internet names using the default cache.dns file?
I think Forwarder.

19. You want to track the send rate & the receive rate for TCP/IP traffic on five different NT server computers. Which tool must you use?
a. netstat.exe
b. nbtstat.exe
c. Performance Monitor
d. Network Moitor

ans: c

20. You want to monitor an ftp server over a period of time so that you can view the amount of data that is being transmitted and the total number of connections that are in use. Which tool must you use?
a. netstat.exe
b. nbtstat.exe
c. Performance Monitor
d. Network Moitor

ans: a (but PLS check c)

21. Your windows NT Workstation and a Unix computer are located on a local area network. You want to retrieve network statistics from the Unix computer. Which install on workstation? (Choose two)
a. Simple TCP/IP services
b. Network monitor agent
c. SNMP services
d. Performance Monitor
e. Thirty-party network management software

ans: c.d.

22. You want to chart the number of TCP connections that are active on your windows NT server computer. Which network service must you install before you can do this?
a. Network Moitor agent
b. Rip for Internet Protocol
c. SAP agent
d. Simple TCP/IP services
e. SNMP services

ans: e.

23. Drag & drop question. Valid or invalid IP address?
10.151.98.222
127.24.12.11  (invalid)
172.25.256.71 (invalid)
192.109.254.112
194.16.71.61
225.17.64.201 (invalid)

*24. A computer named wksta1 on subnet A cannot connect to  a windows NT server computer on subnet B by running the command net use f: \\factory.bytecomp.com\data. When other computers on subnet A can that command and connect server. Wksta1 can ping the server by IP address.
a. There's no entry for factory.bytecomp.com on the DNS server.
b. Wksta1 is not configured with an IP address for a DNS server.
c. Wksta1 is not configured with an IP address for a WINS server.
d. Wksta1 is not configured to use DNS for netbios name resolution.

ans: b.

25. Two DNS servers. You plan to install a third DNS server. The third DNS server will be used to resolve DNS queres for resources that are located on the internet. How to configure?
a. as a primary name server
b. as a sencondary name server
c. as a forwarder for the exiting DNS server
d. as a forwarder for a WIS server

ans: c

26. You use DHCP to assign IP address to 3 NT servers. You want each server to be assigned the same IP address each time that server is started. What information should you supply? (Choose two)
a. IP address
b. subnnet mask
c. hardwaare address
d. lease period

ans: a. c.

27. Seven subnet. You plan to use DHCP to assign IP address to all client computers. You want to specify the IP address of your company's two DNS server on each client computer regardress of which subnet the client computer is located on. How to configure DHCP ?
a. global option
b. local option
c. scope option
d. client option

ans: a

28.  You are configuring DHCP relay agent on a windows NT server. Which information?
a. the computer name of the DHCP server
b. the IP address of DHCP server
c. the IP address of a different DHCP relay agent on a remote subnet
d. the IP address of the router to forward DHCP request to.

ans: b.

29. You use DHCP to assign IP address to all clients computers on your network. You configure the DHCP server to assign the IP address of the WINS server to all clients computer. What else do to use wins?
a. On each client computer, specify the IP address of at least one DNS server.
b. On each client computer, specify the IP address of PDC.
c. Specify a netbios scope IP.
d. Specify the netbios name resolution node type.

ans: d

30. You want to make files on your Windows NT Workstation computer accessible to a user at a TCP/IP-based UNIX host on your network. The UNIX computer is not using NetBIOS. You also want to ensure that only authenticated users can access the files. What should you do on your workstation?

a. Install Microsoft IIS, put the files in the wwwroot directory, and  add a password to the internet user account.
b. Install PWS, put the files in the ftproot directory, and don't allow
anonymous connections.
c. Install simple TCP/IP services and disable the Guest account.
d. Create a new account on your computer, share the directory that     contains the files, and assign permissions to the new account.

ans: b. (Notice, IIS cannot install in the NTWS)

31.  Your Windows NT Workstation computer is configured as a WINS client. You want to find out how often your system uses broadcasts to resolve names. Which utility should you use?

a. nbtstat.exe
b. netstat.exe
c. tracert.exe
d. Performance Monitor
e. Windows NT Diagnostic

ans: a. (nbtstat -r)

32. Your company network includes several UNIX computers that are running the rsh daemon. You want to execute a command on one of the UNIX computers from your Windows NT computer. Which utility must you use?

a. ftp.exe
b. tftp.exe
c. telnet.exe
d. rsh.exe
e. rexec.exe

ans: d

33. Your company network includes several UNIX computers that are running the rexecd daemon. You want to execute a command on one of the UNIX computers from your Windows NT computer. Which utility must you use?

a. ftp.exe
b. tftp.exe
c. telnet.exe
d. rsh.exe
e. rexec.exe

ans: e

**34. What service(s) is/are started with WINS? Choice two (2)

(a) Alerter
(b) Messenger
(c) server
(d) DNS
(e) RIP for Ip

ans: b.c (need check)

35. You have three subnets. One subnet has a PDC and a BDC, and the other two subnets consist entirely of Win95 machines. You use one of the Win95 machines. There are no WINS servers, and the routers don't forward NetBIOS broadcasts. You can log on and map drives from the PDC and the BDC, but when you open Explorer, you can only see the computers that are in your subnet. Why can't you see the PDC or BDC?

a. The LMHOSTS file on you computer contains an incorrect entry for the PDC and the BDC.
b. The LMHOSTS file on the master browser for your subnet contains an incorrect entry for the PDC.
c. There is no master browser for your subnet.
d. There is no backup browser for your subnet.

ans: b.

**36. RAS connection and want to do encryption?
==> PPTP and MSCHAP

37. Windows NT Workstation computer users need to send documents to a print device connected to a UNIX computer. You want all documents sent to andmanaged by a Windows NT Server computer. You install the LPD service on the UNIX computer. What other steps must you take?

a.Install the TCP/IP Printing service on the server.
b. On the server, make a shared printer which use a LPR port to send the documents to the UNIX print device.
c. Map a logical printer port to the UNIX print device on the server.
d. Install the LPR utility on the workstations.

ans: I think a, b.

38. drag/drop (TCP/IP printing)
4 type of equipment:

TCP/IP printer
NT Workstation
NT Server
Unix host with printer

background info: you need to be able to centrally manage the printer and also be able to manage jobs from either the NT workstation or UNIX machine etc.

Answer:

NT Workstation installed with lpr, lpq
NT Server TCP/IP printing
Unix host with printer lpd

39. A non-WINS user with the machine name \\who_cares needs to connect to a remote machine named \\Product. He creates an LMHOSTS file with the entry:

220.134.30.45 PRODUCT #PRE #Computer with share

He tries to connect but still can’t. What is the problem?

a) A discrepancy between the machine names ( Or some poorly worded answer like this)

40. drag/drop

Subnet A: PDC
Subnet B: BDC
Subnet C: WINS server

Identify the type of browser for each server.

Ans:
Subnet A: PDC Domain Master Browser
Subnet B: BDC Master Browser
Subnet C: WINS server Master Browser

?41. To prevent the buff becomes full, how can u config ur net monitor?

A. set trigger
B. Set Filter
C. .....
D. Save all the info to one file.

I chose the answer B

*42. You import a LMHOSTS file and use it to configure a static mapping on a WINS server. The file contains the following entry:

     137.107.4.200 DOMCTRL #DOM:CENTRAL

Which static NetBIOS mapping would appear in the WINS database?

a.  A single unique mapping for the DOMCTRL computer
b.  An internet group for the central domain
c.  A multi homed mapping for the CENRAL domain

ans: b.

43. Your network includes a DHCP server and client computers located on separate networks that are connected by a router. What should you configure the router to do?

     use RIP
     use the OSPF protocol
     function as a BOOTP (RFC 1542) relay agent (answer)
     forward NetBIOS broadcasts
1