LAN switching fundamentals Flashcards
What are the two primary switch forwarding methods
Store and forward
Cut through
Maybe fragment free?
What is store and forward switching
error checking is performed against the frame, and any frame with errors is discarded
What is cut through switching
no error checking is performed against the frame, which makes forwarding the frame through the switch faster than store-and-forward switches
What is a collision domain
Network segments that share the same bandwidth between devices.
Each switch port represents a new segment
Each segment is a collision domain
What is the flash
Storage location the keeps the IOS image
What is the NVRAM
Non volatile RAM, where the startup config is save
What is the RAM
Volatile. Holds the running config
What is the ROM
This is where the POST is stored.
What is the switch boot sequence
Power on self test (POST)
Switch loads boot loader
BL performs low level CPU initialisation and initialises CPU registers
BL initialises flash file system
BL locates and loads default IOS in to memory and hands control over to IOS
What is Automatic Medium-Dependant Interface Crossover (auto-MDIX)
When enabled, automatically detects the required cable connection type and configures the connection appropriately
What are the steps to configuring SSH on a switch
Verify SSH is supported on device (sh ip ssh)
Configure IP domain (ip domain-name)
Generate RSA key pairs (crypto key generate rsa)
Configure user authentication (username __ secret ___)
Configure VTY lines (login local)
Enable SSH version 2 (ip ssh ver 2)
What is port security
Specifies a single MAC address or a group of valid MAC address allowed on a port
What is static port security
Manually configured on a port using the switchport port-security mac-address mac-address interface config command
What is dynamic port security
Dynamically learned and stored only in the address table
Removed when switch restarts
What is sticky port security
Address that can be dynamically learned or manually configured then stored in the address table and added to the running config