Module 5 Flashcards

(25 cards)

1
Q

Virtual LAN - VLAN

A

It is a virtual LAN, with its own network and broadcast domain. Provides Layer 2 & 3 segmentation. Allows us 2 separate network traffic on switches on a switch port by switch port basis.

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

Switchport

A

is the physical opening where a data cable can be plugged in.

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

Access Port

A

connects a network host to a single VLAN and manages data traffic for that virtual network. Because data can only go back and forth on the designated VLAN, an access port handles untagged Ethernet frames.

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

Trunk Port

A

is a point-to-point link b/w 2 network devices that carry more than 1 VLAN. On a complex network with multiple VLANs, a trunk port manages data transfer to and from those virtual networks. To do so, a trunk port recognizes frame tags that specify the intended destination for the data.

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

Hybrid Port

A

can function like both an access port and a trunk port. It can manage both tagged and untagged frames, and can receive data from more than one VLAN. Both user and network devices can be connected through a hybrid port.

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

VLAN Trunking

A

a trunk carries multiple VLANs it copies them 2 other switches.

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

Trunk Encapsulation

A

add tags to the frames for identification

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

Inter-Switch Link - (ISL)

A

is a Cisco proprietary protocol for frame tagging.

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

Switchport trunk encapsulation dot1q

A

the command tells the switch that the interface should use IEEE 802.1Q encapsulation on the frames when the interface is configured as a trunk.

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

VLAN Trunking Protocol - VTP

A

Cisco proprietary. Allows sharing of VLANs among many switches. VLAN database of the VTP Server is shared w/ the VTP client.

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

Inter-VLAN Routing - L3 Switch

A

allows 2 route L3 traffic from 1 VLAN 2 another. Otherwise, those on different VLANs can’t talk. Enable by creating an interface in a switch.

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

Router on Stick

A

configuring the router to route traffic b/w VLANs. Enabled by configuring a trunk b/w switch & router and configure the router sub-interfaces.

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

Spanning Tree Protocol - STP 802.1D

A

is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. Created by Radia Perlman since 1985.

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

Switching Loop

A

when a broadcast & multicast are sent out on the network the broadcast traffic is flooded out of all ports. As a result, this will repeat & flood the network until CPU & bandwidth are completely exhausted on the switch.

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

Bridge Protocol Data Unit - BPDU

A

contains switch MAC address & STP priority bridge aka (Bridge ID).

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

Root Bridge

A

using Bridge ID select spanning-tree root bridge. An election is determined by the lowest # bridge ID. If SPT is the default root bridge will be a switch with the lowest MAC address.

17
Q

Rapid Spanning Tree - RSTP - 802.1W

A

has fewer port states & faster convergence. Discarding = Blocking, Learning, & Forwarding. In contrast to STP, it takes 30- 50 sec to converge. Port state is listening, learning, blocking, &forwarding.

18
Q

Speed & Duplex

A

any device w/ a NIC has speed & duplex. These must match in switches, auto-negotiate can hard set speed & duplex.

19
Q

Power Over Ethernet - 802.3AF - PoE

A

provides electrical power 2 PoE supported devices via copper cable Cat5 & >. Has 15.4 watts of DC power but PoE+ (802.3at standard) provides up to 25.5 watts.

20
Q

Port Bonding

A

Linking 2 or more connections on a single link to increase bandwidth. Used 2 upstream Sw & prevent congestion. Uses Link Aggregation Control Protocol - LACP (open source) & Etherchannel (cisco).

21
Q

Port Mirroring

A

used 2 monitor traffic on a specific port. Duplicated network traffic from 1 port & mirrors it 2 another port. Attaches a sniffer or traffic analyzer 2 destination port. Ex ( Wireshark). Called SPAN on cisco devices.

22
Q

MAC Filtering

A

used a lot w/ wireless networks. Restricts access 2 only specific wireless devices.

23
Q

Port Security

A

Allows a specific MAC @ 2 connect 2 a specific port. If the wrong MAC @ it gets deleted & automatically shut down (turned off)

24
Q

Authentication

A

the switch will send network authentication request 2 an authenticator server 4 verification of user account or host MAC @. Uses EAP in 802.1x to communicate authentication.

25
Quality of Service - QoS
allows engineers 2 prioritize specific traffic & guarantee bandwidth during the time of congestion. Important for real-time sessions like phone calls & video. Uses tags like Class of Services (CoS L2) & Differentiated Service Code Point (DSCP L3). Cisco switches have auto QoS.