Availability (ระบบเปิดอยู่และเข้าถึงได้) และ reliability (ระบบทำงานได้อย่างถูกต้อง) เป็นความต้องการเชิงคุณภาพ (non-functional requirements) ที่สำคัญ การทำให้เกิดขึ้นได้เกี่ยวข้องกับ redundancy, fault tolerance, การกำจัด single point of failure และการจัดการความล้มเหลวอย่างนุ่มนวล
Availability กับ reliability
AVAILABILITY → the system is UP and responsive (accessible when needed):
→ measured as uptime % ("nines": 99.9% = ~8.7h/year down; 99.99% = ~52min/year)
RELIABILITY → the system works CORRECTLY (does what it should, without failures/errors):
→ related but distinct (a system can be up but returning wrong results — available but
unreliable)
→ both matter: users need the system available AND working correctly.
