Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
2 user(s) are online (2 user(s) are browsing encyclopedia)

Members: 0
Guests: 2

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Robustness

In the context of computer Software, robustness is the resilience of the system, especially when under stress or when confronted with invalid input. For example, an operating system is considered robust if it operates correctly when it is starved of memory or storage space, or when confronted with an application that has bugs or is behaving in an illegal fashion - such as trying to access memory or storage belonging to other tasks in a multitasking system.

Most modern computer designs have memory protection hardware allowing processes to be forcibly confined to their own memory space. In older designs, such as most 8-bit systems and many early 16-bit ones, this was not available, and thus system integrity was preserved mainly by clean design and careful coding. Thus the perceived robustness of a system became a major factor in debates about different machines and operating systems quality and performance.

It is the ability of the software system to maintain function even with the changes in internal structure or external enviornment