The WLC port that is used to connect to a peer controller for high availability (HA) operation is known as what?

A) Service port
B) Redundancy port
C) Console port
D) Distribution system port


Ans: B) Redundancy port

Computer Science & Information Technology

You might also like to view...

What will be displayed after the following code snippet runs?

``` function itLoops() { var m = 0; var k = 0; var p = 0; while (m < 3) { k = m; for (p = 1; p < 6; p+=3) { k = k + p; document.write(k + " "); } document.write("
"); m++; } } ``` a. 1 5 2 6 3 7 b. 0 4 1 5 2 6 c. 1 5 2 6 3 7 4 8 d. 2 6 3 7

Computer Science & Information Technology

To add a visual hierarchical structure to a list of items, use a ________ list

A) bulleted B) multibulleted C) multilevel D) numbered

Computer Science & Information Technology

The ________ outline symbol indicates that a document has subordinate heading or body text paragraphs

A) promote B) demote C) plus D) minus

Computer Science & Information Technology

In order to use the Active Directory Recycle Bin, all DCs in the forest must be running at least what Windows Server operating system?

A. Windows Server 2003 R2 B. Windows Server 2008 C. Windows Server 2008 R2 D. Windows Server 2012

Computer Science & Information Technology