LAN Switching Fundamentals Flashcards
A switch is powered up, and the system LED is amber. What does this mean ?
The Switch is malfunctioning
When transmitting to a remote destination, what 2 things will happen after the IP of the destination has been determined by a host?
The host will broadcast an ARP request for the default gateway address. Then the default gateway device, such as a router, will respond with its own MAC Address
Which Cisco IOS command is used to configure private VLAN edge ports on an interface of a Cisco Catalyst 2950 Switch?
switchport protected
True of False: Switching reduces collisions domains?
True - each switch network interface is a single collision domain.
What are the DTP Modes?
Trunk: The Switch will establish trunk if the other end port is configured as Trunk, Desirable or Auto
Dynamic Desirable: Switch will establish trunk if the other end port is configured as Trunk, Desirable or Auto
Dynamic Auto:Switch will establish trunk if the other end port is configured as Trunk or Desirable
Nonegotiate: Other end port should also be configured with nonegotiate, or should be a device that does not support DTP
Access: No trunk establishment
What are the three responses for port security?
Restrict, protect and shutdown.
Restrict - restrict down to the allowed devices while preventing the addiontional ones from communicating
Protect - same as restrict but also logs the violation.
Shutdown - the port is shutdown for any violation and requires administrative intervention to bring it back into service.
After a port security violation that has caused the port to be shutdown, what are the steps to being the port back into service?
- Remove the reason for the violation from the port.
- Shutdown the port administratively.
- Issue the no shutdown command.
What does STP stand for?
Spanning Tree Protocol
What is the purpose of STP?
Spanning Tree Protocol is designed to detect and prevent switching loops in the network. Which in turn prevents broadcast storms.
List and explain the benefits and characteristics of VLANs?
VLANs have the following benefits:
Logical, rather than physical, group of devices
Grouping of devices by function or department
Enhanced network security
Decreased size of Broadcast Domains, with increase number of Broadcast Domains.
VLAN greatly simplify adding, moving and changing host(s) in the network
VLANS have the following Characteristics:
VLANs Logically divide a switch into multiple, independent switches at layer 2
A VLAN can span multiples Switches
Trunks Links can carry traffic for multiples VLANS Between the switches and between the switch and router
VLAN create segmented broadcast domains in switches networks.
Describe the VTP Server Mode?
VTP Server Mode
- Switch can create, modify or delete VLANs
- Switches send/forward advertisements
- Switches synchronise VTP information
- VLAN information is saved in the NVRAM
Describe the VTP Client Mode?
VTP Client Mode
- Switches Forward Advertisements
- Switches synchronise VTP information
- VLAN information is not saved in the NVRAM
Describe the VTP Transparent Mode?
VTP Transparent Mode
- Switch can create, modify or delete VLANs
- Switches Forward Advertisements
- Does not synchronise VTP information
- VLAN information is saved in the NVRAM