• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is Relaibility = Correctness + Availability or something else?

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like the thread for Horizontal scaling got side conversation on what is Reliability is, so I figured this topic deserves its own thread.

So is reliability = correctness + availability or is it something else?

Any thoughts,

Heading to part 3 exam tomorrow, so it would be great to hear your thoughts and any tips on part 3

Henry
 
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is brilliant:

Relaibility = Correctness + Availability

I think it is exactly the relationship among the three. Wait, how about this:

Relaibility = Correctness + Availability + Responsiveness
 
Bigwood Liu
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Henry Naftulin wrote:It looks like the thread for Horizontal scaling got side conversation on what is Reliability is, so I figured this topic deserves its own thread.

So is reliability = correctness + availability or is it something else?

Any thoughts,

Heading to part 3 exam tomorrow, so it would be great to hear your thoughts and any tips on part 3

Henry



Search this forum for part 3 questions, you will get all the questions I got .
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Henry Naftulin wrote:It looks like the thread for Horizontal scaling got side conversation on what is Reliability is, so I figured this topic deserves its own thread.

So is reliability = correctness + availability or is it something else?

Any thoughts,

Heading to part 3 exam tomorrow, so it would be great to hear your thoughts and any tips on part 3

Henry



This formula is great!
Reliability is the ability of a system to provide correclty its functions in a specified time.
 
reply
    Bookmark Topic Watch Topic
  • New Topic