Switches Flashcards
How many broadcast domains and collision domains does a switch have?
one broadcast, many collision
Where do switches store MAC addresses?
CAM table
If a device’s MAC Address is not stored in the CAM table, what does the switch do the first time the device with the new MAC address communicates?
stores the source address
What type of Carrier Sense Multiple Access does Ethernet-based systems use?
CSMA/CD
What is flooding?
sending data to all ports except source port
What is an ASIC?
application specific integrated circuit
What type of Carrier Sense Multiple Access does wireless systems use?
CSMA/CA
How many broadcast domains and collision domains do hubs have?
one broadcast, one collision
What symbol can be used to filter results in IOS?
(pipe)
The command “show mac address-table” shows only the MAC addresses on directly connected devices. True or false?
False
Which command is used to show directly connected Cisco devices?
show cdp neighbors
How would you enable SSH on a switch device?
enter configuration
ip domain-name “domain-name”
crypto key generate rsa
transport input telnet SSH
What command can be used to prevent timeouts when logged onto a IOS device?
no exec-timeout
How would you assign a static IP address to a switch?
ip address (ip address) (subnet mask)
What is the default speed and duplex of FastEthernet?
100 mbps, half duplex
Which of the following will allow you to send OR receive at any given time, but will not allow you to do both simultaneously?
half duplex
When using Fast Ethernet, it is best practice to enable Auto-detection on key devices. True or false?
False
When using Fast Ethernet on key devices, what is the best practice for speed and duplex?
100 mbps, full duplex
What are the two primary styles of port security?
Limit what MAC addresses exist on an interface
Limit quantity of MAC addresses per interface
What are the three types of responses for port security?
protect, restrict, shutdown
What does the security response “shutdown” do?
the port will be disabled till reenabled
What does the security response “protect” do?
the port will prevent other devices from accessing the port
What does the security response “restrict” do?
the port will prevent other devices and log information
After the port is enabled as an access port, which command is used to limit MAC addresses to the port?
switchport port-security maximum (x)
What is the maximum default MAC address when port security is enabled?
1
Which of the following will enable port security on an interface to learn a sticky MAC address?
switchport port-security mac-address sticky
When examining an interface, what do input errors and CRC usually indicate?
bad interface, cabling issue