1/37
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is Recovery & When is it used?
It means getting back a lost or damaged file, folder, or system. Used Small-issues like Software crash, Accidental file deletion.
Example of Recovery
You delete a file by mistake and restore it from yesterday’s backup — that’s recovery.
What is Disaster Recovery & When is it used?
It means bringing back full IT systems after a big problem. Used in cases like fire, flood, power crashes or hacking.
Example of Disaster Recovery
Imagine your office servers are physically destroyed in a fire. Still You recover everything using cloud backup — that’s disaster recovery.
Recovery vs Disaster Recovery - Scope & Frequency & Goal
Recovery fixes small things by restoring particular files & folders and happens often. Disaster Recovery handles full system failures & rebuilds everything to keep the business running. and happens very rare.
What is Agent-Based Backup?
Backup Tools that uses small software or agent which are already installed inside the system to collect files and send backups to local, network or cloud storages.
How does Agent-Based Backup work?
So Basically it’s a kind of approach where the user installs lightweight software on each virtual machine (VM) they want to protect and perform backups.
Agent-Based Backup Like ?
Like placing a security guard inside each room who watches and reports everything to the control room.
What is Agentless Backup?
Backup Tools that doesn’t require any preinstalled software or agent inside the system. Instead they connect remotely to pull data for backup
How does Agentless Backup work?
It connects from outside and uses built-in tools like file-sharing, remote access, or backup settings to collect and save data.
Agentless Backup Like ?
Like flying a drone outside a building to watch through windows and record — without entering inside the building
When to use Agentless vs Agent-Based Backup?
Agentless is best for virtual/cloud servers where setup needs to be fast and lightweight.
Agent-Based is best for physical systems or where deep app-level control is needed.
What is Backup Encryption?
It means protecting your backup data by locking it with a password or secret key.
Even if someone tries to steal the backup, they can’t read it without the key.
It’s like putting your backup in a locked suitcase. Even if someone takes the suitcase, they can’t open it without the key.
Why is Backup Encryption important ?
Backup is Important due to 2 to 3 major reasons starting with
(Data Protection)
Even if your backup is stolen (like from a lost USB)
The data stays safe as a key is required to unlock the data.
(Protects sensitive info)
For businesses, backups may contain personal, medical, or financial data — because of which encryption is necessary to keep it confidential.
(Safe cloud storage)
Cloud backups without encryption are easy targets for hackers — encryption adds a strong protection layer.
Why is Backup Encryption important
Why is Backup Encryption important (
Real-life example of Backup Encryption
Your company backs up customer data to Google Cloud.
Without encryption = hacker can read the files.
With encryption = the files are just random code which requires a secret key for unlocking it.
What is Virtualization?
Virtualization is a technology that allows you to run multiple virtual machines (VMs) on a single physical machine. Each VM acts like a real computer with its own OS, CPU, RAM, and storage, but all share the physical server's hardware.
Real-world Example of Virtualization
Imagine one big server in your office. Using virtualization, you divide it into multiple small computers (VMs): one for email, one for web hosting, one for databases, and one for backup. Each VM does a separate job on the same hardware.
Why Do We Use Virtualization? - Cost Saving
You don't need to buy separate physical machines for each service. Instead you save money by running multiple services on one server.
Why Do We Use Virtualization? - Better Resource Utilization
Resources are not wasted like in underutilized physical machines. Instead we can use CPU, RAM, and storage more efficiently through Virtualization.
Why Do We Use Virtualization? - Easier Management
You can create, delete, or move VMs easily without touching the physical hardware.
Why Do We Use Virtualization? - High Availability & Backup
VMs are easier to back up, clone, and restore quickly compared to physical systems.
Key Component: Hypervisor
The hypervisor is software that creates and manages VMs. on one physical computer.
It shares CPU, memory, storage between the physical machine and virtual machine.
Key Component: Virtual Machine (VM)
A virtual machine is a software-based computer that runs on the hypervisor and behaves like a real computer.
Type 1 Hypervisor (Bare Metal)
Installed directly on the physical server. Examples: VMware ESXi, Microsoft Hyper-V. Offers better performance and is used in data centers.
Type 2 Hypervisor (Hosted)
Installed like an application on top of a host OS (like Windows/Linux). Examples: Oracle VirtualBox, VMware Workstation. Used mostly for testing or learning.
What is a Physical Server?
A physical server is a real, tangible computer (hardware) located in a data center or server room. It runs one operating system directly on powerful hardware components like CPU, RAM, and storage.
Real-World Example of a Physical Server
Imagine a single powerful computer in a company that runs different services like websites, file storage, and databases.
This computer is the physical server.
What is a Virtual Machine (VM)?
A virtual machine is a software-based computer that runs inside a physical server using virtualization. It behaves like a real computer with its own OS, CPU, RAM, and storage.
Simple Example of a VM
Think of the physical server as a building. Each VM is a separate apartment with its own furniture (OS and apps) but shares the same building and resources.
What is Backup Retention?
Backup Retention is the policy that defines how long backup data is stored before it is deleted or overwritten. Simple Example: It’s like deciding how long to keep photos in your phone—1 month, 1 year, or forever.
Why is Retention Important in Backup?
Retention is important because it ensures old backups are available when needed. It protects against data loss, meets basic legal requirements as per Industry Standard, manages storage space, and allows recovery from ransomware attacks.
How does Backup Retention help with Data Loss Protection?
Retention keeps old backups so if something is accidentally deleted or if a system fails, you can restore the data from an earlier saved point. Simple Example: If you saved a backup on July 1st and your system crashes on July 2nd , you can recover the July 1st backup because of retention.
How does Backup Retention help with Compliance?
Some industries have legal rules requiring companies to keep backups for a certain period. Simple Example: A hospital may need to keep patient data backups for 5 years to follow healthcare data retention laws.
How does Backup Retention manage Storage Space?
Retention policies automatically delete old backups after a set time to save storage space. Simple Example: If you set daily backups for 7 days, backups older than 7 days get deleted automatically.
How does Backup Retention help during Ransomware Attacks?
Retention allows you to restore data from a time before the ransomware attack happened. Simple Example: You took a backup on July 19th and on July 20th an attacker Corrupts your files, you can still bring those files back from July 19th backup.
Real-World Example of Backup Retention Policy
Imagine you’re an IT Admin: You set daily backups of company data and configure a 30-day retention policy. Each day’s backup is kept for 30 days. After 30 days, the oldest backups are automatically deleted.