The VTP ____ option reduces the number of VTP updates that traverse a link.

A. transparent
B. client
C. server
D. pruning


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` public class Test { public static void main(String[] args) { new Person().printPerson(); new Student().printPerson(); } } class Student extends Person { @Override public String getInfo() { return "Student"; } } class Person { public String getInfo() { return "Person"; } public void printPerson() { System.out.println(getInfo()); } } ``` a. Person Person b. Person Student c. Stduent Student d. Student Person

Computer Science & Information Technology

Often, ____ schedules are used in an attempt to ensure that all areas of the organization are audited over a certain period of time.

A. spiral B. iterative C. rotating D. elevated

Computer Science & Information Technology

Use the href element to create a link

Indicate whether the statement is true or false

Computer Science & Information Technology

In the System Properties window, if a small ____ is present on the Network adapters device, there is a problem with the NIC or its driver.

A. exclamation mark B. question mark C. red ‘X' D. diagonal line

Computer Science & Information Technology