Switch features Flashcards
Switches are often described in two planes. Control plane and Data plane. What are these both responsible for?
Control - Managed switch hardware and software that enables interfacing and management of a switch
Data - The “Dumb” part of a switch that does the natural job of relaying data.
What are three methods of interfacing with a switch?
1) Web interface
2)Console port
3)Putty via a networked PC
True or false: You need to use putty / some terminal software even when using a console port to interface with a switch
True
What is In-band management and Out-of-band management?
In-band management: Connecting and managing a switch over the same network it’s servicing - Often seen as a security risk
Out-of-band: Connecting to and managing a switch through means outside of the network the switch is serving. Ex: Having a private network just for monitoring you use to connect to the switch.
What is a management port?
This is a security feature with which a switch will only allow interfacing on a single, manually allocated port.
What are three switch commands?
show config
show interface
show route
What is flow control?
Flow control is a method by which slower computers can send a “pause frame” to switches to tell them to halt their stream of data so the PC can ‘catch its breath.’
What are jumbo frames?
Allow the exceeding of the MTU size of 1500 bytes of payload per frame. This works well internally, but out on the WAN is little support for this and it will inevitably cause issues for you.
What is port security
A switch will only work with a specific MAC address provided to it. Security feature.
What is sticky MAC
Dynamic learning and storage of MAC addresses for port security. It memorizes and stores MAC addresses it knows to be safe and blocks unauthorized ones.
Can two vlans communicate through the same switch they were made on?
False. Unless it is a L3 multi-layer switch, the L2 switch will need a router to perform the inter-vlan routing.
Switches, when dealing with simple point to point connections, allow broadcast frames to pass through. Is this also true of VLANS?
Broadcasts will not pass between VLANS
What is switch trunking?
Enables communication between the vlans of two separate switches
What is 802.1Q?
Switch trunking. This enables trunking between different hardware brands.
What is a static vlan?
A static VLAN is a group of ports designated by the switch as belonging to the same broadcast domain. Your bog standard vlan.