Lecture 2_Filebased Systems vs DBMS
Lecture 2_Filebased Systems vs DBMS
Lesson Outline
Introduction
• Objective: Compare and contrast database
systems and file-based systems.
• Importance: Understanding the differences
between database systems and file-based
systems is crucial for selecting the best data
management approach for an organization.
File-Based Systems
• Definition: A file-based system is a collection
of files stored on a computer, each containing
data and/or programs.
Characteristics of File Based Systems
• Data is stored in separate files
• Each file has a specific format and structure
• Data is accessed and manipulated using file
management systems
File-based Systems
Advantages Disadvantages
• Simple and easy to • Data redundancy and
implement inconsistency
• Fast data access and • Data isolation and
manipulation fragmentation
• Low cost • Limited data sharing and
security
Database Systems