Software Engineering ยท Distributed Systems
The system keeps responding to requests even when part of it has failed โ one of the three properties in the CAP theorem.
Example: An e-commerce site that keeps taking orders even though its recommendation engine is down.
In practice: High availability is usually achieved through redundancy โ multiple instances, multiple regions โ so no single failure takes the whole system down.