Switching Flashcards

1
Q

Unicast

A

1 to 1 communication

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

Broadcast

A

1 to ALL communication

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

Multicast

A

1 to Many - Multicast clients must be part of logical group

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

Broadcast address will never be a

A

Source IP Address

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

Multicast address will never be a

A

Source IP address

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

auto-MDIX

A

feature is enabled by default on select IOS

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

Collision Domains

A

each port on a switch and router is a single collision domain

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

Broadcast Domain

A

Each port on a router is a Broadcast

Domain

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

Segmentation

A

term used to describe how a router breaks up broadcast domains

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

Store-and-forward

A

when switch recieves the fram it stores the data in buffers until the complete frame has

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

Cut-through

A

two variants: Fast-forward, Fragment-free

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

fast-forward switching

A

variant of cut through - immediately forwards a packet after reading the destination address.

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

fragment-free switching

A

variant of cut through - stores the first 634 bytes of the frame before forwarding

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

symmetric switching

A

all ports have same bandwidth

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

asymmetric switching

A

switching ports do not have the same bandwidth on all ports. Memory buffering is required

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

port-based memory

17
Q

shared memory buffering

A

deposits all frames into a common memory buffer

18
Q

switch boot sequence

A
  1. low level CPU initialization
  2. POST
  3. Initializes
  4. loads default operating system
19
Q

stat light is amber - what happened

A

failed post

20
Q

default management vlan

A

VLAN1 - only used for remote administration

21
Q

how to configure a switch management interface

A
  1. set up vlan
  2. configure an access port to vlan
  3. configure default gateway
22
Q

PortFAST

A

when enabledthe interface changes from a blocking state to a forwarding state w/o making the intermediate STP Changes.

23
Q

When to use PortFAST

A

only on interfaces that connect to end stations; otherwise could cause loop

24
Q

BPDU

A

bridge protocol data unit - the BPDU guard feature on Portfast enabled interfaces - prevents the switch interface from sending and recieving BPDU’s

25
"bpdufilter default"
globally enable BPDU filtering on PortFAST enabled interface
26
"bpduguard default"
place the interfaces that recieve BPDU
27
Portfast | "Default"
globally enables PortFAST on all non trunking ports
28
BackboneFast
*
29
UplinkFast
*
30
Root Guard
*
31
MAC Address Table (CAM table)
*
32
microsegmentation
term used to describe how a switch the switch decreases the number of collisions on the network
33
switch packet forwarding methods
1. store and forward | 2. cut through
34
2 variants of cut through
1. fast forward switching | 2. fragment free switching