Quiz 2
Question 1
You send a 26-byte ping to another computer and perform a packet capture to analyze the network traffic. You notice a long series of bytes of 00000000 at the end of the Ethernet payload. How can you explain these zeros ?
Pings are a series of zeros
They are padding bytes
They are the Ethernet FCS
Question 2
Which of these messages is sent to all hosts on the local network ?
ARP Request
ARP Reply
ICMP Echo Request
ICMP Echo Reply
Question 3
Which fields are present in the output of the show mac address-table command on a Cisco switch ?
MAC Address, Ports
VLAN, MAC Address, Ports
VLAN, MAC Address, Type, Ports
Internet Address, Physical Address, Type
Question 4
Which type of frames does a switch send out of all interfaces, except the one the frame was received on ?
Broadcast, unknown unicast
Broadcast, known unicast
Known unicast, unknown unicast
Broadcast, unknown unicast, known unicast
Question 5
Which command is used on a Cisco switch to clear all dynamic MAC addresses on a specific interface from the MAC address table ?
clear mac address-table interface <interface id>
clear mac-address-table dynamic interface <interface id>
clear mac-address table dynamic interface <interface id>
clear mac address-table dynamic interface <interface id>
Solutions
Question 1
They are padding bytes
Question 2
ARP Request
Question 3
VLAN, MAC Address, Type, Ports
Question 4
Broadcast, unknown unicast
Question 5
clear mac address-table dynamic interface <interface id>
Last updated