Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Organizations often move from file-based processing to a database management system (DBMS) to gain consistency, sharing, and security. However, the shift to the database approach is not free. This question asks whether adopting a DBMS introduces additional costs and risks, beyond the well-known benefits such as reduced redundancy and better integrity.
Given Data / Assumptions:
Concept / Approach:
Moving to a DBMS centralizes control and elevates data to a managed corporate resource. While this increases discipline, it also increases dependency on the DBMS platform and the team operating it. The total cost of ownership includes procurement, deployment, monitoring, backup, disaster recovery, patching, and auditing. Risk analysis spans confidentiality, integrity, and availability. Centralization concentrates risk exposure: an outage or breach can affect many applications simultaneously.
Step-by-Step Solution:
Verification / Alternative check:
Conduct a proof of concept and a total cost of ownership analysis. Review service-level objectives and incident history to validate availability and performance risk mitigation strategies.
Why Other Options Are Wrong:
Common Pitfalls:
Underestimating migration, training, and ongoing operations; assuming cloud eliminates operational responsibilities; overlooking governance and change management.
Final Answer:
Correct
Discussion & Comments