12. Troubleshooting a Simple Network Flashcards

1
Q

Which troubleshooting method works from the physical layer in the OSI model up to the application layer?

A

The bottom-up method.

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

Which troubleshooting method starts with testing Layer 3?

A

The divide-and-conquer method.

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

What is the Cisco IOS command to view logging settings?

A

Router# show logging

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

What is the Cisco IOS command to enable the router to send logging information to a terminal session?

A

Router# terminal monitor

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

Name the three parameters checked by using ping

A
  1. Whether a remote host is active or inactive.
  2. The round-trip time (RTT) in communicating with the host.
  3. Packet Loss.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When pinging a host from a Cisco device, what symbol indicates that a reply was received within the expected timeout?

A

An exclamation point (!)

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

When pinging a host from a Cisco device, what symbol indicates that a reply was not received before the timeout expired?

A

A period (.)

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

What Transport Layer protocol is used by Cisco devices when using the traceroute command?

A

UDP

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

What is the Cisco IOS command to view the arp table? (two answers)

A

Router# show arp
or
Router# show ip arp

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

What is the Microsoft Windows command to view the arp table?

A

> arp -a

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

What is the Microsoft Windows command to view IPv4 address information?

A

> ipconfig /all

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

What is the Cisco IOS command to see a brief overview of interface IPv4 addressing and status info?

A

Router# show ip interface brief

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

List the three sources of Fiber media problems.

A
  1. Microbend and macrobend losses
  2. Splice losses.
  3. Dirty connectors.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What Cisco IOS command will let you examine duplex and speed settings on a switch port?

A

Switch# show interfaces

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

In the output from a “show interfaces” command, what do Input queue drops indicate?

A

Input queue drops indicate that more traffic was delivered to the device than it could process.

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

In the output from a “show interfaces” command, what do Output queue drops indicate?

A

Output queue drops indicate that packets were dropped due to congestion on the interface.

17
Q

In the output from a “show interfaces” command, what do Input errors indicate?

A

Input errors indicate errors experienced during the reception of the frame, such as CRC errors.

18
Q

What are CRC errors?

A

Cyclic Redundancy Check errors.

19
Q

In the output from a “show interfaces” command, what do Output errors indicate?

A

Output errors indicate errors during the transmission of the frame. (Collisions)

20
Q

Name two Microsoft Windows commands to determine the default gateway IP address.

A

> ipconifg

> route print