ccna exploration module 2 chapter 1 static networking v 4.0

9
CCNA Exploration Module 2 Chapter 1 Planning and Cabling a Network V 4.0 1.1.1 What are the common components between a router and other computers? CPU RAM ROM Operating System 1.1.1. 2 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 1.1.1. 3 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 1.1.2 What are the five components common to all routers? Flash, ROM, CPU, RAM, Power 1.1.2. 2 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 The bootstrap instructions

Upload: tommylikie

Post on 03-Nov-2014

106 views

Category:

Documents


0 download

DESCRIPTION

study guide

TRANSCRIPT

Page 1: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

CCNA Exploration Module 2 Chapter 1Planning and Cabling a Network

V 4.0

1.1.1 What are the common components between a router and other computers?

CPURAMROMOperating System

1.1.1.2 What does a router connect? Multiple networksWhat 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 NetworkWAN Wide Area Network

1.1.1.3 What are the two primary functions of a router?

Best Path DeterminationForwarding 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 RoutesDynamic Routing Protocols

1.1.2 What are the five components common to all routers?

Flash, ROM, CPU, RAM, Power

1.1.2.2 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 instructionsBasic diagnostic softwareScaled-down version of IOS.

What is stored in flash? Cisco IOSWhat happens to flash memory when the power is lost?

Nothing

What is stored in NVRAM? Startup configuration fileWhat must you do to save changes you have made to a router?

Copy the running-config to the startup-config

1.1.3 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

Page 2: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

1.1.4 What are the 4 phases of the bootup process?

1. Performing the POST2. Loading the bootstrap program3. Locating and loading the Cisco IOS software4. Locating and loading the startup configuration file or entering setup mode

What does POST test? The router hardwareWhat 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 addressesrouting informationpasswordsany 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

1.1.4.2 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

1.1.5 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

1.1.5.2 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 LAN interfaces - such as Ethernet and

Page 3: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

of router interfaces? FastEthernetWAN interfaces - such as serial, ISDN, and Frame Relay

1.1.6 What OSI layer does a router operate at?

Layer 3

1.1.6.2 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

1.2.1 What are the four essential information elements to include in the topology diagram?

Device namesInterfaces used in the designIP addresses and subnet masksDefault gateway addresses for end devices, such as PCs

1.2.2 What are the basic tasks to perform when configuring a router?

Naming the routerSetting passwordsConfiguring interfacesConfiguring a bannerSaving changes on a routerVerifying 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 ciscoR1(config-line)#login

List the commands to set the password for the Telnet lines?

R1(config)#line vty 0 4R1(config-line)#password ciscoR1(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!!******************************************#

Page 4: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

What should the banner show? Warning to unauthorized users1.2.2.2 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

1.2.2.3 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

1.3.1 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? a network that is not directly connected to the router

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

1.3.2.1 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

Page 5: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

1.3.3 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 networkIP address of the next hop router or the exit interface

When should static routes be used?

Network consists of only a few routersA network is connected to the Internet through a single ISPA large network is configured in a hub-and-spoke topology

1.3.4 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 discoveryUpdating 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)

1.3.5 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 from1.4.2 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 metricThe 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

Page 6: CCNA Exploration Module 2 Chapter 1 Static Networking v 4.0

1.4.3 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.

1.4.4 What are the two functions of packet forwarding?

Path determination functionSwitching function

1.4.5 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

1.4.5.2 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

1.5.2-4 Excellent description of how a packet travels from one pc to another. Make certain you understand the steps. Note any questions you have about the process.