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...

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

1) An exception will be propagated until it is caught and handled or until it is passed out of the main method. 2) A throw statement is used to begin exception propagation. 3) The getMessage method of the Exception class prints out the stack trace, which helps the user to track down the source of the exception. 4) When accessing an element of an array, if the index is outside of the range of the indexes of the array, an exception is thrown. 5) In practice, it is important to catch all exceptions that might be thrown by a program.

Computer Science & Information Technology

Which of the following terms describes a WLC's ability to automatically choose and configure the RF channel used by each AP, based on other active access points in the area?

A) Self-healing wireless coverage B) Flexible client roaming C) Dynamic channel assignment D) RF monitoring

Computer Science & Information Technology