9. Introduction to IP routing Flashcards

1
Q

Which is not a routing protocol?

A. RIP
B. RIPv2
C. RIPv3
D. EIGRP

A

C.

Yep, you got it. RIP, RIPv2, and EIGRP are all examples of routing protocols; RIPv3 is nonexistent.

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

Which of these best describes dynamic routing?

A. All network addresses must be hand-typed into the routing table.

B. Only a portion of the network address must be hand-typed into the routing table.

C. Routing tables are updated automatically when changes occur in the network.

D. A and B.

A

C.

In dynamic routing, routers update each other about all the networks they know about and place this information into the routing table. This is possible because a protocol on one router communicates with the same protocol running on neighbor routers. If changes occur in the network, a dynamic routing protocol automatically informs all routers about the event.

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

Which is true regarding dynamic routing?

A. Static routers are best in large networks and thus better to use than dynamic routing protocols.

B. Static routers are automatically added to the routing table but dynamic routes must be added by hand.

C. U must use a DNS and WINS server when configuring dynamic routing.

D. Dynamic routes are automatically added to the routing table.

A

D.

Dynamic routing scales well in large networks and routes are automatically added into the routing table. Static routing is done hand by hand, one route at a time into each router.

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

Which of the following is true for MAC addresses?

A. MAC addresses are never local on the LAN and allways pass through a router.

B. MAC addresses are allways local on the LAN and never go through or past a router.

C. MAC addresses will allways be the IP address of the Fa0/0 interface.

D. None of the above.

A

B.

Media Acces Control (MAC) addresses are allways local on the LAN and never go through and past a router.

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

What is it called when protocols update their forwarding tables after changes have occured?

A. Name resolution
B. Routing
C. Convergence
D. ARP resolution

A

C.

Routing convergence is the time required by the routing protocols to update the routing tables (forwarding tables) on all routers in the network.

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

What command would be used to view the ARP cache on your host?

A. C:\ > show ip route
B. C:\ > show ip arp
C. C:\ > show protocols
D. C:\ > arp -a

A

D.

The arp -a command will show the ARP cache on your host.

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

What happens when a router receives a packet for a network that isn’t listed in the routing table?

A. It forwards the packet to the next availible router.
B . It holds the packet untill the address is updated in the routing table.
C. The router will use RIP to inform the host that it can’t send the packet.
D. None of the above.

A

D.

Hope you answered D! A router will not send a broadcast looking for the remote network–the router will discard the packet.

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

Which of the following is not a distance-vector protocol?

A. RIPv1
B. RIPv2
C. OSPF
D. IGRP

A

C.

RIPv1 and 2 and IGRP are all distance-vector (DV) protocols. Routers using a DV protocol send all or parts of their routing table in a routing-update mesage at a regular interval to each of their neighbor routers.

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

Which 2 of the following are Link-State protocols?

A. RIPv1
B. RIPv2
C.OSPF
D. IS-IS
E. IGRP

A

C, D.

Open Shortest Path First (OSPF) and Intermediate System-to-Intermediadte System (ISIS) are link-state (LS) routing protocols.

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

Which of the following is a hybrid routing protocol?

A. RIPv2
B. EIGRP
C. IS-IS
D> IGRP

A

B.

The only protocol you could select is Enhanced Interior Gateway Routing Protocol (EIGRP).

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

What does the acronym EIGRP stand for?

A. Enhanced Interior Gateway Routing Protocol
B. Enhanced Inside Gateway Redundancy Protocol
C. Enhanced Interior Group Reliability Protocol
D. Enhanced Interior Gateway Redundancy Protocol

A

A.

Interior Gateway Routing Protocol is a distance-vector (DV) interior gateway protocol.

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

What EGP protocol is used on the Internet?

A. GGP
B. EGP
C. BGP
D. IGP

A

C.

Border Gateway Protocol (BGP) is the most popular choice for ISPs or really large corporation.

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

What are the 2 categories of IGP protocols? (Choose 2.)

A. Link-State
B. Static
C. Distance-Vector
D. EGP

A

A, C.

Distance-vector (DV) and Link-State (LS) are the 2 routing protocols to remember.

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

What 2 pieces of information does a router require to make a routing decision? (Choose 2.)

A. Destination network (address)
B. Destination MAC address
C. Application layer protocol
D. Neighbor router

A

A, D.

A frame uses a local MAC address (router) to send a packet on the LAN. The frame will take the packet to either a host on the LAN or a router’s interface if the packet is destined for a remote network, which would be sent to the neighbor router.

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

Where does a frame have to carry a packet to if it is destined for a remote network?

A. Default Gateway
B. Destination MAC address
C. Switch
D. Hub

A

A.

I hope you said A! Packets specifically have to be carried to a router in order to be routed through a network.

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

Where along the IP routing process does a packet get changed?

A. Router
B. Host A
C. Destinbation device
D. Host B

A

C.

Remember that the frame changes at each hop but that the packet is never changed in any way until it reaches the destination device.

17
Q

When all routers in a network agreeabout the path from one point to another, the network is said to be what?

A. Dynamic
B. Static
C. Happy
D. Converged

A

D.

When the routing tables are complete because they include information about all networks in the internetwork, they are considered converged.

18
Q

What type of request must a client send if it does not know the destination MAC address?

A. ARP broadcast
B. Multicast
C. ICMP redirect
D. Reverse ARP

A

A.

This is step 6 in the IP routing process. If the hardware address isn’t in the ARP cache of the host, an ARP broadcast is sent out onto the local network to search for the hardware address.

19
Q

You need to perform maintenance on a router in your coperate office. It is important that the network does not go down. What can you do to accomplsh your goal?

A. Configure BGP on the router

B. Implement NAT on the router

C. Configure on the router a static route that temporarily reroutes traffic through another office.

D. Implement convergence on the router

A

C.

The best answer would be to reroute traffic using a temporary static route until the maintenance is complete on the router.

20
Q

When are you most likely to see a Request Timed Out message?

A. When an unknowm error has occured
B. When you have used the arp -a command incorrectly
C. When a known error has occured
D. When you are using a hybrid routing protocol.

A

A.

You are most likely to see a Request Time Out message when (if) a packet lost on the way back to the originating host for an unknown error. Remember, if the error occurs because of a known issue, you are likely to see a Destination Unreachable message.