Ethernet Switching Flashcards
(90 cards)
What protocol emerged as the dominant Layer 2 communication protocol in local area networks?
Ethernet
Ethernet became the standard due to its efficiency and widespread adoption.
What is the maximum distance covered by 10Base-T Ethernet?
100 meters
This distance limitation was significant for network design in the 1980s.
What is the difference between Deterministic Access and Contention-based Access?
Deterministic Access is organized and orderly (e.g., Token Ring - raising hand in the classroom so no collision), while Contention-based Access is chaotic but more efficient (e.g., Ethernet, everyone talking at a bar)
Contention may lead to collisions
What does CSMA/CD stand for?
Carrier Sense Multiple Access with Collision Detection
This protocol allows devices to manage network access and detect collisions.
Bar example of talking
What is a Collision Domain?
An area where collisions can occur
Understanding collision domains is essential for network design.
What are the three types of hubs?
Passive, Active, Smart
Each type of hub serves different functions in network communication.
How do switches improve network efficiency?
By breaking networks into smaller collision domains
Each switch port acts as its collision domain, allowing full-duplex communication.
What is the primary function of Layer 3 devices?
To operate based on IP addresses and connect dissimilar networks
This functionality enhances routing capabilities.
What is a Virtual Local Area Network (VLAN)?
A logical subdivision of a network that segments it into separate broadcast domains
VLANs enable flexibility and efficient resource management.
What does 802.1Q Tagging refer to?
An IEEE standard that facilitates the management of multiple VLANs on a single network by adding VLAN IDs
It involves inserting VLAN tags into Ethernet frames.
Helps switches distinguish one VLAN from another
Creates logical separations between different departments
What is Link Aggregation?
Combining multiple network connections into a single logical link
This increases bandwidth capacity and provides redundancy.
Ex. By aggregating four 1 Gbps links, we get a total bandwidth of 4 Gbps
What is the standard MTU size for wired Ethernet?
1500 bytes
This size ensures efficiency and compatibility across networks.
What is the purpose of the Spanning Tree Protocol (STP)?
802.1d
To prevent loops in network traffic
STP ensures network availability and prevents broadcast storms.
What role does the root bridge play in STP?
Acts as a reference point for the entire spanning tree
The root bridge is elected based on the lowest Bridge ID.
What is Network Access Control (NAC)?
A method for increasing network security by inspecting devices as they connect
NAC ensures that only secure devices are granted access to the network.
Ex. Going through airport security
Fill in the blank: The maximum size of a frame that can be sent over a network is referred to as the _______.
Maximum Transmission Unit (MTU)
MTU is crucial for determining data transmission capacity.
Elevator example
What happens if the MTU is set too high?
Packet loss and retransmission can occur
Proper MTU configuration is essential for optimal network performance.
What is the function of a Switch Virtual Interface (SVI)?
Provides Layer 3 processing for VLANs and allows routing between VLANs
SVIs enhance network efficiency by minimizing additional routing devices.
What is the purpose of port security?
To secure physical network ports and prevent unauthorized access
Port security can limit the number of devices that connect to a switch.
What is the difference between allow listing and block listing in MAC Filtering?
Allow listing permits only approved MAC addresses, while block listing denies access to specific MAC addresses
These methods control network access based on device MAC addresses.
Ethernet is a what-based networking protocol?
Contention
Random Backoff Timer
allows 2 devices to attempt to retransmit again when the timer hits zero (after they have both tried to transmit)
How do you break down collision domains?
Ethernet Switch - increases scalability of the network by creating multiple collision domains
Devices operate in what duplex mode when connected to a switch?
Full Duplex - because ethernet doesnt need to listen and then transmit since they know they have a full time dedicated channel to that switch