Describe a baseline and explain how a baseline can point to problems on a server or the network.

What will be an ideal response?

Part of any proper performance monitor is the facility to create a baseline: a log of performance indicators such as CPU usage, network utilization, and other values to give you a picture of your network and servers when they are working correctly. A major change in these values can point to problems on a server or the network as a whole.
 

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct abbreviated prefix for IPv6 address 0880:BB70:BBBB:0000:0000:0000:0000:0113, assuming a mask of /32?

A) 880:BB70::/32 B) 880:BB70:BBBB::/32 C) 880:BB70:BBBB::0113/32 D) ::0113/32

Computer Science & Information Technology

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

1. When you write a stand-alone statement to increment a variable, the prefix operator is faster than the post fix version. 2. The first line of the for loop is known as the loop title. 3. It is possible to write a for loop in such a way that it will never iterate. 4. Not only may the counter variable of a for loop be initialized in the initialization expression, but it may also be declared there.

Computer Science & Information Technology