The VTP ____ option reduces the number of VTP updates that traverse a link.
A. transparent
B. client
C. server
D. pruning
Answer: D
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
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
Use the href element to create a link
Indicate whether the statement is true or false
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