CCENT Concepts Pt. 9 Flashcards

1
Q

Line status

A

Location - First status code.
General Meaning - Refers to the Layer 1 status - for example, is the cable
installed, is it the right/wrong cable, is the device on the other end powered
on?

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

Protocol status

A

Location - Second status code
General Meaning - Refers generally to the Layer 2 status. It is always down if
the line status is down. If the line status is up, a protocol status of down
usually is caused by mismatched data link layer configuration.

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

Administratively down, down

A

The interface has a shutdown

command configured on it.

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

down, down

A

The interface has a no shutdown command configured, but the physical layer
has a problem. For example, no cable has been attached to the interface, or
with Ethernet, the switch interface on the other end of the cable is shut down,
or the switch is powered off.

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

up, down

A

Almost always refers to data link layer problems, most often configuration
problems. For example, serial links have this combination when one router
was configured to use PPP, and the other defaults to use HDLC.

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

up, up

A

All is well, interface is functioning.

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

Router powers on steps

A
  1. The router performs a power-on self-test (POST) to discover the hardware
    components and verify that all components work properly.
  2. The router copies a bootstrap program from ROM into RAM, and runs the
    bootstrap program.
  3. The bootstrap program decides which IOS image (or other OS) to load into
    RAM, and loads that OS. After loading the IOS image, the bootstrap program
    hands over control of the router hardware to the newly loaded OS.
  4. If the bootstrap program loaded IOS, IOS finds the configuration file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ROM Monitor

A

Common Name - ROMMON
Stored In - ROM
Used in … Old and new routers

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

Boot ROM

A

Common Name - RxBoot, boot helper
Stored In - ROM
Used in… Only in older routers

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

boot field in the configuration

register

A
  1. If boot field = 0, use the ROMMON OS.
  2. If boot field =1, load the first IOS file found in Flash memory.
  3. If boot field = 2-F:
    a. Try each boot system command in the startup-config file, in order, until
    one works.
    b. If none of the system commands work, load the first IOS file found in
    Flash memory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

show version information

A

The IOS version, the uptime (the length of the that has passed since the last
reload), The reason for the last reload of IOS, the time of the last loading of
IOS, the source from which the router loaded the current IOS, the amount of
RAM memory, the number and types of interfaces, the amount of NVRAM
memory, The amount of Flash memory, the configuration register’s current
and future setting (if different)

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

Interior Gateway Protocol

A

A routing protocol that was designed
and intended for use inside a single
autonomous system.

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

Exterior Gateway Protocol

A

A routing protocol that was designed
and intended for use between different
autonomous system.

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

Distance Vectors

A

RIP-1, RIP-2, IGRP

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

Link-state

A

OSPF, Integrated IS-IS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
Balanced hybrid (also called
advanced distance vector)
A

EIGRP

17
Q

Classless vs Classful routing

protocols

A

Classless - Supports VLSM, Sends subnet mask in
routing updates, Supports manual route
summarization.
Classful supports none of these.

18
Q

RIP-2 Configuration

A

router rip
version 2
network /net-number
(Optional) passive-interface /type

19
Q

show ip protocols

A

Lists information about the RIP
configuration, plus the IP addresses of
neighboring RIP routers from which the
local router has learned routes.

20
Q

DSL key features

A

DSL allows analog voice signals and digital data signals to be sent over the
same local loop wiring at the same time.
The local loop must be connected to something besides a traditional voice
switch at the local CO, in this case a device called a DSL access multiplexer
(DSLAM).
DSL allows for a concurrent voice call to be up at the same time as the data
connection.
Unlike modems, DSL’s data component is always on; in other words, you do

21
Q

Compare circuits and packet

switching

A

Circuits - Service implemented as OSI Layer 1.
Point-to-Point
Packet Switching - Service implemented as OSI
Layer 2. Multipoint (more than two)

22
Q

Inside host

A

Refers to a host in the enterprise

network.

23
Q

Inside local

A

Refers to an IP address in an IP header, with that address representing a local
host as the packet passes over the local enterprise network (not the Internet).
In this case, 192.168.1.101 and .102 are inside local IP addresses.

24
Q

Inside global

A

Refers to an IP address in an IP address in an IP header, with that address
representing a local host as the packet passes over the global Internet (not
the enterprise). In this case 64.100.1.1 is the one inside global IP address,

25
Q

Inside interface

A

The router interface connected to

the same LAN as the inside hosts.

26
Q

Outside interface

A

The router interface connected to

the Internet.