What does RMON use to collect traffic data at a remote switch and send the data to a management device?

A. Simple Network Management Protocol
B. User Datagram Protocol
C. Virtual Private Network
D. Wide Area Information Service


Answer: A

Computer Science & Information Technology

You might also like to view...

Choose a new, more descriptive name for the WhatIsIt function based on the result of the code below.

``` Function WhatIsIt(ByVal intRepeat as Integer) as Integer Dim intResult as Integer = 1 Dim intCount as Integer For intCount = 1 to intRepeat intResult = intResult * 2 Next intCount Return intResult End Function ``` a. PowersOfTwo b. SquareRootsOfTwo c. MultiplyByTwo d. TwoPlusTwo

Computer Science & Information Technology

On a segmented system, the dynamically expanded address consists of __________.

a. a segment number b. a displacement c. neither A nor B d. both A and B

Computer Science & Information Technology

Adding an integer to a date is a reasonable class operator function.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To assign a measurement value to a property, you assign the number that represents the measurement, immediately followed by the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology