Tertiary Device Management in Operating System Last Updated : 04 May, 2023 Comments Improve Suggest changes Like Article Like Report As we know about tertiary devices, let us now dive deeper into OS support which is required to manage tertiary devices. The operating system provides support to tertiary storage devices as removable media. It involves the transfer of data between different systems. In order to manage the tertiary devices, the OS must have support for the device. The OS's device drivers act as an interface between OS and the tertiary device and establish communication between them.The device driver translates the commands which are sent by the OS into a form that the device can easily understand. Moreover, the OS also requires some utilities to manage tertiary devices. It involves several components such as: 1. API: The OS's API provides some set of standardized functions in order to interact with the tertiary devices. This can be clearly explained by an example. Some application uses the OS's API in order to send a command to a tertiary device. The command is to read data from the disk drive. The API translates into an understandable form and sends it to the device with the help of the device driver. 2. Hierarchical Storage Management: HSM is a system used to optimize the use of storage resources in a computer system. In this context, it is used to manage tertiary devices such as tape drives. The data which is not frequently accessed can be moved to tertiary storage devices while the most frequent data is kept on solid state drives(SSD) or HDD(Hard disk drives). Advantages: Optimizes the use of storage resources by reducing the amount of expensive, high-performance storage.Improves the performance of a system by maintaining the most frequently accessed data on faster storage devices3. Device Derives: These are the programs that allow the OS to communicate with tertiary devices. Comment More infoAdvertise with us Next Article Tertiary Device Management in Operating System J jyothsna_kavala Follow Improve Article Tags : Technical Scripter Operating Systems Technical Scripter 2022 Operating Systems-Input Output Systems Similar Reads Device Management in Operating System The process of implementation, operation, and maintenance of a device by an operating system is called device management. When we use computers we will have various devices connected to our system like mouse, keyboard, scanner, printer, and pen drives. So all these are the devices and the operating 9 min read Disk Management in Operating System Disk management is one of the critical operations carried out by the operating system. It deals with organizing the data stored on the secondary storage devices which includes the hard disk drives and the solid-state drives. It also carries out the function of optimizing the data and making sure tha 8 min read Memory Management in Operating System The term memory can be defined as a collection of data in a specific format. It is used to store instructions and process data. The memory comprises a large array or group of words or bytes, each with its own location. The primary purpose of a computer system is to execute programs. These programs, 10 min read Resource Management in Operating System Resource Management in Operating System is the process to manage all  the resources efficiently like CPU, memory, input/output devices, and other hardware resources among the various programs and processes running in the computer. Resource management is an important thing because resources of a comp 3 min read Best Ways for Operating System Memory Management Prerequisite - Partition Allocation Methods Contiguous Memory Allocation :Probably the least difficult technique for the memory portion is to isolate memory into a few fixed partitions. Each partition contains precisely one process. The level of multi-programming relies upon the number of partitions 7 min read What is Mainframe Operating System? Operating System is a fully integrated set of specialized programs that handle all the operations of the computer. The operating system is the most important type of system software in a computer system. Examples of Operating Systems are Windows, Linux, Mac OS, etc. Let's understand the Mainframe Op 4 min read Device-Independent I/O Software in Operating System Device-independent I/O software, also known as the I/O subsystem or I/O management, is an integral part of an operating system that provides a layer of abstraction between hardware devices and user-level applications This abstraction though performs input and output operations for applications It ca 5 min read Different Operating Systems An operating system is an interface between the user and the hardware. It is a program that helps to utilize system hardware so it is also known as a resource manager. There are different types of operating systems based on different system architectures. , each with its own features and uses. Windo 15+ min read Design and Implementation in Operating System The design of an operating system is a broad and complex topic that touches on many aspects of computer science. This article will cover the design of operating systems in general and then focus on the implementation aspect. Design Goals:Design goals are the objectives of the operating system. They 6 min read Communication to I/O Devices in Operating System The foundation of efficient computing rests on robust interaction between users and an operating system through Input/Output (I/O) devices in today's world. The smooth functioning necessitates dependable exchange of data among keyboard/screen/mouse/printers/network adapters facilitated by such inter 5 min read Like