The term IP routing refers explicitly to which of the following actions?
A) Learning routes
B) Dynamically establishing routes using IP protocols
C) Forwarding packets
D) Establishing protocols for routes
C
Explanation: C) While the other actions are an important part of networking, IP routing is simply the action of forwarding packets.
You might also like to view...
A host server in a small business environment does not have virtual switching configured. The NIC on a guest is configured with an IP address that is on a different subnet from the host server. Which of the following would MOST likely happen in this case?
A. The guest will not have network access to the host or network resources. B. The guest would have access to all network resources. C. The guest would have network access to everything but the host. D. The guest will have network access to the host server.
The statement ____ assigns the string "Madrid" to the first element in thestrCitiesarray.
A. strCities(0) = Madrid B. strCities(0) = "Madrid" C. strCities(1) = Madrid D. strCities(0) = {Madrid}