Switch Interfaces Flashcards

1
Q

In the output of show ip interface brief, router interfaces will be in the______ ______ state by default

A

administratively down/down

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

In the output of show ip interface brief, switch interfaces will be in the ______ ______ state by default if connected to another device

A

up/up

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

In the output of show ip interface brief, switch interfaces will be in the _______ _______ state by default if not connected to another device.

A

down/down

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

What is the default speed setting of an interface?

A

auto

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

What is the default duplex setting of an interface?

A

auto

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

Configure a speed of 100 Mbps on an interface:

SW1(config-if)#______

A

SW1(config-if)#speed 100

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

Configure full duplex on an interface:

SW1(config-if)#______

A

SW1(config-if)#duplex full

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

Which command lets you configure multiple interfaces at the time?

A

interface range

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

In _____ duplex mode, an interface can send and received data at the same time.

A

full

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

In _____ duplex mode, an interface cannot send and received data at the same time.

A

half

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

Ethernet hubs operate at Layer ______ of the OSI model.

A

1

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

Ethernet devices use ______ to detect and prevent collision on half-duplex interfaces.

A

CSMA/CD (Carrier-sense Multiple Access with Collision Detection)

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

What does CSMA/CD stand for?

A

Carrier-sense Multiple Access with Collision Detection

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

All devices connected to an Ethernet hub are in the same _____ domain.

A

collision

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

Are all devices connected to an Ethernet switch in the same collision domain?

A

No

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

Devices attached to an Ethernet hub must operate in ______ duplex mode.

A

half

17
Q

Devices attached to a switch can operate in _______ duplex mode.

A

full

18
Q

Which show interfaces error counter?

-Counts frames that are similar than minimum frame size (64 Bytes)

A

runts

19
Q

Which show interfaces error counter?

-Counts frames that are larger than the maximum frame size (1518 Bytes)

A

giants

20
Q

What show interfaces error counter?

-Counts frames that failed their error check in the Ethernet FCS trailer

A

CRC (Cyclic Redundancy Check)