Difference between file processing and data processing

1] file system

File system is basically a way of arranging the files in a storage medium like hard disk. File system organizes the files and helps in retrievals of files when they are required.File systems consists of different files which are grouped into directories. The directories further contain other folders and files. File system performs basic operations like management, file naming, giving access rules etc.

2]data base management system:

Database management system [DBMS] is software designed to store, retrieve, define and manage data in a database.

Database system to be a collection of application programs that interacts with database along with DBMS and database itself.

DBMS vs. File System

There are following differences between DBMS and File system:

1] DBMS is collection of data. In DBMS, the user is not required to write the procedures.

File system is collection of data. In this system, the user has to write the procedures for managing the database.

2] DBMS give the app abstract view of data that detail.

File system provides the detail of the data representation and storage of data.

3] DBMS provides the crash recovery mechanism, that is DBMS protects the user from the system failure.

File system doesn’t have crush mechanism, that is if the system crashes while entering some data, then the content of the file will lost.

4] DBMS provides a good protection mechanism.

It is very difficult to protect the file under the file system.

5] DBMS contents wide variety of sophisticated techniques to store and retrieve data.

File system can’t efficiently store and retrieve the data.

6] DBMS takes care of concurrent access of data using some form of locking.

In the file system, concurrent access has many problems like redirecting the file while other deleting some information or updating some information.

next → ← prev

File System Approach

File based systems were an early attempt to computerize the manual system. It is also called a traditional based approach in which a decentralized approach was taken where each department stored and controlled its own data with the help of a data processing specialist. The main role of a data processing specialist was to create the necessary computer file structures, and also manage the data within structures and design some application programs that create reports based on file data.

In the above figure:

Consider an example of a student's file system. The student file will contain information regarding the student [i.e. roll no, student name, course etc.]. Similarly, we have a subject file that contains information about the subject and the result file which contains the information regarding the result.

Some fields are duplicated in more than one file, which leads to data redundancy. So to overcome this problem, we need to create a centralized system, i.e. DBMS approach.

DBMS:

A database approach is a well-organized collection of data that are related in a meaningful way which can be accessed by different users but stored only once in a system. The various operations performed by the DBMS system are: Insertion, deletion, selection, sorting etc.

In the above figure,

In the above figure, duplication of data is reduced due to centralization of data.

There are the following differences between DBMS and File systems:

BasisDBMS ApproachFile System Approach
Meaning DBMS is a collection of data. In DBMS, the user is not required to write the procedures. The file system is a collection of data. In this system, the user has to write the procedures for managing the database.
Sharing of data Due to the centralized approach, data sharing is easy. Data is distributed in many files, and it may be of different formats, so it isn't easy to share data.
Data Abstraction DBMS gives an abstract view of data that hides the details. The file system provides the detail of the data representation and storage of data.
Security and Protection DBMS provides a good protection mechanism. It isn't easy to protect a file under the file system.
Recovery Mechanism DBMS provides a crash recovery mechanism, i.e., DBMS protects the user from system failure. The file system doesn't have a crash mechanism, i.e., if the system crashes while entering some data, then the content of the file will be lost.
Manipulation Techniques DBMS contains a wide variety of sophisticated techniques to store and retrieve the data. The file system can't efficiently store and retrieve the data.
Concurrency Problems DBMS takes care of Concurrent access of data using some form of locking. In the File system, concurrent access has many problems like redirecting the file while deleting some information or updating some information.
Where to use Database approach used in large systems which interrelate many files. File system approach used in large systems which interrelate many files.
Cost The database system is expensive to design. The file system approach is cheaper to design.
Data Redundancy and Inconsistency Due to the centralization of the database, the problems of data redundancy and inconsistency are controlled. In this, the files and application programs are created by different programmers so that there exists a lot of duplication of data which may lead to inconsistency.
Structure The database structure is complex to design. The file system approach has a simple structure.
Data Independence In this system, Data Independence exists, and it can be of two types.
  • Logical Data Independence
  • Physical Data Independence
In the File system approach, there exists no Data Independence.
Integrity Constraints Integrity Constraints are easy to apply. Integrity Constraints are difficult to implement in file system.
Data Models In the database approach, 3 types of data models exist:
  • Hierarchal data models
  • Network data models
  • Relational data models
In the file system approach, there is no concept of data models exists.
Flexibility Changes are often a necessity to the content of the data stored in any system, and these changes are more easily with a database approach. The flexibility of the system is less as compared to the DBMS approach.
Examples Oracle, SQL Server, Sybase etc. Cobol, C++ etc.

Next TopicDBMS Architecture

← prev next →

What is the difference between file processing and database processing?

The file system is a collection of data and for any management with it, the user has to write the procedures, while DBMS is a collection of data and user need not write the procedures for handling the database. ... Difference between File System and DBMS..

What is the difference between file and data?

A file is a collection of data kept in a single unit with a unique name. It can be a paper, a photograph, an audio or video stream, a data library, an application, or any other type of data collection. The characteristics of files used in computers are comparable to those of paper documents used in offices.

What is file processing?

File processing consists of creating, storing, and/or retrieving the contents of a file from a recognizable medium. For example, it is used to save word-processed files to a hard drive, to store a presentation on floppy disk, or to open a file from a CD-ROM.

What is the difference between file and process?

A process is a program that is currently running. So a process may be associated with a file. The file stores the instructions that are executed for that process to run. Another way to look at it is that file is a collection of data that can be referred to by name.

Chủ Đề