| |
微软认证模拟试题:TCP/IP考题 |
| 微软认证模拟试题:TCP/IP考题 | |
| 学习热线网:http://www.xx988.com 来源:中华网 点击数: 更新时间:2005-5-15 | |
|
Question 1. Under Windows NT, what command would you use if you wanted to trace a packet from its source host to a destination host? To display all entries in the ARP ( Address Resolution Protocol ) cache, you would use the ARP utility with the -G or - A switch. They are the same thing. To get the answer type arp /? at the command prompt. ARP ( Address Resolution Protocol ) is used to obtain hardware ( MAC = Media Access Control ) addresses for communications with a destination host. The most likely cause in this scenario is that your computer has the same IP address as another computer in the network. When this happens, running IPCONFIG will yield an IP address of 0.0.0.0. A . RCP The RCP ( Remote Copy ) is Microsoft's own TCP / IP utility. It is used to copy files from a source Windows NT computer to a destination ( remote ) Windows NT computer, or vice-versa. Type rcp /? at the command prompt to get the command's full syntax. A. In its own ARP cache. The ARP protocol ( and NOT the ARP command ) is used to map IP addresses to hardware addresses ( MAC addresses ). Anytime you communicate with a destination host that is on the same subnet ( locally ), then the hardware address of the destination host is obtained from the source host's LOCAL ARP cache. In this scenario, BIGNT's hardware address is obtained from SMALLNT's own ARP cache since both computers are on the same network. |