InterviewSolution
Saved Bookmarks
| 1. |
How many links are there for N nodes in the mesh topology?(a) 1(b) N(N+1)/2(c) N(d) N(N-1)/2The question was asked in unit test.This is a very interesting question from Topologies in division Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security |
|
Answer» RIGHT option is (d) N(N-1)/2 The EXPLANATION: There are N(N-1)/2 LINKS for N nodes. |
|