Day 17 Flashcards - VLANs (Part 2)

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/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:09 PM on 7/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

VLANs: […] ports are known as 'tagged' ports.

Trunk

2
New cards

VLANs: […] ports are known as 'untagged' ports.

Access

3
New cards

VLANs: Switches will tag frames sent out of […] ports with a VLAN number.

trunk

4
New cards

What is a Cisco proprietary VLAN trunking protocol?

ISL (Inter-Switch Link)

5
New cards

What is an industry standard VLAN trunking protocol?

IEEE 802.1Q (dot1q)

6
New cards

The 802.1Q tag is inserted after the […] field of the Ethernet header.

Source MAC Address

7
New cards

The 802.1Q tag is […] bytes in length.

4

8
New cards

802.1Q tag: What does TPID stand for?

Tag Protocol Identifier

9
New cards

802.1Q tag: What does PCP stand for?

Priority Code Point

10
New cards

802.1Q tag: What does DEI stand for?

Drop Eligible Indicator

11
New cards

802.1Q tag: What does VID stand for?

VLAN ID

12
New cards

802.1Q tag: The TPID field is […] bits in length.

16

13
New cards

802.1Q tag: The TPID field is alway set to a value of […]

0x8100

14
New cards

802.1Q tag: The PCP field is […] bits in length.

3

15
New cards

802.1Q tag: The […] field is use for Class of Service.

PCP

16
New cards

802.1Q tag: The DEI field is […] in length.

1 bit

17
New cards

802.1Q tag: The […] field indicates that a frame can be dropped if the network is congested.

DEI

18
New cards

802.1Q tag: The […] field identifies the VLAN the frame belongs to.

VID

19
New cards

VLANs […] and […] are reserved and cannot be used.

0  /  4095

20
New cards

The range of usable VLANs is […] to […]

1 to 4094

21
New cards

The Normal VLAN range is […] to […]

1 to 1005

22
New cards

The Extended VLAN range is […] to […]

1006 to 4094

23
New cards

The default native VLAN is VLAN […] on all trunk ports.

1

24
New cards

The switch does not add an 802.1Q tag to frames in the […] VLAN over a trunk link.

native

25
New cards

When a switch receives an untagged frame on a trunk port, it assumes the frame belongs to the […] VLAN.

native

26
New cards

Configure the interface as a trunk port:SW1(config-if)# […]

switchport mode trunk

27
New cards

Configure the encapsulation type on a trunk port:SW1(config-if)# […]

switchport trunk encapsulation encapsulation-type

28
New cards

Display all trunk ports on the switch:SW1# […]

show interfaces trunk

29
New cards

Configure the allowed VLANs on a trunk port:SW1(config-if)# […]

switchport trunk allowed vlan allowed-vlans

30
New cards

For security purposes, it is best to change the native VLAN to an […] VLAN.

unused

31
New cards

Configure the native VLAN on a trunk port:SW1(config-if)# […]

switchport trunk native vlan vlan-number

32
New cards

Configure the VLAN number on a router subinterface:R1(config-subif)# […]

encapsulation dot1q vlan-number

33
New cards

ROAS involves configuring VLAN tags and IP addresses on router […].

subinterfaces

34
New cards