1Which IPv4 address class has a first-octet range from 1 to 126?
Classful addressing
Easy
A.Class A
B.Class D
C.Class C
D.Class B
Correct Answer: Class A
Explanation:
Class A addresses use first-octet values from 1 to 126.
Incorrect! Try again.
2What is the default subnet mask of a Class C network?
Classful addressing
Easy
A.255.0.0.0
B.255.255.255.255, which identifies one specific host rather than a Class C network
C.255.255.0.0
D.255.255.255.0
Correct Answer: 255.255.255.0
Explanation:
A Class C network uses the default subnet mask 255.255.255.0, also written as .
Incorrect! Try again.
3Which statement correctly describes a private IPv4 address?
Public and private addresses
Easy
A.It must be assigned by an ISP
B.It is not globally routable
C.It is used only by routers
D.It identifies every Internet host
Correct Answer: It is not globally routable
Explanation:
Private IPv4 addresses are intended for internal networks and are not routed directly over the public Internet.
Incorrect! Try again.
4Which address belongs to a private IPv4 address range?
Public and private addresses
Easy
A.192.168.1.10
B.172.40.1.1
C.200.10.10.1
D.8.8.8.8
Correct Answer: 192.168.1.10
Explanation:
The range 192.168.0.0 to 192.168.255.255 is reserved for private networks.
Incorrect! Try again.
5What is the primary function of NAT?
Network address translation (NAT)
Easy
A.Translate IP addresses
B.Select wireless channels automatically for all nearby network devices
C.Assign MAC addresses
D.Encrypt network packets
Correct Answer: Translate IP addresses
Explanation:
NAT translates addresses, commonly converting private addresses into public addresses and back.
Incorrect! Try again.
6Which is a common benefit of using NAT?
Network address translation (NAT)
Easy
A.It guarantees delivery of every packet
B.It increases the Ethernet frame size
C.It replaces all routing protocols
D.It conserves public IPv4 addresses
Correct Answer: It conserves public IPv4 addresses
Explanation:
NAT allows multiple private hosts to share one or more public IPv4 addresses.
Incorrect! Try again.
7How is a static route usually added to a router?
Static routing
Easy
A.By a DHCP client
B.By receiving detailed topology updates from every router in the network
C.By manual configuration
D.By automatic discovery
Correct Answer: By manual configuration
Explanation:
A network administrator manually configures a static route.
Incorrect! Try again.
8For which type of network is static routing generally most suitable?
Static routing
Easy
A.A global mobile network
B.A small stable network
C.A large changing network
D.A network with frequent path failures
Correct Answer: A small stable network
Explanation:
Static routing is simple and effective in small networks where routes rarely change.
Incorrect! Try again.
9What do dynamic routing protocols allow routers to do?
Dynamic routing
Easy
A.Assign a permanent IP address manually to every connected host
B.Translate private addresses
C.Learn routes automatically
D.Create Ethernet addresses
Correct Answer: Learn routes automatically
Explanation:
Dynamic routing protocols exchange routing information so routers can learn and update routes automatically.
Incorrect! Try again.
10What is a key advantage of dynamic routing over static routing?
Dynamic routing
Easy
A.It prevents all routing loops
B.It removes the need for IP addressing
C.It adapts to network changes
D.It requires no router resources
Correct Answer: It adapts to network changes
Explanation:
Dynamic routing can update routes when network links or paths change.
Incorrect! Try again.
11What information does a distance vector router commonly share with neighboring routers?
Distance vector routing
Easy
A.Its encryption keys
B.Its application files
C.Its complete database of every physical cable and device in the network
D.Its routing table
Correct Answer: Its routing table
Explanation:
Distance vector routers periodically share routing information with their directly connected neighbors.
Incorrect! Try again.
12In distance vector routing, what does the term "distance" represent?
Distance vector routing
Easy
A.A port number
B.A route metric
C.A MAC address
D.A packet payload
Correct Answer: A route metric
Explanation:
Distance is a metric used to measure the desirability or cost of a route.
Incorrect! Try again.
13Which metric does RIP use to select routes?
RIP
Easy
A.The total number of hosts configured throughout the destination network
B.Hop count
C.Propagation delay
D.Link bandwidth
Correct Answer: Hop count
Explanation:
RIP selects routes according to hop count, preferring the route with fewer router hops.
Incorrect! Try again.
14What is the maximum usable hop count in RIP?
RIP
Easy
A.16 hops
B.8 hops
C.15 hops
D.255 hops
Correct Answer: 15 hops
Explanation:
RIP supports routes of up to 15 hops; a hop count of 16 means the destination is unreachable.
Incorrect! Try again.
15What does a link state router build to calculate routes?
Link state routing
Easy
A.A translation table
B.A table containing only the MAC addresses of directly connected end devices
C.A topology map
D.A host application list
Correct Answer: A topology map
Explanation:
A link state router builds a map of the network topology and uses it to find paths.
Incorrect! Try again.
16Which algorithm is commonly associated with link state routing?
Link state routing
Easy
A.Dijkstra's algorithm
B.Bellman-Ford algorithm
C.Binary search algorithm
D.Round-robin algorithm
Correct Answer: Dijkstra's algorithm
Explanation:
Link state protocols commonly use Dijkstra's shortest path first algorithm.
Incorrect! Try again.
17What type of routing protocol is OSPF?
OSPF
Easy
A.A protocol that translates private addresses into public addresses at the network boundary
B.Link state
C.Path vector
D.Distance vector
Correct Answer: Link state
Explanation:
OSPF is a link state interior gateway routing protocol.
Incorrect! Try again.
18Which metric does OSPF use when selecting a route?
OSPF
Easy
A.Port number
B.Hop count
C.Cost
D.Packet size
Correct Answer: Cost
Explanation:
OSPF uses cost as its routing metric, commonly calculated using interface bandwidth.
Incorrect! Try again.
19Which IPv4 prefix represents the default route?
Default routing
Easy
A.127.0.0.0/8
B.169.254.0.0/16
C.0.0.0.0/0
D.255.255.255.255/32, which represents the limited broadcast address for the local network
Correct Answer: 0.0.0.0/0
Explanation:
The prefix 0.0.0.0/0 matches any IPv4 destination not covered by a more specific route.
Incorrect! Try again.
20When does a router normally use its default route?
Default routing
Easy
A.When a host requests a private address
B.When the destination is on the local link
C.When the router receives an Ethernet broadcast
D.When no more specific route matches
Correct Answer: When no more specific route matches
Explanation:
A router uses the default route when its routing table has no more specific match for the destination.
Incorrect! Try again.
21A host has the classful IPv4 address 172.18.45.9. Without subnetting, which part identifies its network?
Classful addressing
Medium
A.172.18.45.0
B.172.0.0.0
C.172.18.45.9
D.172.18.0.0
Correct Answer: 172.18.0.0
Explanation:
The first octet, 172, identifies a Class B address. Class B uses the default mask /16, so its classful network address is 172.18.0.0.
Incorrect! Try again.
22An organization is assigned the Class C network 200.10.8.0. How many usable host addresses are available if the default classful mask is used?
Classful addressing
Medium
A.65,534
B.256
C.254
D.510
Correct Answer: 254
Explanation:
A Class C network has 8 host bits. It provides usable addresses after excluding the network and broadcast addresses.
Incorrect! Try again.
23Which host can use its assigned address on a private LAN without requiring the address to be globally unique on the Internet?
Public and private addresses
Medium
A.A host using 10.24.8.7
B.A host using 150.20.4.9
C.A host using 200.1.1.10
D.A host using 8.8.8.8
Correct Answer: A host using 10.24.8.7
Explanation:
10.0.0.0/8 is an RFC 1918 private address range. Its addresses can be reused in different private networks and are not routed directly on the public Internet.
Incorrect! Try again.
24A company assigns 172.31.250.4 to an internal server. Which statement correctly describes this address?
Public and private addresses
Medium
A.It belongs to a public Class B range
B.It belongs to a private IPv4 range
C.It is a limited broadcast address
D.It is an IPv4 loopback address
Correct Answer: It belongs to a private IPv4 range
Explanation:
The private block 172.16.0.0/12 extends from 172.16.0.0 through 172.31.255.255, so 172.31.250.4 is private.
Incorrect! Try again.
25Three internal hosts simultaneously access the same web server through one public IPv4 address. How does Port Address Translation keep their sessions distinct?
Network address translation (NAT)
Medium
A.It assigns different source port mappings
B.It changes each server port to 80
C.It creates a separate routing protocol
D.It assigns different destination IP addresses
Correct Answer: It assigns different source port mappings
Explanation:
PAT maps private address-and-port combinations to a shared public address with distinct port numbers, allowing simultaneous sessions to be identified.
Incorrect! Try again.
26An internal web server at 192.168.1.20 must always be reachable through public address 203.0.113.20. Which NAT configuration best fits this requirement?
Network address translation (NAT)
Medium
A.A dynamic NAT address pool
B.A default route without translation
C.A static one-to-one NAT mapping
D.PAT using random source ports
Correct Answer: A static one-to-one NAT mapping
Explanation:
Static NAT permanently associates one private address with one public address, making it appropriate for a server that must be consistently reachable.
Incorrect! Try again.
27Router R1 reaches network 192.168.40.0/24 through neighboring router 10.0.0.2. Which static route is appropriate on R1?
Correct Answer: ip route 192.168.40.0 255.255.255.0 10.0.0.2
Explanation:
The route identifies the destination network and /24 mask, followed by the directly reachable next-hop address 10.0.0.2.
Incorrect! Try again.
28A backup static route is configured with a higher administrative distance than the primary route. When will the backup route enter the routing table?
Static routing
Medium
A.When the primary route becomes unavailable
B.When periodic updates are received
C.When its hop count becomes smaller
D.When the destination sends a request
Correct Answer: When the primary route becomes unavailable
Explanation:
A floating static route has a higher administrative distance, so it is installed only after the preferred route is removed or becomes unreachable.
Incorrect! Try again.
29A network frequently adds links and experiences occasional failures. What is the main operational advantage of dynamic routing over only static routing?
Dynamic routing
Medium
A.Packets no longer require destination addresses
B.Routes can adapt automatically to topology changes
C.Every path always uses the fewest hops
D.Routers stop maintaining routing tables
Correct Answer: Routes can adapt automatically to topology changes
Explanation:
Dynamic routing protocols exchange reachability information and recalculate routes when the topology changes, reducing manual reconfiguration.
Incorrect! Try again.
30A router learns the same destination from two routing protocols. What value is generally compared first to choose between routes learned from different protocol sources?
Dynamic routing
Medium
A.IP header checksum
B.Administrative distance
C.Destination MAC address
D.Transport-layer port
Correct Answer: Administrative distance
Explanation:
Administrative distance ranks the trustworthiness of route sources. The route with the lower administrative distance is generally preferred.
Incorrect! Try again.
31After a link failure, neighboring routers repeatedly advertise increasing metrics for an unreachable network. Which distance vector problem is occurring?
Distance vector routing
Medium
A.The designated-router election
B.The shortest-path-first calculation
C.The area summarization process
D.The count-to-infinity problem
Correct Answer: The count-to-infinity problem
Explanation:
Count-to-infinity occurs when routers incorrectly learn an unreachable route from one another and gradually increase its metric.
Incorrect! Try again.
32Router A learned a route to network N from Router B. Under split horizon, what should Router A do when sending an update back to Router B?
Distance vector routing
Medium
A.Advertise the route with metric zero
B.Flood the route through every interface
C.Omit the learned route from that update
D.Replace the route with a default route
Correct Answer: Omit the learned route from that update
Explanation:
Split horizon prevents a router from advertising a route back through the interface on which that route was learned, helping prevent loops.
Incorrect! Try again.
33RIP learns two routes to the same destination: one with 3 hops over a slow link and one with 5 hops over a fast link. Which route does RIP normally select?
RIP
Medium
A.Neither route because both exceed the limit
B.The route with 5 hops
C.Both routes based on bandwidth
D.The route with 3 hops
Correct Answer: The route with 3 hops
Explanation:
RIP uses hop count as its metric and selects the route with the smallest hop count, regardless of bandwidth.
Incorrect! Try again.
34A destination is reported with a hop count of 16 in RIP. How does a RIP router interpret that destination?
RIP
Medium
A.It is directly connected
B.It is unreachable
C.It requires a default route
D.It is 16 routers away
Correct Answer: It is unreachable
Explanation:
RIP supports usable metrics from 1 through 15. A metric of 16 represents infinity and therefore indicates an unreachable destination.
Incorrect! Try again.
35After receiving updated link-state information, what does a link-state router do to determine its preferred routes?
Link state routing
Medium
A.Copies the complete routing table of one neighbor
B.Requests a static route from the destination host
C.Runs a shortest-path algorithm on its topology database
D.Counts only the routers along each available path
Correct Answer: Runs a shortest-path algorithm on its topology database
Explanation:
A link-state router builds a topology database from flooded advertisements and runs a shortest-path algorithm, commonly Dijkstra's algorithm.
Incorrect! Try again.
36Why must routers in the same link-state area maintain synchronized link-state databases?
Link state routing
Medium
A.To assign identical IP addresses to interfaces
B.To forward every packet along identical links
C.To calculate routes from a consistent topology map
D.To eliminate the need for routing metrics
Correct Answer: To calculate routes from a consistent topology map
Explanation:
A consistent link-state database gives routers the same topology information, enabling reliable shortest-path calculations from each router's perspective.
Incorrect! Try again.
37An OSPF router can reach a network through Path X with costs 10, 5, and 20, or Path Y with costs 15 and 15. Which path is selected?
OSPF
Medium
A.Path X with total cost 35
B.Path X because it has more links
C.Path Y with total cost 30
D.Path Y because it has fewer routers
Correct Answer: Path Y with total cost 30
Explanation:
OSPF adds the interface costs along each path. Path X costs , while Path Y costs .
Incorrect! Try again.
38A multiarea OSPF design contains areas 0, 1, and 2. What is the primary role of area 0?
OSPF
Medium
A.It stores only external default routes
B.It provides NAT for other areas
C.It replaces all designated routers
D.It acts as the OSPF backbone area
Correct Answer: It acts as the OSPF backbone area
Explanation:
Area 0 is the OSPF backbone. Other areas normally connect to it so interarea routing information can pass through the backbone.
Incorrect! Try again.
39A router has routes for 10.1.0.0/16, 10.1.2.0/24, and 0.0.0.0/0. Which route is used for a packet addressed to 10.1.2.50?
Default routing
Medium
A.10.1.2.0/24
B.0.0.0.0/0
C.No route is selected
D.10.1.0.0/16
Correct Answer: 10.1.2.0/24
Explanation:
Routers use longest-prefix matching. The /24 route is the most specific matching entry for 10.1.2.50.
Incorrect! Try again.
40A branch router has one WAN connection to headquarters and several directly connected LANs. Why is a default route suitable for unknown remote destinations?
Default routing
Medium
A.The router no longer examines destination addresses
B.The WAN automatically receives a private address
C.All unknown traffic can use the single WAN next hop
D.All remote networks become directly connected
Correct Answer: All unknown traffic can use the single WAN next hop
Explanation:
A default route is useful on a stub router because destinations without a more specific match can all be forwarded toward the single exit path.
Incorrect! Try again.
41A router using strictly classful addressing receives a packet destined for 126.200.3.4. Which network address, directed broadcast address, and maximum usable host count apply?
Classful addressing
Hard
A.126.128.0.0, 126.255.255.255, and hosts
B.126.0.0.0, 126.255.255.255, and hosts
C.126.200.3.0, 126.200.3.255, and hosts
D.126.200.0.0, 126.200.255.255, and hosts
Correct Answer: 126.0.0.0, 126.255.255.255, and hosts
Explanation:
First octet 126 denotes a Class A address, whose default mask is /8. Thus the network is 126.0.0.0, the broadcast is 126.255.255.255, and the usable host count is .
Incorrect! Try again.
42Assuming the only exclusions being tested are the RFC 1918 private ranges, which address is eligible to be globally routed as a public unicast address?
Public and private addresses
Hard
A.172.31.255.254
B.10.255.255.254
C.172.32.0.1
D.192.168.0.1
Correct Answer: 172.32.0.1
Explanation:
The private ranges are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. The address 172.32.0.1 lies immediately outside 172.16.0.0/12.
Incorrect! Try again.
43A NAT device has a pool of eight public IPv4 addresses and uses only dynamic one-to-one NAT, without port translation. If every active internal host requires simultaneous Internet access, what is the maximum number of internal hosts that can be represented concurrently?
Network address translation (NAT)
Hard
A.65,534 hosts
B.16 hosts
C.8 hosts
D.254 hosts
Correct Answer: 8 hosts
Explanation:
Dynamic one-to-one NAT requires one public address per active internal host. With no PAT, ports cannot be used to multiplex additional hosts onto one address.
Incorrect! Try again.
44Two internal hosts simultaneously send TCP connections using the same source port to the same external server and destination port. Under PAT, how can the NAT device keep both flows distinct while using one public IPv4 address?
Network address translation (NAT)
Hard
A.It assigns different destination server ports
B.It changes one connection to use UDP
C.It preserves both identical tuples and distinguishes the sessions by examining application payloads in every packet
D.It assigns different translated source ports
Correct Answer: It assigns different translated source ports
Explanation:
PAT rewrites source ports so each flow has a unique translated transport tuple. The destination address and destination port normally remain unchanged.
Incorrect! Try again.
45An IPv4 TCP packet is fragmented before reaching a NAT device. Only the first fragment contains the TCP header. What capability is needed for the NAT device to translate the later fragments consistently?
Network address translation (NAT)
Hard
A.A separate public address for every received IP fragment
B.A rule that translates only the first fragment and forwards all later fragments without modifying their destination or source addresses
C.A routing update carrying the original TCP source port
D.A fragment-association cache keyed by IP fragmentation fields
Correct Answer: A fragment-association cache keyed by IP fragmentation fields
Explanation:
Later fragments lack TCP or UDP ports. NAT must associate them with the first fragment using fields such as source, destination, protocol, and identification.
Incorrect! Try again.
46A router contains ip route 203.0.113.0/24 192.0.2.9 and ip route 192.0.2.0/24 Serial0. Assuming both routes are active, how is a packet for 203.0.113.25 forwarded?
Static routing
Hard
A.It is dropped because the first route lacks an exit interface
B.It is sent through Serial0 after recursive next-hop resolution
C.It is sent directly to 203.0.113.25 through Serial0
D.It is broadcast to discover which interface owns 203.0.113.0/24
Correct Answer: It is sent through Serial0 after recursive next-hop resolution
Explanation:
The router recursively resolves next hop 192.0.2.9. Because that address is reachable through the static route for 192.0.2.0/24, the packet exits through Serial0.
Incorrect! Try again.
47A router learns 198.51.100.0/24 through OSPF with administrative distance 110. Which static route acts as a floating backup and becomes active only after the OSPF route disappears?
Static routing
Hard
A.A static route with administrative distance 1
B.A static route with administrative distance 90
C.A static route with administrative distance 200
D.A static route with administrative distance 110
Correct Answer: A static route with administrative distance 200
Explanation:
A floating static route must have a higher administrative distance than the primary route. Distance 200 loses to OSPF's 110 while OSPF is available.
Incorrect! Try again.
48For the same destination prefix, a router has a static route with administrative distance 1, an OSPF route with distance 110, and a RIP route with distance 120. The RIP route has the numerically smallest protocol metric. Which route is installed?
Dynamic routing
Hard
A.The RIP route
B.All routes are installed because metrics from unrelated routing protocols can be compared directly to form an equal-cost set
C.The OSPF route
D.The static route
Correct Answer: The static route
Explanation:
Administrative distance selects between different route sources before protocol-specific metrics are considered. The static route has the lowest administrative distance.
Incorrect! Try again.
49Why can poison reverse fail to eliminate every routing loop in a distance-vector network containing three or more routers?
Distance vector routing
Hard
A.It prevents simple two-router loops but not every multi-router loop
B.It requires all links to have identical routing metrics
C.It applies only to directly connected destination networks
D.It prevents a router from advertising any unreachable destination, so distant routers must reconstruct complete topology maps independently
Correct Answer: It prevents simple two-router loops but not every multi-router loop
Explanation:
Poison reverse tells a neighbor that a route learned through that neighbor is unreachable. This blocks many two-node loops, but stale information can still circulate through longer paths.
Incorrect! Try again.
50Router X has link cost 4 to A and link cost 1 to B. A advertises distance 3 to destination D, while B advertises distance 7. After applying the Bellman-Ford rule, which route does X choose?
Distance vector routing
Hard
A.Via B with total cost 7
B.Via A with total cost 4
C.Via A with total cost 7
D.Via B with total cost 8
Correct Answer: Via A with total cost 7
Explanation:
Via A, the total is ; via B, it is . Therefore X selects A with cost 7.
Incorrect! Try again.
51A RIP router receives an advertisement reporting metric 15 for a destination from a directly connected neighbor. What metric does the receiving router assign to the candidate route?
RIP
Hard
A.15, because received metrics are installed unchanged
B.14, because one hop is removed during processing
C.255, because RIP uses 255 as its infinity value
D.16, so the candidate route is unreachable
Correct Answer: 16, so the candidate route is unreachable
Explanation:
RIP adds one hop when processing a neighbor's advertisement. Since RIP defines 16 as infinity, a received metric of 15 becomes unreachable.
Incorrect! Try again.
52Two sites use subnets 10.1.0.0/16 and 10.2.0.0/16, separated by a transit network from another classful major network. Why can RIPv1 cause reachability problems in this discontiguous design?
RIP
Hard
A.It rejects networks whose first octet is less than 128
B.It advertises both sites as the classful network 10.0.0.0
C.It treats the transit network as a directly connected RIP neighbor
D.It converts both /16 routes into host routes automatically
Correct Answer: It advertises both sites as the classful network 10.0.0.0
Explanation:
RIPv1 does not carry subnet masks and performs classful advertisement behavior. Across a different major network, both subnets can be summarized as 10.0.0.0, creating ambiguity.
Incorrect! Try again.
53A RIP router currently reaches network N through R1 at metric 2. It then receives an advertisement of metric 10 from R1 and metric 5 from R2. Assuming one hop is added to each received metric, what route should ultimately be preferred?
RIP
Hard
A.R2 with metric 5
B.R2 with metric 6
C.R1 with metric 2
D.R1 with metric 11
Correct Answer: R2 with metric 6
Explanation:
The route through the current next hop must reflect R1's worsened advertisement, giving metric 11. R2 offers , so it becomes the preferred next hop.
Incorrect! Try again.
54After a temporary partition, a router receives an old link-state advertisement and a newer advertisement for the same origin. Which mechanism primarily prevents the old information from replacing the newer topology state?
Link state routing
Hard
A.Administrative distances assigned to neighboring routers
B.Port numbers derived from the originating routing process
C.Sequence numbers associated with link-state advertisements
D.Hop counts carried in periodic distance vectors
Correct Answer: Sequence numbers associated with link-state advertisements
Explanation:
Link-state sequence numbers identify newer advertisements. Aging additionally removes obsolete information, but sequence comparison prevents an older LSA from superseding a newer one.
Incorrect! Try again.
55A link-state router A has links A-B of cost 2 and A-C of cost 5. Additional links are B-C of cost 1, B-D of cost 7, and C-D of cost 3. What shortest-path cost does Dijkstra's algorithm compute from A to D?
Link state routing
Hard
A.9
B.7
C.5
D.6
Correct Answer: 6
Explanation:
The shortest path is A-B-C-D with cost . The alternatives A-C-D and A-B-D each cost 8 and 9, respectively.
Incorrect! Try again.
56On an OSPF broadcast network, routers R1 and R2 are already DR and BDR. R3 then joins with a higher interface priority than both. No failures occur. What is the immediate election result?
OSPF
Hard
A.R3 becomes DR and R2 remains BDR
B.R3 becomes BDR while R1 remains DR
C.R1 remains DR and R2 remains BDR
D.R3 becomes DR and R1 becomes BDR
Correct Answer: R1 remains DR and R2 remains BDR
Explanation:
OSPF DR and BDR elections are non-preemptive. A newly arriving router does not replace an existing DR or BDR merely because it has a higher priority.
Incorrect! Try again.
57With the traditional OSPF reference bandwidth of 100 Mbps and integer interface costs, what problem occurs when both 1 Gbps and 10 Gbps links use default cost calculation?
OSPF
Hard
A.The 1 Gbps link receives a lower cost
B.Both links normally receive cost 1
C.The 10 Gbps link becomes ineligible for SPF
D.Both links normally receive cost 10
Correct Answer: Both links normally receive cost 1
Explanation:
OSPF cost is based on reference bandwidth divided by interface bandwidth, with a minimum integer cost of 1. Both links collapse to cost 1 unless the reference bandwidth is increased consistently.
Incorrect! Try again.
58An OSPF router learns the same prefix as an intra-area route with cost 50 and as an external route with a seemingly lower calculated cost of 10. Which route type is preferred?
OSPF
Hard
A.Both as equal-cost routes
B.The intra-area route
C.The external route
D.Whichever route has the newer LSA
Correct Answer: The intra-area route
Explanation:
OSPF first applies route-type preference: intra-area routes are preferred over inter-area and external routes. Costs are compared meaningfully within the applicable route-type selection rules.
Incorrect! Try again.
59A routing table contains 0.0.0.0/0 via A, 192.0.0.0/16 via B, and 192.0.2.0/24 via C. Through which next hop is a packet for 192.0.2.200 forwarded?
Default routing
Hard
A.Next hop B
B.All three next hops
C.Next hop C
D.Next hop A
Correct Answer: Next hop C
Explanation:
All three prefixes match, but /24 is the longest and therefore most specific match. The default route is used only when no more-specific installed route matches.
Incorrect! Try again.
60A router learns 0.0.0.0/0 from OSPF with administrative distance 110, from RIP with distance 120, and from a floating static route with distance 200. Assuming all are otherwise valid, which default route is installed?
Default routing
Hard
A.The floating static default route
B.All three default routes
C.The RIP default route
D.The OSPF default route
Correct Answer: The OSPF default route
Explanation:
Because all routes have the same prefix length, route-source preference is determined by administrative distance. OSPF's 110 is lower than RIP's 120 and the static route's configured 200.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →