What is the importance of a default route?
What will be an ideal response?
When a router receives a packet, it looks at the destination IP address to determine where to send the packet. If the router has an entry for the network that the packet is intended for, then everything is fine, and it forwards the packet. However, if there is no entry in the routing table and no default route, then the router does not keep the packet; it simply discards it. If a default route is entered, then the router forwards the packet out the interface listed in the routing table so the packet is not discarded.
You might also like to view...
What is the output of the following code:
``` double x = 5.5; int y = (int)x; System.out.println("x is " + x + " and y is " + y); ``` a. x is 5 and y is 6 b. x is 6.0 and y is 6.0 c. x is 6 and y is 6 d. x is 5.5 and y is 5 e. x is 5.5 and y is 5.0
You can choose for a Calendar event to occur multiple times by using which option?
a. Repeat b. Multiple Dates c. Replicate
What does the Hand tool do?
What will be an ideal response?
?What determines the size of words in a word cloud?
A. ?length of the word or phrase B. ?difficulty in pronouncing the word or phrase C. ?whether the word is a pronounĀ D. ?frequency of occurrence of the word in source documents