Day 09 Flashcards - Switch Interfaces

1
Q

Front

A

Back

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

In the output of <b>show ip interface brief</b>, 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
3
Q

In the output of<b>show ip interface brief</b>, switchinterfaces will be in the […]/[…] state by default if connected to another device.<br></br>

A

up/up

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

In the output of<b>show ip interface brief</b>, switchinterfaces will be in the […]/[…] state by default if not connected to another device.<br></br>

A

down/down

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

What is the default <b>speed</b>setting of an interface?

A

<b>auto</b>

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

What is the default <b>duplex</b>setting of an interface?<br></br>

A

<b>auto</b>

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

Configure a speed of 100 Mbps on an interface:<div>SW1(config-if)# […]</div>

A

<b>speed 100</b>

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

Configure full duplex on an interface:<div>SW1(config-if)# […]</div>

A

<b>duplex full</b>

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

Which command lets you configure multiple interfaces at the same time?

A

<b>interface range</b>

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

In […] duplex mode, an interface can send and receive data at the same time.

A

full

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

In […] duplex mode, an interface cannot send and receive data at the same time.<br></br>

A

half

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
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
13
Q

Ethernet devices use […] to detect and prevent collisions on half-duplex interfaces.

A

CSMA/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
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
16
Q

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

A

No

17
Q

Devices attached to an Ethernet hub must operate in […] duplex mode.

A

half

18
Q

Devices attached to a switch can operate in […] duplex mode.

A

full

19
Q

Which <b>show interfaces</b>error counter?<div>-Counts frames that are smaller than the minimum frame size (64 bytes)</div>

A

runts

20
Q

Which<b>show interfaces</b>error counter?<br></br><div>-Counts frames that are larger than the maximum frame size (1518 bytes)</div>

A

giants

21
Q

Which<b>show interfaces</b>error counter?<br></br><div>-Counts frames that failed their error check in the Ethernet FCS trailer.</div>

A

CRC

22
Q

Which<b>show interfaces</b>error counter?<br></br><div>-Counts frames that have an incorrect/illegal format.</div>

A

frame

23
Q

Which<b>show interfaces</b>error counter?<br></br><div>-Total of various counters of errors received by the device</div>

A

input errors

24
Q

Which<b>show interfaces</b>error counter?<br></br><div>-Frames the switch tried to send, but failed due to an error</div>

A

output errors