What are the main advantages and disadvantages of full-mesh topologies and partial-mesh topologies?

What will be an ideal response?


The advantage of a full-mesh topology is the high redundancy, which provides the most reliable connectivity between any two nodes; the likelihood of being able to connect two random nodes is very high even when there are multiple pathway failures.The downside is that it is costly to scale and requires more cable than any other hard-wired implementation.
The advantages of a partial-mesh topology are the increased redundancy (though it is much less redundant that fullmesh) and selective optimization of pathways.The disadvantage is that for this to be successful, it requires a lot of study of the network traffic and a lot of prediction to choose the paths wisely.Partial-mesh topology still requires a significant volume of cable in hard-wired networks as well.

Computer Science & Information Technology

You might also like to view...

Which type of social media site are Twitter and Tumblr?

a.Bookmarking b.Forum c.Microblog d.Wiki

Computer Science & Information Technology

Through the onscreen display (OSD) menu, the technician has selected the proper video input; however, nothing displays on the monitor. What are the two most likely problems? (Select two.)

A) The wrong driver is installed. B) A cable is not connected securely on either end. C) The display backlight is broken. D) The display power supply is faulty. E) No device is sending video to the display.

Computer Science & Information Technology

To fill the object with a different color, use the Shape Fill button on the contextual Format tab.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Will the following program terminate?

int balance = 10; while (true) { if (balance < 9) break; balance = balance - 9; } a. Yes b. No

Computer Science & Information Technology