Given the following address table, which port would be used to forward a frame destined for 0200.2222.2222?

Vlan Mac Address Type Ports
---- ----------- -------- -----
1 0200.1111.1111 DYNAMIC Fa0/1
1 0200.2222.2222 DYNAMIC Fa0/2
1 0200.3333.3333 DYNAMIC Fa0/3
1 0200.4444.4444 DYNAMIC Fa0/4
A) Fa0/1
B) Fa0/2
C) Fa0/3
D) Fa0/4


B
Explanation: B) The address table determines which port will transmit a frame; in this case, the destination matches the port for Fa0/2.

Computer Science & Information Technology

You might also like to view...

To securely erase data, the U.S. Department of Defense suggests that data be ________

A) encoded B) deleted C) refactored D) overwritten multiple times

Computer Science & Information Technology

Which is not a valid function call?

a. ``` count = parseInt(num); ``` b. ``` document.write(getNum()); ``` c. ``` getNum(num) = 16; ``` d. ``` getNum(); ```

Computer Science & Information Technology

You are having trouble completing a task in Microsoft Word. What are some of the Office application features you could use to assist you in getting help with that task?

What will be an ideal response?

Computer Science & Information Technology

The process of returning a database to its correct state after data has been damaged or destroyed is called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology