in Computer Networks
784 views
0 votes
0 votes
Distance vector uses broadcasting for transfer of vectors among it neighbors. but can it use flooding for this purpose.

i am getting confused between flooding and broadcasting.
in Computer Networks
784 views

2 Answers

1 vote
1 vote
In flooding the vectors will be sent to each node irrespective of the fact that whether that particular node is a neighbour of the node or not but in broadcasting that is in DVR we send the distance vectors only to the neighbours that is local knowledge is there where as in LSR global knowledge is there.
0 votes
0 votes
In flooding the switch sends the frame to all because it doesn't know how to reach the destination.

In broadcasting the host that created the frame itself addressed the frame to everyone.