Why is it not practical to use a fully meshed topology in a wired network that contains 10 or more PCs?

What will be an ideal response?

A fully meshed topology requires a physical connection to every other computer on the network. This means that even a small network (for example, 10 PCs) would need 45 separate pieces of cabling. The fully meshed topology is too expensive and too messy to be practical for a wired network.

Computer Science & Information Technology

You might also like to view...

When using Remote Assistance, what can someone do that is using an earlier Windows operating system?

A) Use Help and Support B) Use Online Help C) use Easy Connect D) use an invitation file

Computer Science & Information Technology

Given the following strucure definition, what is the correct way to initialize a variable called today?

struct DateType { int day; int month; int year; } a. DateType today(1,1,2000); b. DateType today = (1,1,2000); c. DateType today = {1,1,2000); d. DateType today = {1,1,2000,0);

Computer Science & Information Technology