OPERATING SYSTEM : An operating system (OS) is the program that, after being initially loaded into the computer by a boot program, manages all of the other application programs in a computer. The application programs make use of the operating system by making requests for services through a defined application program interface (API). Some Example : The IT industry largely focuses on the top five OSs, including Apple macOS , Microsoft Windows , Google’s Android OS , Linux Operating System , and Apple iOS . But that’s just the tip of the operating system iceberg. There are numerous free OS options in addition to Linux including Chrome OS, Syllable, and ReactOS, which was initially launched as a Windows95 clone. But that’s just in the world of personal computers, mobile devices, and tablets. When you examine server OSs, the number jumps considerably. All told, there are over 63 base proprietary OSs with various versions or updates, in addition to another 26 non-proprietary OSs. Apple
FIFLE SYSTEM IN OPERATING SYSTEM :
A file is a collection of related information that is recorded on secondary storage. Or file is a collection of logically related entities. From user’s perspective a file is the smallest allotment of logical secondary storage.
The name of the file is divided into two parts as shown below:
- name
- extension, separated by a period.
Advantages of FILE System :
- Cost Effective : File management system is extremely cost effective since it is a digital filing system. Whatever the type of document that needs to be stored as a paper can be in the form of digital. Therefore, there is no cost involved in building rents, purchasing cabinets and physical papers. And also, this type of management greatly reduces the space that the office occupies for the documents.
- Security : The traditional method of storing files cannot match the level of security provided by the file management system. In fact security is one of the reason why many organizations prefer to use file management system. The documents stored in the file management system is protected using authentication methods like username and password. Additionally, all the data is encrypted which makes sure a document is confidential.
- Reliability : The data that is stored in a file management system is far more reliable than physically storing it using papers and files. Unlike traditional methods of storing data, files here is very less likely to undergo damage or destruction. Any damages from nature or handling can be completely avoided in a file management system. All the data of the users are stored inside the servers. Therefore, users can ensure that their documents are secured from potential damages.
- Data Sharing : Data sharing is one of the key features of a file management system. FMS allows very efficient way of sharing data with each and every person. The same data that is stored on files can be shared with multiple users simultaneously.
- Data Retrieval : Using file management system means that it will be very easy to retrieve data. File management system follows a digital approach that provides access to required data within few minutes. Users don't need to search copies of documents manually here. Thus, there is very less amount of time spent for data retrieval.
- Data Backup : In case of a failure, file management system provides a seamless way for backing up data. For this purpose, computers on default offer functionalities. However, if needed there can be also third party application programs be used.
- Environment Friendly : Due to the fact that file management system follows a digital system and there is no paper works involved, it can be said that this technique is more environment friendly. By green practices, not only the cost of an organization is reduced, it can increase the overall image of a company. As a result, it can provide tax benefits and other advertising opportunities as well.
Disadvantages of FILE System :
- Redundancy : Redundancy is a kind of duplication that occurs if the same type of information exists in different locations. In this event, there is a possibility of memory wastage to take place resulting in higher storage costs.
- Inconsistency : Due to the effect of data redundancy this often leads to data inconsistency. Which means that the same copies of data located in different places contain different values. For preventing this, there should be paper listing among different files.
- Accessibility : Accessing data in file management system is not an easy process. It is not convenient as it should be. Whenever a user needs to access an information using different approaches, they must execute a special program.
- Integrity : The data that is present on a file management system can get integrated. Meaning it is not correct and consistent. Most often this is caused in the presence of consistency constraints. Constraints are imposed by the programmers using programming codes. If the integrity continues, it can make the process of adding new constraints to be difficult.
- Atomicity : Atomicity refers to the data that is incomplete. This often happens if the data is either completely entered or not entered at all. For an example, your system could fail in the middle of a transaction leading to data atomicity. Unlike in database management system, it is difficult to ensure atomicity in file management system.
- Data duplication : Since data is stored in more than one location, there is a possibility of data duplication to take place. If file management system undergoes data duplication it will cause problems in the storage space. These duplications are difficult to correct due to the fact that they are independent to each other. Hence, it requires manual correction which can take time and effort.
- Data isolation : If the data is stored in different locations, this could essentially mean that they are isolated in file management system. Under this circumstances, the formats of each file can vary significantly. As a result, extracting data from files can be difficult as it requires complex programming.
Comments
Post a Comment