Chapter 6 - Building Ethernet LANs with Switches Flashcards

1
Q

What are the 3 primary actions of transparent bridges?

A
  1. ) Deciding when to forward a frame or when to filter (not forward) a frame, based on the destination MAC address.
  2. ) Learning MAC addresses by examining the source MAC address of each frame received by the switch.
  3. ) Creating a (Layer 2) loop-free environment with other switches by using Spanning Tree Protocol (STP).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a collision domain?

A

A set of network interface cards for which a frame sent by one NIC could result in a collision with a frame sent by any other NIC in the same collision domain.

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

What is a MAC address table?

A

Lists the location of each MAC relative to that one switch.

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

Describe the store-and-forward switching method of a switch.

A

The switch fully receives all bits in the frame (store) before forwarding the frame (forward). This allows the switch to check the FCS before forwarding the frame.

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

Describe the cut-through switching method of a switch.

A

The switch forwards the frame as soon as it can. This reduces latency but does not allow the switch to discard frames that fail the FCS check.

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

Describe the fragment-free switching method of a switch.

A

The switch forwards the frame after receiving the first 64 bytes of the frame, thereby avoiding forwarding frames that were errored because of a collision.

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

What are some benefits of LAN switches over bridges and hubs?

A

1) Switch ports connected to a single device micro segment the LAN, providing dedicated bandwidth to that single device.
2) Switches allow multiple simultaneous conversations between devices on different ports.
3) Switch ports connected to a single device support full-duplex, in effect doubling the amount of bandwidth available to the device.
4) Switches support rate adaptation, which means that devices that use different Ethernet speeds can communicate through the switch (hubs cannot).

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

If the destination address in a frame is a broadcast, multicast, or unknown destination unicast, what does the switch do with the frame?

A

The switch floods the frame.

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

If the destination address is a known unicast address and the outgoing interface listed in the MAC address table is different from the interface in which the frame was received, what does the switch do with the frame?

A

The switch forwards the frame out the outgoing interface.

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

If the destination address is a known unicast address and the outgoing interface listed in the MAC address table is the same as the interface in which the frame was received, what does the switch do with the frame?

A

The switch filters the frame, meaning that the switch simply ignores the frame and does not forward it.

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

What logic does the switch use to learn MAC address table entries? (3 different steps.)

A

A. For each received frame, examine the source MAC address and note the interface from which the frame was received.
B. If it is not already in the table, add the MAC address and interface it was learned on, setting the inactivity timer to 0.
C. if it is already in the table, reset the inactivity timer for the entry to 0.

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

What is the inactivity timer?

A

This is the timer the switch keeps for each entry in the MAC address table. The switch sets the timer to 0 for new entries.

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

What is STP and why do switches use it?

A

STP is spanning-tree protocol and switches use this to prevent loops by causing some interfaces to block, meaning they do not send or receive frames.

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

What is a collision domain?

A

A set of network interface cards (NIC) for which a frame sent by one NIC could result in a collision with a frame sent by any other NIC in the same collision domain.

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

What is a broadcast domain?

A

A set of NICs for which a broadcast frame sent by one NIC is received by all other NICs in the same broadcast domain.

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

Between a hub, bridge, switch, and router which separate the LAN into multiple broadcast domains?

A

Routers

17
Q

Considering a hub, switch, and router which ones allow for greater cabling distances when used for segmenting the LAN?

A

Hubs, switches, and routers

18
Q

Considering a hub, switch, and router which ones create multiple collision domains when used for segmenting the LAN?

A

Switches and routers - not hubs.

19
Q

Considering a hub, switch, and router which ones increase bandwidth when used for segmenting the LAN?

A

Switches and routers - not hubs.

20
Q

Considering a hub, switch, and router which ones create multiple broadcast domains when used for segmenting the LAN?

A

Routers - not switches or hubs.

21
Q

A LAN consists of all devices in the same what?

A

Broadcast domain

22
Q

Instead of using 2 different switches to create 2 broadcast domains, what feature of the switch could you use?

A

VLANs

23
Q

Which term describing the role of campus switches provides a connection point for end-user devices? It does not forward frames between two other access switches under normal circumstances.

A

Access

24
Q

Which term describing the role of campus switches provides an aggregation point for access switches, forwarding frames between switches but not connecting directly to end-user devices?

A

Distribution

25
Q

Which term describing the role of campus switches aggregates distribution switches in very large campus LANs, providing very high forwarding rates?

A

Core

26
Q

If auto-negotiation fails between 2 devices, what logic does the Cisco switch use to determine speed?

A

Sense the speed (without using autonegotiation), or if that fails, use the IEEE default (slowest supported speed, often 10 Mbps).

27
Q

If auto-negotiation fails between 2 devices, what logic does the Cisco switch use to determine duplex?

A

Use the IEEE defaults: If speed = 10 or 100, use half-duplex; otherwise, use full-duplex.

28
Q

What is a duplex mismatch?

A

When one device is using half duplex and the other is using full duplex or vice versa. This can usually happen when autonegotiation is disabled and devices resort to the IEEE default.