InterviewSolution
Saved Bookmarks
| 1. |
Where should we use default routing?(a) On stub networks- which have only one exit path out of the network(b) Which have more than one exit path out of the network(c) Minimum five exit paths out of the network(d) Maximum five exit paths out of the networkThis question was addressed to me in unit test.My enquiry is from RIP v1 in chapter Networking of Computer Network |
|
Answer» CORRECT CHOICE is (a) On stub NETWORKS- which have only one exit PATH out of the network Explanation: We MUST use default routing on stub networks. They have only one exit path out of the network, so there can be no specific path decided for such networks. |
|