backup plan and test plan
backup -organises how equipment will continue information processing.
test -A test plan contains information for simulating various levels of disasters and recording an organisation’s ability to recover.
The emergency plan
Computer procedures
Employee evacuation
Return procedures
The recovery plan
The recovery plan specifies the actions to be taken to restore full information processing operations
Audit trail
For the Information Technology industry, the term is used to track computer activity by also using data in paper and digital form.In computer and network terms, an audit trail is a time-stamped record of significant activities on a system.
Audit trail keeps what?
record of data accesses - - logging file creation, reading, updating and deleting (“CRUD” activities) for each user. Particularly useful for tracing unauthorized users and uses. They can also be used to assist with information recovery in the event of a system failure.
Audit trails can be used to investigate cybercrimes.
full backup
Full backup is the starting point for all other backups and contains all the data in the folders and files that are selected to be backed up. It would be ideal to make full backups all the time, because they are the most comprehensive and are self-contained.
Key points of full backup
A full backup is a duplicate of your existing data storage system
It contains the same folders and the same files
It takes up the most amount of space
Pros of full backup
Restoration is fast, since you only need one set of backup data.
You can restore your data from one location
Cons of full backup
The backing up process is slow and requires high storage requirements.
Differential
A differential backup is a copy of al the files or part of files that have changed since the last full backup, even if you identical copies of those files in a previous differential backup. For restoring all data, you will only need the last full backup and the last differential backup
pros of differential
The main advantage if incremental backups are that fewer files are backed up daily, allowing for shorter backup windows.
The least storage space is needed.
Quick.
Cons of differential
Restoring from incremental backups is the slowest because it may require several sets of data to fully restore all the data.
Daily
Most businesses or organisations would typically do a full backup once a week and then differential or incremental backups on each day in between.
Online data storage
Saving data online is very convenient, especially if you use different devices in different locations.It is also very reliable for ease of access.
Data warehouse
points about data warehouse
they collect large amounts of data
they store and manage data for a company
they work alongside and with data mining
Data marts
Data marts are often built and controlled by a single department within an organisation. Given their single-subject focus, data marts usually draw data from only a few sources.
Points about data marts
sub-sets of a data warehouse
a collection point of data from a data warehouse
usually has data for a specific topic
Data in the cloud
Instead of installing software and storing files on your device, it is now possible to use cloud computing through central remote servers and the internet.
IaaS
In this model, a company outsources (rents) the servers and storage they need from a cloud provider. This is usually billed on usage and how much of the resources is used.
SaaS
Instead of users installing an application on their device, SaaS applications are hosted on cloud servers, and users access them over the Internet.
PaaS
In this model, companies don’t pay for hosted applications; instead they pay for the things they need to build their own applications.
FaaS
known as serverless computing, breaks cloud applications down into even smaller components that only run when they’re needed.
Cloud infrastructure advantage
The advantage of this is that we can access our programs and files from any device anywhere in the world.