Oral Questions 2021 - Database
Oral Questions 2021 - Database
Database
9. Compare between Security & Privacy, and which one requires the other.
There is a considerable overlap between issues related to access to resources (security) and
issues related to appropriate use of information (privacy).
In summary, security involves technology to ensure that information is appropriately protected.
Security is a required building block for privacy to exist.
Security Privacy
Security is protecting a system from Privacy is the ability of individuals to control
unauthorized use, including authentication of the terms under which their personal
users, information encryption, access control, information is acquired and used.
firewall policies, and intrusion detection. The concept of privacy goes beyond security.
Privacy is preventing storage of personal
information and ensuring appropriate use of
them.
10. What are the availability and reliability of data? What is the difference between them?
Reliability and availability are two of the most common potential advantages cited for
distributed databases.
Reliability is broadly defined as the probability that a system is running (not down) at a certain
time point, whereas availability is the probability that the system is continuously available
during a time interval.
We can directly relate reliability and availability of the database to the faults, errors, and
failures associated with it.
A failure can be described as a deviation of a system’s behavior from that which is specified in
order to ensure correct execution of operations.
Errors constitute that subset of system states that causes the failure.
Fault is the cause of an error.