When a destination IP address matches more than one route in a router's IPv4 routing table, which route will be used?

A) The most specific route will be used.
B) The route with the longest prefix length mask.
C) The route with the shortest prefix length mask.
D) The least specific route will be used.


A, B
Explanation: A) The router will choose the most specific route that has the longest prefix length.
B) The router will choose the most specific route that has the longest prefix length.

Computer Science & Information Technology

You might also like to view...

C++ automatically places ________ at the end of a string literal.

A) a semicolon B) quotation marks C) the null terminator D) a newline escape sequence E) a blank

Computer Science & Information Technology

The letters ā€œpā€ and ā€œiā€ in the high-definition video picture format notations such as 720/30p and 1080/60i stand for _____ and _____ , respectively.

A. pixels; inches B. professional; intermediate C. progressive; interlaced D. pixels per inch; inches per pixel

Computer Science & Information Technology

Which of the following is true of the || operator?

a. It has two operands. b. It can have one operand. c. It is the logical OR operator. d. It returns true if either operands is true. e. It uses short circuit evaluation.

Computer Science & Information Technology

From the list below, which is a valid variable name?

A. jump_over B. _jumpover C. jumpOver_ D. All are valid.

Computer Science & Information Technology