What is the default distance between two nodes in the initial routing table, if these two nodes are not immediate neighbors in distance vector routing?
A. Maximum distance in the routing table of the node
B. Minimum distance in the routing table of the node
C. Infinite distance that is unreachable
D. Total sum of the distances in the routing table
Which statement is correct about routing tables in distance vector routing?
A. Routing tables have entry for only immediate neighbouring nodes
B. Routing tables have entry for all the nodes in the network
C. Routing tables have entry for those nodes who have minimum distance
D. Routing tables have entry for those nodes who have maximum distance
Which of the following is not a similarity between flooding and distance vector routing?
A. Finding shortest paths
B. Using less setup
C. Using local knowledge
D. Using hop count metric
How tables are updated in the distance vector routing algorithm?
A. Using flooding technique
B. By retrieving the information from all the nodes directly
C. By interchanging the information with neighbour nodes
D. By exchanging the information with a central device
What is the other name for distance vector routing algorithm?
A. Ford and fullman algorithm
B. Bellman €? ford algorithm
C. Ford and fulkerson algorithm
D. Bellman €? fulkerson algorithm
The code that changes the value of the semaphore is ____________
A. Remainder section code
B. Non €? critical section code
C. Critical section code
D. None of the mentioned
If the semaphore value is negative ____________
A. Its magnitude is the number of processes waiting on that semaphore
B. It is invalid
C. No operation can be further performed on it until the signal operation is performed on it
D. None of the mentioned