Cisco help...
Cisco help...
1 Which item is a commonly used metric?
Hop Count
2 What is a solution to the problem of routing loops resulting from incorrect updates?
Count to infinity
3 Which IOS command turns off the translation of domain names to IP addresses?
no ip domain-name lookup
4 What is the correct sequence of initialization for a router that has a configuration file?
Loads bootstrap, loads operating system, loads configuration file
5 Which statement is true of the count to infinity problem in routing loops?
It is caused by the split horizon problem.
It is a result of the packet's TTL value becoming too great.
Only routers that use hybrid routing can overcome this problem.
Routers that use hold down timers can overcome the problem.
6 What is the function of the erase startup-config command?
It deletes the current IOS from NVRAM
It deletes the configuration file in RAM
It deletes the configuration file in NVRAM
It deletes the bootstrap image from Flash memory
7 What is the purpose of the show CDP neighbors command?
To provide a summary of what the configuration looks like on the local router.
To provide a summary of what the configurations look like on other directly-connected routers.
To provide a summary of what the configurations look like on remote non-connected routers.
To provide a summary of what the configurations look like on non-directly-connected routers.
8 From the following list, what is the correct order of data encapsulation? 1. Segments2. Bits3. Packets4. Frames
1-3-4-2
2-1-3-4
2-3-4-1
3-1-2-4
9 Which condition best describes convergence?
When messages simultaneously reach a router and a collision occurs
When several routers simultaneously route packets along the same path
When all routers in an internetwork have the same knowledge of the structure and topology of the internetwork
When several messages are being sent to the same destination
10 Which type of entries are usually contained in a routing table?
Broadcast addresses
Name server addresses
Network or wire addresses
Switch or hub addresses
11 At which OSI Layer does the Cisco Discovery Protocol (CDP) operate?
Layer 1
Layer 2
Layer 3
Layer 4
12 Which command is used to backup the active configuration file from a router to a network server?
copy tftp startup-config
copy running-config tftp
copy tftp flash
copy tftp NVRAM
13 Which term refers to the amount of data that can be transmitted before receiving an acknowledgement?
window size
closed connection
two way handshake
expectational acknowledgement
14 What will happen if routers have different sets of LSAs?
A check sum procedure is initiated and faulty routing tables repaired.
Routes become unreachable because routers disagree about a link.
A comparison is forced and subsequent convergence on a single routing table occurs.
A broadcast message is sent with the master copy of the routing table to all routers.
15 Which command should display RIP routing updates as they are sent and received?
Router# show ip rip
Router# debug ip protocols
Router# debug ip rip
Router# show ip rip update
16 What is exchanged to provide communication between two hosts' source and destination OSI peer layers?
Protocol data units
17 Which type of routing protocol ensures that all routers share a common topological database?
Distance vector
Link state
RIP
TCP/IP
18 Which command should identify destination network addresses and next hop pairs?
Router(config)# show ip protocol
Router# show ip table
Router> show ip route
Router(config-router)# show ip table
19 What is the function of ARP?
It is used to map a known MAC address to an unknown IP address.
It is used to develop a cached Layer 4 address resource table.
It is used to map a known IP address to an unknown MAC address.
It sends a broadcast message looking for the router IP address.
20 Which command will display the currently running Cisco IOS on a router?
Show ip interface
Show running-config
Show startup-config
Show version
21 Which router command allows the presentation of information during the log on process?
banner msg
banner motd
daily msg
daily motd
22 Which Layer 4 protocol is connection-oriented and reliable?
ICMP
TCP
TFTP
UDP
23 Which Cisco IOS command shows the configuration file stored in NVRAM?
show version
show running-config
show startup-config
show interfaces
24 Which command is used to download a new system image file from a TFTP server to a router?
Copy flash tftp
Copy nvram tftp
Copy tftp flash
Copy tftp nvram
25 When sending data to a host on a different network, which address does the source host encapsulate in the IP header?
IP address of the router
MAC address of the router
MAC address of the destination device
IP address of the destination host
26 The command, ip name-server, directs the device to a host running what service?
DNS
FTP
SMTP
SNMP
27 What is true about windowing?
It always requires separate acknowledgements for each segment sent.
It controls the amount of unacknowledged data allowed on a network.
If no acknowledgement is received, the sender must reestablish the connection.
TCP/IP measures data in terms of number of segments.
28 Which mode will a router enter if it is unable to locate a valid startup configuration file during the boot process?
Boot mode
Config mode
Setup mode
Startup mode
29 How many bits are in the network and subnet portion of a class B network with a subnet mask of 255.255.240.0?
18
19
20
21
30 Which router mode displays a prompt of Router>?
Global configuration mode
Privileged Executive mode
Setup mode
User Executive mode
31 If a router has a serial interface S0 with IP address 107.85.20.2 using a subnet mask of 255.255.255.240, what is the broadcast address used for hosts on this subnet?
107.85.20.15
107.85.20.255
107.85.255.255
107.255.255.255
32 A router received a packet with a destination address of 172.16.14.228. Assuming a subnet mask of 255.255.248.0, what is the subnet network address for the destination host?
172.16.1.0
172.16.4.0
172.16.8.0
172.16.12.0
33 How often are RIP updates broadcast?
Every 15 seconds
Every 30 seconds
Every 60 seconds
Every 90 seconds
34 What are the two basic functions used by a router to relay packets?
Filtering and switching
Path determination and filtering
Path determination and switching
Traffic analysis and filtering
35 What is the purpose of exterior routing protocols?
To transmit between nodes on a network
To deliver information within a single autonomous system
To communicate between autonomous systems
To set up a compatibility infrastructure between networks
36 Which command sequences are in the correct order when loading an updated copy of IOS into flash?
ping 210.93.105.1, show flash, copy tftp flash
show flash, ping 210.93.105.1, copy flash tftp
show flash, ping 210.93.105.1, show version
show version, copy tftp 210.93.105.1, show flash
37 Which statement is true concerning port addressing?
TCP ports 0-255 are for private applications
TCP ports above 1023 are for marketable applications
UDP ports 0-255 are for public applications
UDP ports 256-1023 are unregulated
38 What is used by a routing protocol to determine the best path to include in the routing table?
Convergence time
Default distance
Metric
Type of router
39 When MUST a default route be used?
The destination system is on a different network than the source.
The destination network is not directly connected to the router.
There is no entry in the routing table for the destination network.
The destination system is located on a stub network.
40 What is a typical OSI layer 2 error?
Broken cable
Cable connected to the wrong port
Improper clock rate settings on serial interfaces
Incorrect subnet mask
Hop Count
2 What is a solution to the problem of routing loops resulting from incorrect updates?
Count to infinity
3 Which IOS command turns off the translation of domain names to IP addresses?
no ip domain-name lookup
4 What is the correct sequence of initialization for a router that has a configuration file?
Loads bootstrap, loads operating system, loads configuration file
5 Which statement is true of the count to infinity problem in routing loops?
It is caused by the split horizon problem.
It is a result of the packet's TTL value becoming too great.
Only routers that use hybrid routing can overcome this problem.
Routers that use hold down timers can overcome the problem.
6 What is the function of the erase startup-config command?
It deletes the current IOS from NVRAM
It deletes the configuration file in RAM
It deletes the configuration file in NVRAM
It deletes the bootstrap image from Flash memory
7 What is the purpose of the show CDP neighbors command?
To provide a summary of what the configuration looks like on the local router.
To provide a summary of what the configurations look like on other directly-connected routers.
To provide a summary of what the configurations look like on remote non-connected routers.
To provide a summary of what the configurations look like on non-directly-connected routers.
8 From the following list, what is the correct order of data encapsulation? 1. Segments2. Bits3. Packets4. Frames
1-3-4-2
2-1-3-4
2-3-4-1
3-1-2-4
9 Which condition best describes convergence?
When messages simultaneously reach a router and a collision occurs
When several routers simultaneously route packets along the same path
When all routers in an internetwork have the same knowledge of the structure and topology of the internetwork
When several messages are being sent to the same destination
10 Which type of entries are usually contained in a routing table?
Broadcast addresses
Name server addresses
Network or wire addresses
Switch or hub addresses
11 At which OSI Layer does the Cisco Discovery Protocol (CDP) operate?
Layer 1
Layer 2
Layer 3
Layer 4
12 Which command is used to backup the active configuration file from a router to a network server?
copy tftp startup-config
copy running-config tftp
copy tftp flash
copy tftp NVRAM
13 Which term refers to the amount of data that can be transmitted before receiving an acknowledgement?
window size
closed connection
two way handshake
expectational acknowledgement
14 What will happen if routers have different sets of LSAs?
A check sum procedure is initiated and faulty routing tables repaired.
Routes become unreachable because routers disagree about a link.
A comparison is forced and subsequent convergence on a single routing table occurs.
A broadcast message is sent with the master copy of the routing table to all routers.
15 Which command should display RIP routing updates as they are sent and received?
Router# show ip rip
Router# debug ip protocols
Router# debug ip rip
Router# show ip rip update
16 What is exchanged to provide communication between two hosts' source and destination OSI peer layers?
Protocol data units
17 Which type of routing protocol ensures that all routers share a common topological database?
Distance vector
Link state
RIP
TCP/IP
18 Which command should identify destination network addresses and next hop pairs?
Router(config)# show ip protocol
Router# show ip table
Router> show ip route
Router(config-router)# show ip table
19 What is the function of ARP?
It is used to map a known MAC address to an unknown IP address.
It is used to develop a cached Layer 4 address resource table.
It is used to map a known IP address to an unknown MAC address.
It sends a broadcast message looking for the router IP address.
20 Which command will display the currently running Cisco IOS on a router?
Show ip interface
Show running-config
Show startup-config
Show version
21 Which router command allows the presentation of information during the log on process?
banner msg
banner motd
daily msg
daily motd
22 Which Layer 4 protocol is connection-oriented and reliable?
ICMP
TCP
TFTP
UDP
23 Which Cisco IOS command shows the configuration file stored in NVRAM?
show version
show running-config
show startup-config
show interfaces
24 Which command is used to download a new system image file from a TFTP server to a router?
Copy flash tftp
Copy nvram tftp
Copy tftp flash
Copy tftp nvram
25 When sending data to a host on a different network, which address does the source host encapsulate in the IP header?
IP address of the router
MAC address of the router
MAC address of the destination device
IP address of the destination host
26 The command, ip name-server, directs the device to a host running what service?
DNS
FTP
SMTP
SNMP
27 What is true about windowing?
It always requires separate acknowledgements for each segment sent.
It controls the amount of unacknowledged data allowed on a network.
If no acknowledgement is received, the sender must reestablish the connection.
TCP/IP measures data in terms of number of segments.
28 Which mode will a router enter if it is unable to locate a valid startup configuration file during the boot process?
Boot mode
Config mode
Setup mode
Startup mode
29 How many bits are in the network and subnet portion of a class B network with a subnet mask of 255.255.240.0?
18
19
20
21
30 Which router mode displays a prompt of Router>?
Global configuration mode
Privileged Executive mode
Setup mode
User Executive mode
31 If a router has a serial interface S0 with IP address 107.85.20.2 using a subnet mask of 255.255.255.240, what is the broadcast address used for hosts on this subnet?
107.85.20.15
107.85.20.255
107.85.255.255
107.255.255.255
32 A router received a packet with a destination address of 172.16.14.228. Assuming a subnet mask of 255.255.248.0, what is the subnet network address for the destination host?
172.16.1.0
172.16.4.0
172.16.8.0
172.16.12.0
33 How often are RIP updates broadcast?
Every 15 seconds
Every 30 seconds
Every 60 seconds
Every 90 seconds
34 What are the two basic functions used by a router to relay packets?
Filtering and switching
Path determination and filtering
Path determination and switching
Traffic analysis and filtering
35 What is the purpose of exterior routing protocols?
To transmit between nodes on a network
To deliver information within a single autonomous system
To communicate between autonomous systems
To set up a compatibility infrastructure between networks
36 Which command sequences are in the correct order when loading an updated copy of IOS into flash?
ping 210.93.105.1, show flash, copy tftp flash
show flash, ping 210.93.105.1, copy flash tftp
show flash, ping 210.93.105.1, show version
show version, copy tftp 210.93.105.1, show flash
37 Which statement is true concerning port addressing?
TCP ports 0-255 are for private applications
TCP ports above 1023 are for marketable applications
UDP ports 0-255 are for public applications
UDP ports 256-1023 are unregulated
38 What is used by a routing protocol to determine the best path to include in the routing table?
Convergence time
Default distance
Metric
Type of router
39 When MUST a default route be used?
The destination system is on a different network than the source.
The destination network is not directly connected to the router.
There is no entry in the routing table for the destination network.
The destination system is located on a stub network.
40 What is a typical OSI layer 2 error?
Broken cable
Cable connected to the wrong port
Improper clock rate settings on serial interfaces
Incorrect subnet mask
Originally posted by dirt bike dave
Looks like someone has a take-home final exam.
Even if I knew the answers, my ethics would prevent me from giving them to you (until after your check cleared)
Looks like someone has a take-home final exam.
Even if I knew the answers, my ethics would prevent me from giving them to you (until after your check cleared)

Didn't have a floppy disk at school to use, so this was the first place I thought to put it.
If anyone wants to help answer some of them, feel free. It'll help in my studying.



