Logical Components of The Host: Vishal Kumar Singh 1DS10IS116
Logical Components of The Host: Vishal Kumar Singh 1DS10IS116
Logical Components of The Host: Vishal Kumar Singh 1DS10IS116
An operating system controls all aspects of the computing environment .It works between the application and physical components of the computer system.
OPERATING SYSTEM
FUNCTIONS
Monitors and responds to user action and environment. Organizes and control hardware components and manages the allocation of hardware resources. Data access. Basic security for the access and usage of all managed resources. Basic storage management tasks.
DEVICE DRIVER
A Device Driver is special software that permits the operating system to interact with a specific device, such as a printer, a mouse, or a hard drive. A device driver enables the operating system to recognize the device and to use a standard interface(provided as an application programming interface, or API) to access and control devices.
VOLUME MANAGER
In the early days, an HDD appeared to the operating system as a number of continuous disk blocks. The entire HDD would be allocated for the file system or other data entity used by the operating system or application. The disadvantage was lack of flexibility: As an HDD ran out of space, there was no easy way to extend the file systems size. As the storage capacity of the HDD increased, allocating the entire HDD for the file system often resulted in underutilization of storage capacity.
DISK PARTITIONING
Disk partitioning improves the flexibility and utilization of HDDs. An HDD is divided into logical containers called logical volumes (LVs). Eg- A large physical drive can be partitioned into multiple LVs to maintain data according to the file systems and applications requirements. The partitions are created from groups of contiguous cylinders when the hard disk is initially set up on the host. The hosts file system accesses the partitions without any knowledge of partitioning and the physical structure of the disk.
Physical volume-Each physical disk connected to the host system is a physical volume. Volume groups-A volume group is created by grouping together one or more physical volumes.A unique physical volume identifier (PVID) is assigned to each physical volume when it is initialized for use by the LVM. Logical volume-Logical volumes are created within a given volume group.
COMPONENT OF LVM
Create Knowledge