7.5.2 Methods used to improve the resilience of digital environments + 7.5.3 The benefits and drawbacks of methods used to improve the resilience of digital environments Flashcards
Fill The Blank:
Data ……………………… is where the same data is stored in multiple locations, and while it can be accidental, is often on purpose for ……………….. purposes to allow for data recovery.
Redundancy, Backup
Fill The Blank:
Another advantage of data …………………….. is that it provides a mechanism for improving the …………………. of the data because it can be …………………… across multiple sites
Redundancy, Compared
Explain:
Briefly, 2 disadvantages of data redundancy
- Data redundancy can cause data inconsistency if it is stored in multiple locations but the data does not match
- Risk of data corruption due to the transfer and/or storage of data between locations/systems
- Additional costs required for the storage of the data
Explain:
Hardware redundancy
Consists of one or more additional compelte hardware systems (eg: additonal servers that can be used in case of failure)
Explain:
Briefly, 3 types of redundancy
- Dynamic - Where only one system is working at a time and in case of failure an additional system is started so that the business processes can continue with minimum disruption
- Static - Where systems run in parallel, all carrying out the same processes - results are continually compared to check accuracy where in case of mismatches a predefined algorithm decides the best outcome
- Hybrid - Combination of dynamic and static hardware redundancy
These can be applied to both hardware and software redundancy
Explain:
Disadvantages of hardware redundancy
- Means a more complicated system
- Additional costs for the components involved
- Redundant systems also have to be updated, upgraded and maintained alongside the main systems (otherwise it will become unreliable and less resilient)
Explain:
Software redundancy
Where there is additional software that can carry out the same tasks as the current software being used
Explain:
Back-up systems
- Not just backing up data but whole system (OS, software, configs)
- If incident occurs, business can restore system to a position prior to the incident
State:
3 types of disaster recovery sites
- Hot site
- Cold site
- Warm site
Explain:
Hot site
- Usually in a different location and runs in parallel to the normal system
- Replicate primary system and are usually maintained by third party (at a cost)
- Because they run in parallel they allow prompt restoration of functionality incase of an incident
- Because these sites have a backup of data, they allow immediate access to up-to-date data without having to source the location of any other data backups
- Can be in the cloud
- ‘A fully functioning, up-to-date replica in respect to equipment and data’
Explain:
Cold site
- Cheapest option as it does not involve all facilities needed for hot site
- Only usually used when critical disaster occurs
- Only a form of data center so incase of an incident technical expertise will be required to install and configure the computer equipment so that the business can continue to function
- ‘Only have data and none of the equipment for the business environment’
Explain:
Warm site
- Combination of a hot and cold site
- Digital equipment is made readily available but data must be restored onto the system
- Cost wise is between hot and cold sites
- ‘Contains basic equipment used in the business environment but does not include any data’
State:
4 types of backups
- Full backup
- Incremental backup
- Differential backup
- Mirror backup
Explain:
Full backup
- Backup of every file and folder in a system
- More time consuming and requires sufficient space for all of the data
- Faster when restoring lost data
- More robust and reliable than alternatives
- Only suitable if there is large changes to data on a regular basis
Explain:
Incremental backup
- After creating full backup, only backup data that has changed since last backup
- Use less storage than full backups but use additional resources/compute to compare states of backups/data
- More time consuming to restore data from an incremental backup than full backup because it has to analyse the data within the backup to establish the timestamp for when data changed - several incremental backups may be required to restore data