Module 2 Switching concepts

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/93

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:16 AM on 9/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

94 Terms

1
New cards

Ingress

The port where a frame enters a network device.

2
New cards

Egress

The port where a frame leaves a network device.

3
New cards

Switch forwarding decision

A Layer 2 switch forwards frames based on the ingress port and destination MAC address.

4
New cards

MAC address table

A table that maps MAC addresses to the switch ports where devices are connected.

5
New cards

CAM

Content Addressable Memory; special memory used by switches to store and quickly search the MAC address table.

6
New cards

CAM table

Another name for the switch MAC address table.

7
New cards

How a switch learns MAC addresses

A switch examines the source MAC address and incoming port of each frame.

8
New cards

Learn process

The switch examines the source MAC address and associates it with the incoming port.

9
New cards

Forward process

The switch examines the destination MAC address and determines the outgoing port.

10
New cards

Source MAC address

The MAC address a switch uses to learn which device is connected to which port.

11
New cards

Destination MAC address

The MAC address a switch uses to determine where to forward a frame.

12
New cards

Source MAC memory trick

Source MAC = Learn.

13
New cards

Destination MAC memory trick

Destination MAC = Forward.

14
New cards

Known unicast

A frame whose destination MAC address is already in the switch MAC address table.

15
New cards

Unknown unicast

A frame whose destination MAC address is not in the switch MAC address table.

16
New cards

Unknown unicast behavior

A switch floods an unknown unicast frame out all ports except the incoming port.

17
New cards

Broadcast behavior

A switch floods a broadcast frame out all ports except the incoming port.

18
New cards

Multicast behavior

In the provided material, a switch floods a multicast frame out all ports except the incoming port.

19
New cards

Same-port forwarding

A switch never forwards an Ethernet frame back out the same port on which it was received.

20
New cards

MAC address table aging

Most Ethernet switches keep a learned MAC address table entry for about five minutes by default.

21
New cards

ASIC

Application-Specific Integrated Circuit; hardware used by switches to make Layer 2 forwarding decisions quickly.

22
New cards

Store-and-forward switching

A switching method that receives the entire frame, checks the FCS for errors, and then forwards the frame.

23
New cards

Store-and-forward process

Receive entire frame → check FCS → forward if valid → drop if invalid.

24
New cards

FCS

Frame Check Sequence; a value used to detect errors in an Ethernet frame.

25
New cards

CRC

Cyclic Redundancy Check; mathematical error-checking mechanism used to detect frame errors.

26
New cards

Store-and-forward advantage

It checks the entire frame for physical and data-link errors before forwarding it.

27
New cards

Store-and-forward invalid frame behavior

A switch drops a frame that fails the FCS check.

28
New cards

Cut-through switching

A switching method that begins forwarding after determining the destination MAC address and egress port.

29
New cards

Cut-through advantage

Cut-through switching provides lower latency because it does not wait for the entire frame.

30
New cards

Cut-through disadvantage

Cut-through switching can forward frames containing errors because it does not perform a full FCS check first.

31
New cards

Cut-through memory trick

Cut-through = Quick forwarding.

32
New cards

Store-and-forward memory trick

Store-and-forward = Store it, check it, then forward it.

33
New cards

Fragment-free switching

A modified form of cut-through switching that provides better error checking with very little additional latency.

34
New cards

Switching method using FCS

Store-and-forward switching.

35
New cards

Switching method with lower latency

Cut-through switching.

36
New cards

Switching method that can forward invalid frames

Cut-through switching.

37
New cards

Cisco primary LAN switching method

Store-and-forward switching.

38
New cards

Frame buffering

Temporarily storing frames in switch memory to help handle congestion and speed differences.

39
New cards

Why frame buffers are useful

They temporarily hold traffic when the ingress port is faster than the egress port.

40
New cards

Speed mismatch example

A 1 Gbps ingress port sending traffic to a 100 Mbps egress port may require buffering.

41
New cards

Collision domain

A network segment where devices share a medium and collisions can occur.

42
New cards

Hub collision domain

A hub creates one shared collision domain for connected devices.

43
New cards

Switch collision domains

A switch creates separate collision domains for its ports.

44
New cards

Half-duplex communication

A communication mode where devices can transmit or receive, but not both simultaneously.

45
New cards

Full-duplex communication

A communication mode where devices can transmit and receive simultaneously.

46
New cards

Half-duplex collisions

Collisions are possible when Ethernet operates in half-duplex.

47
New cards

Full-duplex collisions

Collisions do not occur when Ethernet operates in full-duplex.

48
New cards

Full-duplex advantage

Full-duplex allows both ends to transmit and receive simultaneously and increases effective bandwidth.

49
New cards

Gigabit Ethernet duplex requirement

1 Gbps Ethernet and higher speeds require full-duplex operation.

50
New cards

Auto-negotiation

Ethernet devices automatically negotiate compatible speed and duplex settings.

51
New cards

Highest common bandwidth

