Switches Flashcards
Internal Switching process (ordered by Latency)
- cut-through = (frame experience minimum latency) Forwards the frame as soon as the destination address field in the frame header is received.
- fragment-free = works on the premise that collisions are detected within the first 64 bytes of a frame.
- store and forward = is the type of switching process that requires a switch to wait until the entire frame is received before forwarding it to the destination port.
Each Router interface makes a ________ Domain and each switch interface creates a __________ domain.
Each Router interface makes a BROADCAST Domain and each switch interface creates a COLLISION domain.
What protocol defines the media access control mechanism in which the transmitting station waits for a random time interval before transmitting a frame when there is a collision.
CSMA/CD = Carrier Sense Multiple Access / Collision Detection.
Which multicast feature in a switch helps control the multicasts?
Internet Group management Protocol (IGMP)
Which protocol does a switch use in order to create a loop free environment.
Spanning Tree Protocol (STP)
On the basis of which address does a switch make forwarding and filtering decisions?
(MAC) Media Access Control address.
What should be configured on a switch in order to telnet into the switch?
IP address.
IOS command used to view VLAN and instance mapping information.
show spantree mapping
Term used for a switch with the lowest bridge ID in the Spanning Tree Protocol (STP)
root bridge
Which mode will a Cisco catalyst switch enter if there is not startup configuration file in the NVRAM?
initial configuration dialogue mode.
Which show command is used to display the status of port security on the specified interface of a Catalyst switch?
show port-security [interface interface-id | address] command
Which command is used to copy current configuration in the RAM to NVRAM?
The
copy running-configuration startup-configuration
Command.
Which interface configuration command used in conjunction with the switchport port-security command configures the maximum number of MAC addressess allowed on this interface
The
switchport port-security maximum mac_addrs
Command