Suppose that ComputerA is trying to connect with another computer on the same network (ComputerB) with an IP address of 192.168.1.200. Describe what happens in making the connection.

What will be an ideal response?


1. By examining the IP address and subnet mask, ComputerA determines that the two computers are on the same network. ComputerA then checks its ARP cache (storage area) to see if it already has the MAC address for the IP address of ComputerB.
2. If ComputerA does not have the address, then ARP sends out a packet to look for the address. The packet is a request for the MAC address for host 192.168.1.200.
3. All of the computers on the network examine the packet, but only the computer with the right IP address (ComputerB) responds. When ComputerB sees this request, it puts the MAC address for ComputerA into its own ARP cache and then sends back its MAC address to ComputerA.
4. ComputerA puts the MAC address into its ARP cache, and communication continues. The MAC address remains in the cache for 2 to 10 minutes, depending on how often the address is used. If the two computers are not on the same network and the information needs to cross a router, a similar process occurs, except that the ARP request asks for the MAC address of the router.

Computer Science & Information Technology

You might also like to view...

Each browser has its own external style sheet that specifies the appearance of different HTML elements.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If the MONTH function is used for a table with a record containing the data, 12/20/2007, which of the following results would it display?

A) December B) Twelve C) 12 D) 20

Computer Science & Information Technology

You can press an arrow key to move a selected control.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The HVS color system stands for ___________________.

a. hue, value, saturation b. highlight, value, saturation c. hue, volume, saturation d. hue, value, shine

Computer Science & Information Technology