Keeping an authoritative and timely record of network devices and their settings is a key activity of which of the following?

A. Project management
B. Quality of service
C. Configuration management
D. Bandwidth shaping

Answer: C. Configuration management

Computer Science & Information Technology

You might also like to view...

A parameter is a temporary storage location that holds values, whether numeric, strings, or objects.

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

Computer Science & Information Technology

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

1. The strlen function returns a C-string's length and adds one for \0. 2. The ftoa function converts a floating-point value to an ASCII value. 3. By being able to pass arrays as arguments, you can write your own functions for processing C-strings. 4. The C++ library provides functions for converting a string representation of a number to a numeric data type and vice-versa. 5. If an uppercase character is passed as an argument to the toupper function, the result will be an uppercase character.

Computer Science & Information Technology