When devices negotiate, they select the highest bandwidth supported by both devices.

52
New cards

Broadcast domain

A collection of devices that receive Layer 2 broadcast frames from a host.

53
New cards

Device that divides a Layer 2 broadcast domain

A router divides Layer 2 broadcast domains.

54
New cards

Switch and broadcast domains

Interconnected switches normally form one Layer 2 broadcast domain.

55
New cards

Router and collision domains

A router also separates collision domains because each interface is a separate network segment.

56
New cards

Broadcast MAC address

The Ethernet broadcast destination MAC address is FF:FF:FF:FF:FF:FF.

57
New cards

Layer 2 broadcast behavior

A switch forwards a Layer 2 broadcast out every port except the ingress port.

58
New cards

Effect of connecting two switches

Connecting switches together increases the size of the Layer 2 broadcast domain.

59
New cards

Broadcast congestion

Too many broadcasts consume bandwidth and can contribute to network congestion.

60
New cards

Network congestion

Network congestion occurs when traffic load exceeds the network's ability to efficiently handle the traffic.

61
New cards

Fast port speeds

Higher-speed switch ports can move more data and help reduce congestion.

62
New cards

Fast internal switching

Switches use a fast internal bus or shared memory to process frames efficiently.

63
New cards

Large frame buffers

Large buffers temporarily store more received frames and help prevent frame loss during congestion.

64
New cards

High port density

The number of available ports on a switch.

65
New cards

Port density example

A 48-port switch has greater port density than a 24-port switch.

66
New cards

Why high port density helps

It can reduce the number of switches needed and help keep traffic local.

67
New cards

1 Gbps host connected to 100 Mbps switch port

The connection autonegotiates to 100 Mbps because the switch port is limited to 100 Mbps.

68
New cards

Layer 2 switch function

A Layer 2 switch determines the forwarding interface based on the destination MAC address.

69
New cards

Hub vs switch

A hub shares one collision domain, while a switch creates separate collision domains for its ports.

70
New cards

Unknown destination MAC address

A switch floods the frame out all ports except the port where the frame was received.

71
New cards

Congestion from 10 Gbps to 1 Gbps

Frame buffering helps alleviate congestion when a faster port forwards traffic to a slower port.

72
New cards

Port density definition

Port density is the number of available ports on a switch.

73
New cards

MAC table information used for learning

A switch uses the source MAC address and incoming port to maintain its MAC address table.

74
New cards

Full-duplex effective bandwidth

Full-duplex increases effective bandwidth because both directions can transmit simultaneously.

75
New cards

Full-duplex simultaneous transmission

Full-duplex allows both ends to transmit and receive simultaneously.

76
New cards

Address used to build MAC table

The source MAC address is used to build the switch MAC address table.

77
New cards

Correct store-and-forward description

Store-and-forward ensures that a frame is free of physical and data-link errors before forwarding it.

78
New cards

Device that divides a Layer 2 broadcast domain

A router can serve as a boundary that divides a Layer 2 broadcast domain.

79
New cards

Purpose of frame buffers

Frame buffers hold traffic temporarily to help alleviate network congestion.

80
New cards

Device used to eliminate Ethernet collisions

A switch operating in full-duplex eliminates collisions on its individual Ethernet links.

81
New cards
Which port speed will be autonegotiated between a host with a 1 Gbps NIC connecting to a Cisco Catalyst 2960 switch with a 100 Mbps port?
100 Mbps.
82
New cards
What is one function of a Layer 2 switch?
Determines which interface is used to forward a frame based on the destination MAC address.
83
New cards
What is the significant difference between a hub and a Layer 2 LAN switch?
A switch creates many smaller collision domains, and a hub increases the size of a single collision domain.
84
New cards
What will a Cisco LAN switch do if it receives an incoming frame and the destination MAC address is not listed in the MAC address table?
Forward the frame out all ports except the port where the frame is received.
85
New cards
Which switch characteristic helps alleviate network congestion when a 10 Gbps port is forwarding data to a 1 Gbps port?
Frame buffering.
86
New cards
Which switching method makes use of the FCS value?
Store-and-forward.
87
New cards
What does port density represent for an Ethernet switch?
The number of available ports.
88
New cards
Which information does a switch use to keep the MAC address table information current?
The source MAC address and the incoming port.
89
New cards
Which two statements are true about half-duplex and full-duplex communications?
Full duplex increases the effective bandwidth, and full duplex allows both ends to transmit and receive simultaneously.
90
New cards
Which type of address does a switch use to build the MAC address table?
Source MAC address.
91
New cards
Which option correctly describes a switching method?
Store-and-forward ensures that the frame is free of physical and data-link errors.
92
New cards
Which network device can serve as a boundary to divide a Layer 2 broadcast domain?
Router.
93
New cards
What is the purpose of frame buffers on a switch?
They hold traffic, thus alleviating network congestion.
94
New cards
Which network device can be used to eliminate collisions on an Ethernet network?
Switch.