Which of the following is a disadvantage of static routing?
A. Unresponsive to changes.
B. High network utilization due to updates.
C. RIP updates will need to be transmitted via TCP.
D. Packet destination cannot be controlled
Answer: A. Unresponsive to changes.
Computer Science & Information Technology
You might also like to view...
A __________ is an instance of a program running on a computer.
A. process B. process switch C. thread D. thread switch
Computer Science & Information Technology
What is the value in x after this code is executed? int i = 4; int x = ++i;
A. 4 B. 5 C. 6 D. The statement won’t compile.
Computer Science & Information Technology