Section 8: Ethernet Switching Flashcards
(40 cards)
What is the primary function of CSMA/CD in an Ethernet network?
To manage how devices share a network medium and handle collisions in a contention-based environment.
In CSMA/CD, what does ‘Carrier Sense’ refer to?
The process where a device ‘listens’ to the network medium to determine if it is clear before attempting to transmit.
What happens immediately after two devices on an Ethernet hub detect a collision?
Both devices stop transmitting and start a random back-off timer before attempting to retransmit.
Why is a contention-based method like CSMA/CD generally more efficient for LANs than a deterministic method like Token Ring?
Because it has lower overhead and allows any device to use the full available bandwidth when needed, rather than forcing devices to wait for a token.
Which networking device extends a collision domain but does not segment it?
A hub. All ports on a hub belong to the same, single collision domain.
Which Layer 2 device creates a separate collision domain for each of its ports?
A switch (or a bridge).
What Layer 3 device is used to segment broadcast domains?
A router. A Layer 3 switch can also perform this function.
How do VLANs affect broadcast domains on a Layer 2 switch?
VLANs logically divide a switch’s single broadcast domain into multiple, smaller, and separate broadcast domains.
At which OSI layer does a hub operate, and what is its primary function?
Layer 1 (Physical). It acts as a multi-port repeater, regenerating a signal and sending it out all of its other ports.
How does a Layer 2 switch make its forwarding decisions?
It learns the MAC addresses of connected devices and builds a MAC address table, which it uses to forward frames only to the port associated with the destination MAC address.
What is the primary functional difference between a Layer 2 switch and a router regarding network domains?
A Layer 2 switch breaks up collision domains but operates within a single broadcast domain by default. A router breaks up broadcast domains.
When would you choose to use a Layer 3 switch instead of a traditional router?
For high-speed inter-VLAN routing on an internal or campus network, as it is generally faster and more efficient for this specific task.
What key problem do switches solve that hubs create?
Switches solve the problem of excessive collisions by creating a separate collision domain for each port, whereas hubs consolidate all connected devices into one large collision domain.
What is the primary purpose of creating a VLAN on a switch?
To logically segment a network into multiple, separate broadcast domains, which enhances security and improves performance.
What OSI layer do VLANs operate at?
Layer 2 (Data Link Layer).
What is required for a device in VLAN 10 to communicate with a device in VLAN 20?
A Layer 3 device, such as a router or a Layer 3 switch, is required to perform inter-VLAN routing.
What is an SVI, and what role does it play in a VLAN environment?
An SVI (Switch Virtual Interface) is a virtual Layer 3 interface on a switch that provides routing capabilities for the traffic within its associated VLAN.
What is the term for a logical grouping of devices that segments a network into separate broadcast domains?
A Virtual Local Area Network (VLAN).
What IEEE standard is used for VLAN tagging on trunk links?
IEEE 802.1Q.
What does the IEEE 802.1Q standard define?
The process of VLAN tagging, which inserts a VLAN ID into an Ethernet frame, allowing a trunk link to carry traffic for multiple VLANs.
What is the purpose of the native VLAN on a trunk port?
It carries all untagged traffic, which ensures compatibility with legacy devices that do not support VLAN tagging.
Why is it beneficial to place VoIP phones in their own dedicated Voice VLAN?
To separate and prioritize voice traffic from regular data traffic, allowing for the application of Quality of Service (QoS) policies to ensure call quality.
What are the two main benefits of using link aggregation?
- Increased bandwidth capacity by combining multiple physical links into one logical link. 2. Redundancy and higher availability, as traffic can continue flowing if one of the physical links fails.
What is a common symptom of a duplex mismatch between two connected switch ports?
Severely degraded network performance, high error counts, and late collisions.