Section 8: Ethernet Switching Flashcards

(40 cards)

1
Q

What is the primary function of CSMA/CD in an Ethernet network?

A

To manage how devices share a network medium and handle collisions in a contention-based environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In CSMA/CD, what does ‘Carrier Sense’ refer to?

A

The process where a device ‘listens’ to the network medium to determine if it is clear before attempting to transmit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens immediately after two devices on an Ethernet hub detect a collision?

A

Both devices stop transmitting and start a random back-off timer before attempting to retransmit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is a contention-based method like CSMA/CD generally more efficient for LANs than a deterministic method like Token Ring?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which networking device extends a collision domain but does not segment it?

A

A hub. All ports on a hub belong to the same, single collision domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which Layer 2 device creates a separate collision domain for each of its ports?

A

A switch (or a bridge).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What Layer 3 device is used to segment broadcast domains?

A

A router. A Layer 3 switch can also perform this function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do VLANs affect broadcast domains on a Layer 2 switch?

A

VLANs logically divide a switch’s single broadcast domain into multiple, smaller, and separate broadcast domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

At which OSI layer does a hub operate, and what is its primary function?

A

Layer 1 (Physical). It acts as a multi-port repeater, regenerating a signal and sending it out all of its other ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does a Layer 2 switch make its forwarding decisions?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the primary functional difference between a Layer 2 switch and a router regarding network domains?

A

A Layer 2 switch breaks up collision domains but operates within a single broadcast domain by default. A router breaks up broadcast domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When would you choose to use a Layer 3 switch instead of a traditional router?

A

For high-speed inter-VLAN routing on an internal or campus network, as it is generally faster and more efficient for this specific task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What key problem do switches solve that hubs create?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the primary purpose of creating a VLAN on a switch?

A

To logically segment a network into multiple, separate broadcast domains, which enhances security and improves performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What OSI layer do VLANs operate at?

A

Layer 2 (Data Link Layer).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is required for a device in VLAN 10 to communicate with a device in VLAN 20?

A

A Layer 3 device, such as a router or a Layer 3 switch, is required to perform inter-VLAN routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is an SVI, and what role does it play in a VLAN environment?

A

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.

18
Q

What is the term for a logical grouping of devices that segments a network into separate broadcast domains?

A

A Virtual Local Area Network (VLAN).

19
Q

What IEEE standard is used for VLAN tagging on trunk links?

20
Q

What does the IEEE 802.1Q standard define?

A

The process of VLAN tagging, which inserts a VLAN ID into an Ethernet frame, allowing a trunk link to carry traffic for multiple VLANs.

21
Q

What is the purpose of the native VLAN on a trunk port?

A

It carries all untagged traffic, which ensures compatibility with legacy devices that do not support VLAN tagging.

22
Q

Why is it beneficial to place VoIP phones in their own dedicated Voice VLAN?

A

To separate and prioritize voice traffic from regular data traffic, allowing for the application of Quality of Service (QoS) policies to ensure call quality.

23
Q

What are the two main benefits of using link aggregation?

A
  1. 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.
24
Q

What is a common symptom of a duplex mismatch between two connected switch ports?

A

Severely degraded network performance, high error counts, and late collisions.

25
What is the primary problem that Spanning Tree Protocol (STP) is designed to solve?
It prevents Layer 2 switching loops in networks that have redundant physical paths.
26
What protocol prevents switching loops in a redundant Layer 2 topology?
Spanning Tree Protocol (STP), also known by the IEEE standard 802.1d.
27
How does STP determine which switch in a network will become the root bridge?
STP elects the switch with the lowest Bridge ID (BID). The BID is composed of a priority value and the switch's MAC address.
28
What is the function of a 'Non-Designated' or 'Blocking' port in an STP topology?
It logically blocks traffic to prevent a loop from forming but remains available to transition to a forwarding state if an active link in the network fails.
29
What are the four operational states a port transitions through in STP?
Blocking, Listening, Learning, and Forwarding.
30
In STP, what is the relationship between a link's speed and its path cost?
It is an inverse relationship: higher speed links have a lower cost, and lower speed links have a higher cost.
31
What is the fundamental goal of Network Access Control (NAC)?
To increase network security by inspecting devices as they connect and enforcing security policies before granting them access to the network.
32
What are the three main components involved in an 802.1X authentication transaction?
1. The Supplicant (the client device), 2. The Authenticator (the switch or WAP), and 3. The Authentication Server (e.g., a RADIUS server).
33
What is the difference between a persistent and a non-persistent NAC agent?
A persistent agent is software permanently installed on a device (like a company-owned computer) for continuous monitoring. A non-persistent agent runs temporarily to assess compliance (e.g., on a BYOD device) and is removed after the scan is complete.
34
If a device fails a NAC posture assessment, where is it typically placed?
It is placed into a quarantine network, which is a segregated VLAN used for remediation.
35
What does the term Maximum Transmission Unit (MTU) refer to?
The largest size of a data frame, measured in bytes, that can be sent over a specific network link.
36
What is the standard MTU size for a wired Ethernet network?
1500 bytes.
37
What is the term for a frame that exceeds the standard Ethernet MTU size of 1500 bytes?
A Jumbo Frame.
38
What is a 'jumbo frame' and what is its typical size?
A frame that exceeds the standard 1500-byte MTU. Its size is typically configured to 9000 bytes and it is used for high-bandwidth applications like Storage Area Networks (SANs).
39
Why might a VPN or PPPoE connection require a smaller MTU size?
Because these protocols add extra encapsulation headers to the packets, which reduces the available space for the actual data payload within a standard-sized frame.
40
What is a primary requirement for successfully implementing jumbo frames in a network?
All network devices in the communication path, including switches, routers, and network interface cards, must be configured to support the same jumbo frame size.