10 10 votes If there are $n$ devices (nodes) in a network, what is the number of cable links required for a fully connected mesh and a star topology respectively $n(n-1)/2$, $n-1$ $n$, $n-1$ $n-1$, $n$ $n-1$, $n(n -1)/ 2$ Computer Networks isro2017 computer-networks network-topologies + – sh!va 11.9k views answer comment Share Follow Print See 1 comment 1 1 comment reply pranay562 commented Jan 7, 2020 reply Follow flag Option A is correct. 5 5 replyShare Please log in or register to add a comment.
Best answer 6 6 votes A) n(n-1)/2 and n-1 pawan kumarln answered May 8, 2017 • selected Aug 13, 2017 by pawan kumarln pawan kumarln comment Share Follow See all 3 Comments 3 3 Comments reply Manoja Rajalakshmi A commented Dec 12, 2017 reply Follow flag In a full mesh topology, every computer in the network has a connection to each of the other computers in that network. The number of connections in this network can be calculated using the following formula (n is the number of computers in the network): n(n-1)/2 https://www.computerhope.com/jargon/m/mesh.htm 1 1 replyShare Mr.OOPs commented Apr 9, 2018 reply Follow flag @Manoja How you get n(n-1)/2 cables for mesh topology? expln plz 0 0 replyShare jacknroll commented Sep 4, 2025 reply Follow flag its only when duplex mode 0 0 replyShare Please log in or register to add a comment.
6 6 votes Mesh : Edges can be taken in nC2 = n(n-1)/2 cables Star : 1 node is connected to remaining nodes and the are (n-1) remaining nodes which required : (n-1) cables Angkit answered May 15, 2017 Angkit comment Share Follow See 1 comment 1 1 comment reply jdarshan5 commented Dec 19, 2022 reply Follow flag For star topology there are some prestigious websites where the answer is n, can we please confirm? 0 0 replyShare Please log in or register to add a comment.
3 3 votes A) n(n-1)/2 and n-1 Neeraj Chandrakar answered Oct 17, 2017 Neeraj Chandrakar comment Share Follow 0 reply Please log in or register to add a comment.
2 2 votes (n (n-1))/2, n Purvi Agrawal answered May 7, 2017 Purvi Agrawal comment Share Follow See 1 comment 1 1 comment reply shraddha_gami commented May 7, 2017 reply Follow flag n-1 b'cz central controller is also consider as device. 2 2 replyShare Please log in or register to add a comment.
0 0 votes Ans (A)Take one simple example of n = 4 If asked, Ring topology = n Bus topology = 1 Siddharth_Perkar answered Jul 18 Siddharth_Perkar comment Share Follow 0 reply Please log in or register to add a comment.