What is the difference between a fault and a failure in relation to networking?

What will be an ideal response?


ANSWER: The difference between failures and faults is as follows:
* failure-A deviation from a specified level of system performance for a given period of time. In other words, a failure occurs when something doesn't work as promised or as planned. For example, if your car breaks down on the highway, you can consider the breakdown to be a failure.
* fault-A malfunction of one component of a system. A fault can result in a failure. For example, the fault that caused your car to break down might be a leaking water pump. The goal of fault-tolerant systems is to prevent faults from progressing to failures.

Computer Science & Information Technology

You might also like to view...

MC Which of the following is not a syntax error?

a) Placing statements between a try suite and its first except handler. b) Placing statements between the last except handler and the else clause. c) Placing statements between the try suite and the finally clause. d) None of the above.

Computer Science & Information Technology

Every app that derives from class System.Windows.Forms.Form inherits an Overridable method named ________ where most graphics operations are performed.

a) OnPaint b) Paint c) Draw d) None of the above.

Computer Science & Information Technology

The functest.html page contains text boxes and a button that can be used to evaluate expressions of the form X*Math.random()+Y, where X and Y are values entered by the user. Use the page to determine the range of random numbers generated by each of the following expressions. You will need to evaluate each expression multiple times in order to be assured of obtaining the full range of values. Descriptions of the first two expressions are already provided for you.

What will be an ideal response?

Computer Science & Information Technology

____ establishes standards for communications between file servers and client software applications.

A. TCP B. HTTP C. IP D. HTCP

Computer Science & Information Technology