1-15 EXAMINING NETWORK SWITCHES Flashcards

1
Q

What is a network switch?

A

A network device connecting devices inside local area networks (LAN) using MAC addresses to forward data to its destination.

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

What is frame forwarding in the context of switches?

A

How switches use MAC addresses to determine the destination of a frame.

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

What is a collision domain?

A

A network segment where only one device can transmit at a time.

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

How do switches affect collision domains?

A

Switches reduce collisions and improve network performance.

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

What are unmanaged switches?

A

Plug and play switches without configuration.

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

What features do managed switches offer?

A

Features for configuration, VLAN setup, monitoring, etc.

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

What do Layer 2 (Data Link) switches operate on?

A

MAC addresses.

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

What distinguishes Layer 3 (Network) switches from Layer 2 switches?

A

Incorporate routing functions and operate using both MAC and IP addresses.

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

What are multilayer switches?

A

Switches that operate at multiple layers, often combining Layer 2 and Layer 3 functions.

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

What is a PoE (Power over Ethernet) switch?

A

A switch that delivers power and data over a single Ethernet cable.

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

List the benefits of using switches.

A
  • Efficiency: Reduced collisions and dedicated bandwidth for each connection.
  • Performance: High-speed connectivity, especially in full-duplex mode.
  • Flexibility: Scalability to accommodate growing networks.
  • Security: Features like VLANs can segment network traffic.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the process of store-and-forward switching?

A

The switch receives the entire data frame into its buffer, checks it for errors before forwarding it.

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

What is the primary method of error checking in store-and-forward switching?

A

Cyclic Redundancy Check (CRC).

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

What is a disadvantage of store-and-forward switching?

A

Higher latency, especially with larger frames.

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

What is cut-through switching?

A

A method that begins forwarding the frame immediately after reading the destination MAC address.

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

What is a key disadvantage of cut-through switching?

A

Potential for forwarding corrupted frames, as there is minimal error checking.

17
Q

What is fragment-free switching?

A

A variation of cut-through switching that waits for the first 64 bytes of the frame before forwarding.

18
Q

What is the latency characteristic of fragment-free switching?

A

Slightly higher latency than pure cut-through but less than store-and-forward.

19
Q

What advantage does fragment-free switching provide?

A

Balances low latency and error checking, reducing the chances of forwarding error frames.

20
Q

What is the purpose of the Preamble in an Ethernet Frame?

A

Alerts the receiving system of the incoming frame’s start and facilitates synchronization.

21
Q

What does SFD stand for and what is its function?

A

SFD stands for Start Frame Delimiter. It indicates that the Destination MAC Address field commences with the subsequent byte.

22
Q

What does the Destination MAC field specify?

A

Specifies the receiver of the frame.

23
Q

What does the Source MAC field specify?

A

Specifies the originator of the frame.

24
Q

What is the purpose of the Type field in an Ethernet Frame?

A

Designates the protocol type encapsulated within the frame, such as IPv4 or IPv6.

25
Q

What does the Data and Pad field hold?

A

Holds the frame’s payload. Padding is used to fulfill the minimum length requirement of this field, which is 46 bytes.

26
Q

What is included in the FCS (Frame Check Sequence)?

A

Includes a 32-bit Cyclic Redundancy Check (CRC), used for identifying any data corruption.