Which options are valid reasons to implement VLANs on a network?

A) Decreases the number of broadcast domains
B) Reduces the number of collisions on a network
C) Increases the number of broadcast domains
D) Reduces the STP workload


C, D
Explanation: C) Implementing VLANs on a network has a number of advantages: It allows the creation of multiple broadcast domains; it limits the amount of unnecessary traffic; it reduces the STP load on a switch; it increases security; it provides for more flexible designs; it reduces the CPU overhead on a switch (when well designed); and it helps with troubleshooting by limiting the failure domain.
D) Implementing VLANs on a network has a number of advantages: It allows the creation of multiple broadcast domains; it limits the amount of unnecessary traffic; it reduces the STP load on a switch; it increases security; it provides for more flexible designs; it reduces the CPU overhead on a switch (when well designed); and it helps with troubleshooting by limiting the failure domain.

Computer Science & Information Technology

You might also like to view...

Name the stack operations as implemented in the text. Tell what each does.

What will be an ideal response?

Computer Science & Information Technology

After the following program is finished, how many bytes are written to the file t.dat?

``` import java.io.*; public class Test { public static void main(String[] args) throws IOException { DataOutputStream output = new DataOutputStream( new FileOutputStream("t.dat")); output.writeUTFString("ABCD"); output.close(); } } ``` a. 2 bytes. b. 4 bytes. c. 6 bytes. d. 8 bytes. e. 10 bytes.

Computer Science & Information Technology

Union queries can be created in:

A) Design view or SQL view. B) Design view, Datasheet view or SQL view. C) Design view only. D) SQL view only.

Computer Science & Information Technology

Devices with _______ technology communicate with direct light between ports on the devices.

A. infrared B. Bluetooth C. cable D. wired

Computer Science & Information Technology