File System and DBMS by AGRI Grovestudies

0

 AGRI Grovestudies 


Difference between File System and DBMS ? 

BasisFile SystemDBMS
StructureThe file system is software that manages and organizes the files in a storage medium within a computer.DBMS is software for managing the database.
Data RedundancyRedundant data can be present in a file system.In DBMS there is no redundant data.
Backup and RecoveryIt doesn’t provide backup and recovery of data if it is lost.It provides backup and recovery of data even if it is lost.
Query processingThere is no efficient query processing in the file system.Efficient query processing is there in DBMS.
ConsistencyThere is less data consistency in the file system.There is more data consistency because of the process of normalization.
ComplexityIt is less complex as compared to DBMS.It has more complexity in handling as compared to the file system.
Security ConstraintsFile systems provide less security in comparison to DBMS.DBMS has more security mechanisms as compared to file systems.
CostIt is less expensive than DBMS.It has a comparatively higher cost than a file system.
Data IndependenceThere is no data independence.In DBMS data independence exists.
User AccessOnly one user can access data at a time.Multiple users can access data at a time.
MeaningThe user has to write procedures for managing databasesThe user not required to write procedures.
Sharing Data is distributed in many files. So, not easy to share dataDue to centralized nature sharing is easy

Post a Comment

0Comments
Post a Comment (0)