What are the benefits of utilizing Virtual LANs to divide a network?

What will be an ideal response?


Using VLANs provide the following benefits:
* Create Logically grouped networks
* Improve performance by confining broadcast traffic to a subset of switch ports.
* Improve security by preventing traffic on one VLAN from being monitored or accessed from machines that are connected to other logical networks or VLANs.
* Save cost by partitioning the network without the overhead of adding specialized router equipment.

Computer Science & Information Technology

You might also like to view...

____________ provides a standard infrastructure for global electronic business.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is wrong with this while loop?

``` int count = 0; while(count < 50) { cout<

Computer Science & Information Technology

Access uses ________ to speed up the sorting process

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the CSS box model?

What will be an ideal response?

Computer Science & Information Technology