Which options are true when referencing switch stacking technologies?

A) Each switch maintains its own MAC address table.
B) They use a single management IP address.
C) They use a single configuration file.
D) They run CDP, STP, and VTP separately.


B, C
Explanation: B) When a number of switches are configured into a stack, they each use a single management IP address, and they are managed through a single Telnet or SSH session and appear as a single switch. STP, VTP, and CDP are run on one of the switches (for all switches). They use a single configuration file, and they use a single MAC address table.
C) When a number of switches are configured into a stack, they each use a single management IP address, and they are managed through a single Telnet or SSH session and appear as a single switch. STP, VTP, and CDP are run on one of the switches (for all switches). They use a single configuration file, and they use a single MAC address table.

Computer Science & Information Technology

You might also like to view...

Select all that apply. Which of the statement(s) would be true if the following pseudocode was coded and executed?

``` Declare Integer needNumber Set needNumber = random(5, 10) ``` a. A random number is generated between 1 and 10. b. A random number is generated between 5 and 10. c. The numbers 5 and 10 are the arguments of the random number function. d. The needNumber variable will contain 5 values.

Computer Science & Information Technology

Indicate the contents of these variables after each of the following input operations is performed. Assume the file accessed by indata consists of the data shown and that each lettered group of operations occurs at the beginning of a program before any other data have been taken from the file.

int	a;
double	b;
char	c;
string name;

55 45.36SmithJones.....

A.
indata >> a >> b >> name;
B.
indata >> b >> a >> name;
C.
indata >> a >> name >> c;
D.
indata >> a;
getline ( indata, name );

Computer Science & Information Technology

You can tell if there are updates for Windows Store apps by just a glance at the Start screen. If updates are available, a number displays in the lower-right corner of the Store ________ indicating how many apps have available updates

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following measures satisfies the CIA requirement of availability in a SAN?

A. multi-pathing B. additional CPU cores C. using FCoE D. dynamic memory allocation

Computer Science & Information Technology