MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the algorithm allows the sending host to impose policy on route?
A
link state
B
distance vector
C
path vector
D
all the mentioned
Explanation: 

Detailed explanation-1: -Distance vector routing algorithm is also called as Bellman-Ford algorithm or Ford Fulkerson algorithm as this algorithm is used to find the shortest route from one node to another node in the network.

Detailed explanation-2: -Modern routing protocols use two main distributed routing algorithms: Distance Vector: each node tells all its neighbors what it knows about the network; Link State: each node tells all the network what it knows about its neighbors.

Detailed explanation-3: -Border Gateway Protocol (BGP) was originally designed as a simple path vector protocol to share routing information between autonomous systems (ASs) which has today become the de facto inter-domain routing protocol enabling the Internet.

Detailed explanation-4: -Each node uses Dijkstra’s algorithm on the graph to calculate the optimal routes to all nodes. The Link state routing algorithm is also known as Dijkstra’s algorithm which is used to find the shortest path from one node to every other node in the network.

There is 1 question to complete.