Computer Networks and Internets Flashcards
Name the switch LEDs
SYST, RPS, STAT, DUPLX, SPEED and PoE
What is the 5 step boot sequence that a cisco switch runs through?
POST (self test)
Boot Loader
Low level CPU initialisation
Flash file system initialisation
IOS
What does the boot loader do?
Provide access to the switch if the OS cannot be used
What do you do to prepare a switch for remote management access?
It needs to be configured with an IP address and a subnet mask, and default gateway
What does full duplex communication do?
Increases bandwidth by allowing both ends of a connection to simultaneously receive and transmit data
What to do if the speed and duplex settings of a device are unknown or may be changed?
Use autonegotiation
What does auto-MDIX do?
It automatically detects the required cable type for the connection
What ports do Telnet and SSH use?
Telnet - 23
SSH - 22
What is the difference between Telnet and SSH?
Telnet uses plaintext transmission of data and authentication information, whereas SSH provides strong encryption for login authentication and data
What are the steps to configure ssh?
Verify SSH support, configure IP domain, generate RSA keys, configure use authentication, vty lines and SSH version 2
What is the IPv4 loopback interface?
It is a logical interface that is internal to a router that is useful for testing and debugging
What are the filter show command options?
include, exclude, begin, section
How many lines does command history capture?
10 lines
How are frames forwarded in a switching network?
The switch examines the destination address of the frame, looks for a matching port in its MAC table and sends it through
Compare a collision domain to a broadcast domain
Network segments that share the same bandwidth are called collision domains
A collection of interconnected switches form a broadcast domain
Switches extend broadcast domains but eliminate collision domains
Broadcast domains can be broken up by a router
What are the characteristics to alleviate network congestion?
High port density, fast port speeds, large frame buffer, fast internal switching
What are the two methods of switching?
Cut through switching - as soon as the frame is received. Can send error frames
Store-and-forward - after the entire frame is received, performs error checks to ensure valid frames are sent
Why are VLANs used in a switched network?
To allow logical broadcast domains within a network and easier management, higher security and better performance
What is a trunk?
A point to point link between switches that carries traffic for all VLANs
What is trunk negotiation managed by?
DTP or Dynamic Trunking Protocol
What are the types of VLANs?
Native, Management, Data, Default, Voice
What is inter-vlan routing?
The process of forwarding network traffic from one VLAN to another - legacy, router-on-a-stick and layer 3 switches using SVIs
How does router-on-a-stick VLAN routing work?
Subinterfaces are configured on the router interface for each VLAN, with an IP Address on a unique subnet
What are the steps to configure a switch with VLANs and Trunking?
create VLANs, create SVI VLAN interfaces, configure access ports and enable IP routing
What is a common problem of a redundant Layer 2 switched network?
The possibility of physical and logical layer 2 loops, resulting in MAC instability and high CPU utilization
What is an STP
A loop prevention protocol that allows redundancy while keeping a loop free topology
How does STP work?
STP uses STAlgorithm to find the root bridge, associated root ports and designated ports, and block alternative ports to create the shortest path in the switched network
How is the root bridge determined with multiple candidates?
Lowest sender BID, port priority and port id
What are the port states?
Blocking, listening, learning, forwarding, disabled
What is RSTP?
An evolution of STP that provides faster convergence, with port states learning, forwarding, discarding
What is PVST+
Cisco enhancement of STP that provides seperate spanning tree instances for each VLAN. Supports Portfast, root guard, bpdu guard etc
What does PortFast do?
The port transitions from blocking to forwarding bypassing the listening and learning states. This is used on access ports to access the network immediately
What is etherchannel
A link aggregation technology that allows redundant links that won’t be blocked by STP. Groups multiple links into one logical link
What does EtherChannel provide?
Load balancing, increased bandwidth, redundancy