• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back
Define RAM
Stores the routing tables and ARP cache
Which two commands can a Technician use to determine wether a router serial ports havw IP addresses that are assigned to them?
show interfaces / show ip interface brief
Which commands will set the privilaged mode password to "quiz"?
R1(config)#enable secret quiz
Define routing decisions
Every router makes its routing decisions alone, based on the information it has in its own routing table.
What two tasks do dynamic routing protocols perform?
Update and maintain routing tables / network discovery
A network engineer is confiuring a new router. The interfaces have been configured with IP addresses and activated, but no routng protocols or static routes have been configured yet. What routes are present in the routing table?
Direct Connections
Give two statements regarding how a router frwards packets.
If the packet is destined for a directly connected network, the router forwards the packet out the exit interface indicated by the routing table / If the packet is destined for a remote network, the router sends the packet to the next-hop IP in the routing table
What is a metric value?
A metric is the quantative value that a routing protocol uses to measure a given route
The network administrator configured the ip route 0.0.0.0 0.0.0.0 serial 0/0/0 command on the router. How will this command appear in the routing table, assuming that the serial 0/0/0 interface is up?
S* 0.0.0.0/0 is directly connected, Serial0/0/0
Describe the CPU
Central processing unit. Executes operating system instructions, such as system initialisation,routing functions, and network interface control.
RAM
Random access memory. Stores the routing table and other data structures that the router needs when forwarding packets.
ROM
Read only memory. Holds basic diagnostic software used when the router is powered on.
NVRAM
Non volatile RAM. Stores the startup configuration, inculding IP addresses, routing protocol, and other related information. NVRAM is portion f the boot ROM chip.
Flash memory
Stores the operating system (Cisco IOS) and other files
Describe the router bootup process from power to final configuration.
1.Perform Post
2.Execute bootstrap loader
Locate and load the Cisco IOS Software:
3.Locate the IOS
4.Load the IOS
Locate and load the startup configuration file or enter setup mode:
5.Locate the configuration file
6.Execute the configuration file
7 Enter setup mode
What important features does a router add to the Network?
Determines the best path to send packets / Forwards packets towards their destination
Describe the steps necessary to apply a basic configuration to a router
1.Name the router
2.Set the passwords
3.Configure Interfaces
4.Configure the banner
5.Save changes on a router
6.Verify basic configuration and router operations
Describe the importance of the routing table. What pupose does it serve?
A routing provides the router with the necessary information to carry out its primary function: forwarding packets toward the destination network.