1/92
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
How does disaster recovery work?
It uses off-site or cloud backups to restore systems and data after a disaster or total loss.
How does fault tolerance work?
It uses duplicate hardware or software components so if one fails, others continue running without stopping the service.
What is a backup?
A backup is a copy of data stored safely to restore it if it's lost, deleted, or corrupted.
What is a real-life example of disaster recovery?
Like a spare house key hidden outside—you use it after losing the original key in a crisis.
What is a real-life example of fault tolerance?
Like a car with two engines—if one stops, the second keeps the car running.
What is disaster recovery?
Disaster recovery is restoring data after a major failure like fire, flood, or cyberattack using backup copies.
What is fault tolerance?
A system's ability to keep running without data loss even if one part fails, using redundancy like RAID or load balancers.
Why do we need backup?
To protect data from hardware failures, human errors, cyberattacks, natural disasters, or software issues.
A Physical Server is a real, tangible computer (hardware) located in a data center or server room.
It contains CPU, RAM, hard drives, and network cards—just like a personal computer but much more powerful.
It usually runs one operating system directly on the hardware.
Real-World Example: Imagine a big computer tower in an office running company email services. This tower is the physical server.
A Virtual Machine (VM) is a software-based computer that runs inside a physical server using virtualization software like VMware, Hyper-V, or VirtualBox.
Each VM behaves like a real computer, with its own OS, CPU, RAM, and storage, but it’s actually running as software on shared hardware.
Simple Example: Imagine the physical server as an apartment building 🏢 and each virtual machine as a separate apartment inside that building. Each tenant (VM) has its own furniture (OS and apps) but shares the same building (hardware).
Real-World Example of ESXi
You install ESXi on a bare-metal server and run multiple VMs like Database, Backup, and Application Servers independently on shared hardware.