Chapter 11 - Supplement - Sheet1 Flashcards

1
Q

Benefits of layer 2 switching

A

Hardware-based bridging (ASIC), Wire speed, low latency, low cost

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

ASIC

A

Application-specific integrated circuits. Switches make decisions based on ASIC chips (hardware) instead of software, like how bridges operate

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

Limitations of Layer 2 Switching

A

Switches don’t break up broadcast domains, only collision domains

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

Three functions of layer 2 switching

A

Address learning, forward/filter decisions, loop avoidance

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

Address Learning

A

Switches build a forward/filter table of MAC addresses from the source field of packets sent to them.

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

Two version of the IEEE Spanning Tree Protocol

A

802.1D, 802.1w

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

5 problems that can affect data as it traverses network cable

A

Delay, Dropped Packets, Error, Jitter, Out-of-order delivery

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

Access Ports

A

Belongs to and carries the traffic of only one VLAN

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

Trunk Ports

A

Carries multiple VLANs at a time

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

Trunk Link

A

100Mbps or 1000Mbps point-to-point link between two switches, between a switch and a router, or between a switch and a server.

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

Max VLANS trunk links can carry traffic for

A

4094

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

Two VLAN identification methods

A

ISL, 802.1q

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

ISL

A

VLAN ID method. Inter-Switch Link - Encapsulates the data frame with its own header (that has a VLAN ID) and a CRC. Proprietary to Cisco. Fast Ethernet and Gigabit Ethernet only

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

IEEE 802.1Q

A

VLAN ID method. Inserts a field into the frame to ID the VLAN.

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

VTP

A

VLAN Trunking Protocol. Allows for management of VLANs throughout the network via a server or central switch

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

Default VTP mode for switches

A

VTP Server

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

VTP modes

A

Server, client, transparent

18
Q

PoE

A

Power over ethernet

19
Q

PoE IEE standard

20
Q

PoE Plus

A

POE with more power

21
Q

PoE Plus IEEE standard

22
Q

Port Mirroring

A

AKA SPAN (Switch Port Analyzer). Allows you to simulate a port on a switch from another point on the switch, which anables traffic sniffing of data going out a specific port

23
Q

STP

A

Spanning tree protocol.

24
Q

Main purpose of STP

A

Prevent switching lops in a network with redundant switched ports

25
States of STP
Blocking, Listening, Learning, Forwarding, Disabled
26
Blocking State STP
Preent the use of looped paths
27
Listening State STP
Prepared to forward data frames without populating the MAC address table
28
Learning State STP
Populates the MAC address table but doesn't forward data frames
29
Forwarding State STP
Sends and received all data frames on a bridged port
30
Disabled State STP
Virtually nonooperational.
31
VLANs break up ________ domains in a Layer 2 switched network.
Broadcast
32
Switches, by default, only break up ________ domains.
Collission
33
What does trunking provide?
Allows you to send information about many or all VLANs through the same link.
34
You need to power a device such as an access point or IP phone. What protocol can provide power to these devices over an Ethernet cable?
PoE
35
You plug a host into a switch port and the host receives an IP address but the user can’t get to the services it needs. What is probably the problem?
VLAN port membership could be wrong
36
If a destination MAC address is not in the forward/filter table, what will the switch do with the frame?
Flood the frame out all ports except the port on which it was received
37
What are the three switch functions at Layer 2?
Address learning, filtering, and loop avoidance
38
If a frame is received on a switch port and the source MAC address is not in the forward/filter table, what will the switch do?
It will add the source MAC address to the forward/filter table
39
What is used at Layer 2 to prevent switching loops?
Spanning tree protocol.
40
You need to implement a separate network for contractors and guests working at your office. Which technology should you implement?
Create a VLAN for contractors and another for guests