• 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/98

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;

98 Cards in this Set

  • Front
  • Back
What are the common components between a router and other computers?
CPU
RAM
ROM
Operating System
What does a router connect?
Multiple networks
What does a router do with each packet it receives?
It determines which interface to use and forwards the packet on towards its destination
What are the 2 types of connections to a router interface?
LAN Local Area Network
WAN Wide Area Network
What are the two primary functions of a router?
Best Path Determination
Forwarding packets toward their destination
What address does the router use to compare to the routing table?
Destination IP addresss
What two processes are used by a router to learn about remote networks and build their routing tables?
Static Routes
Dynamic Routing Protocols
What are the five components common to all routers?
Flash, ROM, CPU, RAM, Power
List the 5 different components stored in RAM.
Operating System, Running Configuration File, IP Routing Table, ARP Cache, Packet Buffer
What happens to the information in RAM if the router looses power?
All information is lost
What are the permanent storage areas in a router?
ROM, Flash, and NVRAM
What 3 things are stored in ROM?
The bootstrap instructions
Basic diagnostic software
Scaled-down version of IOS.
What is stored in flash?
Cisco IOS
What happens to flash memory when the power is lost?
Nothing
What is stored in NVRAM?
Startup configuration file
What must you do to save changes you have made to a router?
Copy the running-config to the startup-config
What is the most common method used for configuring a router?
Command Line interface CLI
What is the first thing that happens as the router boots up?
The startup config is copied into RAM
What are the 4 phases of the bootup process?
1. Performing the POST
2. Loading the bootstrap program
3. Locating and loading the Cisco IOS software
4. Locating and loading the startup configuration file or entering setup mode
What does POST test?
The router hardware
What is the main function of the bootstrap program?
Find and load the IOS
What are the 2 main places to find the IOS?
Flash and TFTP server
If a full IOS can not be loaded what does the bootstrap loader do?
Loads a scaled down version of the IOS from ROM to RAM
Where is the startup configuration found?
NVRAM
What are the main items stored in the configuration file?
interface addresses
routing information
passwords
any other configurations saved by the network administrator
Where is the second place that the router looks for the startup config if it is not located in NVRAM?
TFTP server
If the router can not locate a startup-config, what mode does it enter?
Setup mode
What key command do you press to exit setup mode if you accidentally entered it?
Ctrl-C
What command can be used to help verify and troubleshoot some of the basic hardware and software components of the router?
Show version
What is the last line displayed in the show version output?
Configuration register
What is the default configuration register setting?
0x2102
What does that setting tell the router?
attempt to load a Cisco IOS software image from flash memory and load the startup configuration file from NVRAM
What are the two management ports?
Console and auxiliary
What is an interface?
physical connector on the router whose main purpose is to receive and forward packets
What must be configured for each interface?
Each interface must be configured with an IP address and subnet mask of a different network
What are the two major groups of router interfaces?
LAN interfaces - such as Ethernet and FastEthernet
WAN interfaces - such as serial, ISDN, and Frame Relay
What OSI layer does a router operate at?
Layer 3
What is the router interface that connects to a LAN called?
Default Gateway
What is the process that each router uses to determine where to send the packet?
decapsulation, searching the routing table, and then re-encapsulation
What are the four essential information elements to include in the topology diagram?
Device names
Interfaces used in the design
IP addresses and subnet masks
Default gateway addresses for end devices, such as PCs
What are the basic tasks to perform when configuring a router?
Naming the router
Setting passwords
Configuring interfaces
Configuring a banner
Saving changes on a router
Verifying basic configuration and router operations
What is the prompt for the user mode?
Router>
What is the command to enter the privileged EXEC mode?
Enable
What is the prompt for privileged EXEC mode?
Router#
What is the command to enter the global configuration mode?
Router#config t
What is the command to enter the hostname of a router?
Router(config)#hostname R1
What happens to the prompt after you press enter?
The prompt changes to the hostname
What is the command used to enter the password to enter the privileged EXEC mode?
R1(config) enable secret class
List the commands to set the password for the console port?
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
List the commands to set the password for the Telnet lines?
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
List the commands to enter the Banner Message of the Day (motd).
R1(config)#banner motd #
Enter TEXT message. End with the character '#'.
******************************************
WARNING!! Unauthorized Access Prohibited!!
******************************************
#
What should the banner show?
Warning to unauthorized users
What is the command to enter the interface configuration mode?
R1(config)#interface Serial0/0
What is the command to set the IP address and subnet mask for an interface?
R1(config-if)#ip address 192.168.2.1 255.255.255.0
What is the command to enter a description for the interface?
Router(config-if)#description Ciruit#VBN32696-123 (help desk:1-800-555-1234)
What is the command to turn on an interface?
Router(config-if)#no shutdown
What is the command to view the running-configuration file?
R1#show running-config
What is the command to save the current config in NVRAM?
R1#copy running-config startup-config
What command will display the routing table?
R1#show ip route
What command displays all of the interface configuration parameters and statistics?
R1#show interfaces
What command displays abbreviated interface configuration information, including IP address and interface status?
R1#show ip interface brief
Where is the routing table stored?
RAM
What is a directly connected network?
a network that is directly attached to one of the router interfaces
What is a remote network?
What is a remote network?
What would a C in the first column of a routing table mean?
Directly connected
What additional information is included when the destination is a remote network?
the routing metric and the administrative distance
What command reveals the configured or acquired default gateway, connected, loopback, multicast, and broadcast networks?
Route print
How does a PC determine which network it belongs to?
uses the subnet mask
What command will activate a router interface?
No shut
What routes does a router know before any static or dynamic routing is configured?
Directly connected networks
What denotes a static route in the routing table?
S
What are the three items that must be included in a static route?
Network address and subnet mask of the remote network
IP address of the next hop router or the exit interface
When should static routes be used?
Network consists of only a few routers
A network is connected to the Internet through a single ISP
A large network is configured in a hub-and-spoke topology
What are dynamic routing protocols used for?
share information about the reachability and status of remote networks
What are 2 of the activities that dynamic routing protocols perform?
Network discovery
Updating and maintaining routing tables
What is network discovery?
the ability of a routing protocol to share information about the networks that it knows about with other routers that are also using the same routing protocol
What are some dynamic routing protocols?
RIP (Routing Information Protocol)
IGRP (Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
OSPF (Open Shortest Path First)
IS-IS (Intermediate System-to-Intermediate System)
BGP (Border Gateway Protocol)
What are the three routing principles?
1. Every router makes its decision alone, based on the information it has in its own routing table.
2. The fact that one router has certain information in its routing table does not mean that other routers have the same information.
3. Routing information about a path from one network to another does not provide routing information about the reverse, or return, path.
What is asymmetric routing?
A packet can take different routes to and from
What does a router compare to select the best path to place in the routing table?
Routing metric
What is a metric?
the quantitative value used to measure the distance to a given route
What is the best path?
The path with the lowest metric
The number of routers that a packet must travel through before reaching its destination is called?
Hop count
The data capacity of a link, sometimes referred to as the speed of the link?
Bandwidth
What is it called when two paths to a destination have exactly the same metric?
Equal cost metric
What is equal cost load balancing?
When a router can use multiple interfaces to reach a single network address.
What are the two functions of packet forwarding?
Path determination function
Switching function
What is the process used by a router to accept a packet on one interface and forward it out another interface called?
Switching
What is the process used by a router to accept a packet on one interface and forward it out another interface called?
Switching
What are the three major steps a router performs on a packet?
1. Decapsulates the Layer 3 packet by removing the Layer 2 frame header and trailer.
2. Examines the destination IP address of the IP packet to find the best path in the routing table.
3. Encapsulates Layer 3 packet into a new Layer 2 frame and forwards the frame out the exit interface.
What happens to the value of the TTL as a packet moves through a network?
It is decremented each hop. Goes down
Which address does not change as the packet moves through the network?
IP address
Which address changes as the packet moves through the network?
MAC address
How does a PC determine which network it belongs to?
It ands its IP address and subnet mask
How does it determine if the destination is on the same network?
After anding the packet it compares the network address to its own
Where does the PC send the packet if the destination is not on its own network?
To the default gateway
Where does the PC look for the default gateway MAC address?
In its ARP table
What does the PC do if the MAC address is not in the ARP table?
It sends an ARP request