Just as a switch keeps records of MAC addresses that it has learned, so does your computer. What protocol does your computer use to learn MAC addresses?

-ARP
-IP
-DHCP
-ICMP


-ARP

Computer Science & Information Technology

You might also like to view...

The MouseButtons enumeration does not contain a ________ constant.

a) Right b) Left c) Middle d) Center e) Both a. and b.

Computer Science & Information Technology

You can create a navigation form in ________ or in Layout view

A) Design view B) Form view C) Object view D) Table view

Computer Science & Information Technology

You issue a transmission from your workstation to the following socket on your LAN: 10.1.1.145:110. Assuming your network uses standard port designations, what Application layer protocol handles your transmission?

What will be an ideal response?

Computer Science & Information Technology

If the following Java statements are executed, what will be displayed? System.out.println("The top three winners are\n"); System.out.print("Jody, the Giant\n"); System.out.print("Buffy, the Barbarian"); System.out.println("Adelle, the Alligator");

a. The top three winners are Jody, the Giant Buffy, the Barbarian Adelle, the Alligator b. The top three winners are Jody, the Giant\nBuffy, the BarbarianAdelle, the Alligator c. The top three winners are Jody, the Giant\nBuffy, the BarbarianAdelle, and the Albino d. The top three winners are Jody, the Giant Buffy, the BarbarianAdelle, the Alligator

Computer Science & Information Technology