Which systems generate ICMP route redirect messages – routers, hosts, or both?

What will be an ideal response?


Routers. A router sends the ICMP Redirect messages when the destination address of a packet is not reachable through any of its own interfaces, but the router knows the correct gateway to deliver the packet via another router.

Computer Science & Information Technology

You might also like to view...

Which of the following expressions could be used to perform a case-insensitive comparison of two String objects named str1 and str2?

a. str1.equalsIgnoreCase(str2) b. str1.equalsInsensitive(str2) c. str1 != str2 d. str1 || str2

Computer Science & Information Technology

A(n) ____ displays a small visual preview of the layer on the Layers panel.

a. icon b. button c. thumbnail d. mini-layer

Computer Science & Information Technology

A macro is an action or set of actions can ________ tasks within Excel

Fill in the blank(s) with correct word

Computer Science & Information Technology

The message() function below invokes the alert() ____________________ to display its message.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology