Ch. 16 Configuring IPv4 Address Amd Routes Flashcards

0
Q

IP ____ delivers IP packets from the sending host to the destination host

A

Rotung

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

OSPF

A

Open shortest path first

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

PPS

A

Packets per second

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

ASIC

A

Application specific integrated circuits

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

CEF

A

Cisco express forwarding

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

The ____ route defines a route for one specific IP address configured on the router interface

A

Local

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

Almost all ____ networks use VLANs

A

Enterprise

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

ROAS

A

Router on a stick

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

_____ are made by creating multiple virtual router interfaces, one associated with each VLAN on that trunk

A

Subinterfaces

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

____ routing is a router that uses ROAS will need to route packets to other subnets in other parts of the enterprise network

A

Upstream

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

SVI

A

Switches virtual interfaces

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

____ IP addressing uses multiple networks or subnets on the same data link (this breaks subnetting rules discussed but it works)

A

Secondary

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

Subnet ____ or the ____ subnet is the one subnet in each classful network that has all binary 0s in the subnet part of the binary version of the subnet number

A

Zero, zero

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

A PC opens a command prompt and uses the ‘Ipconfig’ command to see that the Pc’s IP address and mask are 192.168.4.77 and 255.255.255.224. The user then runs a test using the ping 192.168.4.117 command. Which of the following answers is most likely to happen?
The PC sends packets directly to the host with address 192.168.4.117
The xp sends packets to its default gateway
The PC sends a DNS query looking for 192.168.4.117
The PC sends an ARP looking for the MAC address of the DHCP server

A

The PC sends packets to its default gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Router R1 lists a route in its routing table. Which of the following answers list a fact from a route, that the router then compares to the packet's destination address? (Choose 2)
Mask
Next-hop router
Subnet ID
Outgoing interface
A

Mask and subnet ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
Router 1 has a fast Ethernet interface 0/0 with IP address 10.1.1.1. The interface is connected to a switch. This connection is then migrated to use 802.1Q trunking. Which of the following commands could be part of a valid configuration for router 1s Fa0/0 interface? (Choose two)
Interface fastethernet 0/0.4
Dot1q enable
Dot1q enable 4
Trunking enable 
Trunking enable 4
Encapsulation dot1q 4
A

Interface fastethernet 0/0.4

Encapsulation dot1q 4

16
Q
A router is configured with the 'no ip subnet-zero' global configuration command. Which of the following interface subcommand would not be accepted by this router?
IP address 10.1.1.1 255.255.255.0
IP address 10.0.0.129 255.255.255.128
IP address 10.1.2.2 255.254.0.0
IP address 10.0.0.5 255.255.255.252
A

IP address 10.1.2.2 254.0.0

17
Q
A layer 3 switch has been configured to route IP packets between VLANs 1,2, and 3 which connect to subnets 172.20.1.0/25, 172.20.2.0/25, and 172.20.3.0/25 respectively. The engineer issues a 'show IP route' command on the layer 3 switch, listing the connected routes. Which of the following answers lists a piece of information that should be in at least one of the routes?
Interface gigabit Ethernet 0/0.3
Next-hop router 173.20.4.1
Interface VLAN 2
Mask 255.255.255.0
A

Interface VLAN 2

18
Q

An engineer configured a static IPv4 route on router 1. Which of the following pieces of information should not be listed as a parameter in the configuration command that created this static IP?
The destinations subnet IP
The next-hop routers IP address
The next hop routers neighboring interface
The subnet mask

A

The next-hops routers neighboring interface

19
Q

Which of the following commands correctly configures a static route?
IP route 10.1.3.0 255.255.255.0 10.1.130.253
IP route 10.1.3.0 serial 0
IP route 10.1.3.0 /24 10.1.130.253
IP route 10.1.3.0 /24 serial 0

A

IP route 10.1.3.0 255.255.255.0 10.1.130.253