• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Fundamental » OS » External structure of an operating system
Next →
← Prev

External structure of an operating system

By Dinesh Thakur

We’ll be covering the following topics in this tutorial:

  • Kernel and utilities
  • Task Manager
  • The memory manager
  • The file manager
  • Device Manager
  • The operating system loader
  • The shell

Kernel and utilities

The operating system includes a number of routines (subroutines). the most important are the core or kernel. It is loaded into memory live at system initialization and contains many procedures needed to ensure system operation. Other routines, less critical, are called utilities.

The kernel of an operating system consists of four main parts: the manager tasks (or processes), the memory manager, and file manager IO Device Manager. It also has two auxiliary parts: charger operating system and shell.

Task Manager

On a time-shared system, one of the most important parts of the operating system is the task manager or scheduler. A system to a single processor, it divides the time interval or called slices. periodically, the task manager decides to interrupt the current process and start (or resume) the performance of another, or because the first has exhausted its allocation time the process is that it is blocked (waiting for a given one of the devices).

Control of several parallel activities is hard work. Therefore designer’s operating systems have consistently, over the years, improved parallelism model to make it easier to use.

Some operating systems allow only non-preemptive process, which means that the task manager is invoked when a process voluntarily yields the processor. But the process of a multi-user system must be preemptive.

The memory manager

Memory is an important resource that must be managed carefully. Any microcomputer has, since the late 1980s, ten times more memory than the IBM 7094, the most powerful computer in the early sixties. But the size of programs increases just as fast as that of memories.

Memory management is the responsibility of the memory manager. One must know the free parts and occupied parts of memory, allocating memory to processes that need it, reclaim the memory used by a process when it ends and treating back and forth (swapping in or paging) between the disk and the main memory when the can not contain all processes.

The file manager

As we have already said, one of the fundamental tasks of the operating system is to hide the specifics disks and other input-output devices and provide the programmer with a nice and easy to use template. This is done through the file concept.

Device Manager

Control of input-output (I/O) of the computer is one of the primary of an operating system functions. It must send commands to devices, intercepting interruptions, and handle errors. It must also provide a simple interface and easy to use between devices and the rest of the system to be as far as possible, the same for all devices, that is to say, irrespective of the device used. The input-output code is an important part of an entire operating system.

Many operating systems provide a level of abstraction that allows users to perform input-output without going into details of the material. This level of abstraction shows each device as a special file that can process the input-output devices as files. This is the case of UNIX. In this case, we call regular file any file located in the mass memory.

The operating system loader

In general, these days, when the computer (compatible PC or Mac) is turned on, it runs a program called BIOS (for Basic Input Output System) placed a definite address and content RAM. This software initializes the devices, loads a sector of a disc, and performs what is placed there. When designing an operating system, the operating system loader sector placed or, more accurately, the loader of the operating system loader (or pre-charger) since the content of a sector is insufficient for the charger itself.

The design of the charger and the pre-loader is needed, even if they are not explicitly part of the operating system.

The shell

The actual operating system is the code that defines system calls. System programs such as text editors, compilers, assemblers, linkers, and command interpreters are not part of the operating system. However, the command interpreter (shell) is often considered part of it.

In its most basic form, the command executes an infinite loop that displays a prompt (thereby showing that one expects something), reads the program name entered by the user at that time and ‘runs.

You’ll also like:

  1. Types of Operating System
  2. Functions of Operating System
  3. Characteristics of an Operating System
  4. Batch Operating System
  5. Definition of Distributed Operating System
Next →
← Prev
Like/Subscribe us for latest updates     

About Dinesh Thakur
Dinesh ThakurDinesh Thakur holds an B.C.A, MCDBA, MCSD certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to guides around Computer fundamental , computer software, Computer programming, and web apps.

Dinesh Thakur is a Freelance Writer who helps different clients from all over the globe. Dinesh has written over 500+ blogs, 30+ eBooks, and 10000+ Posts for all types of clients.


For any type of query or something that you think is missing, please feel free to Contact us.


Primary Sidebar

Operating System

Operating System & Types

    • Operating System - Software
    • Operating System - Definition
    • Operating System - Types
    • Operating System - Functions
    • Operating System - Characteristics
    • Operating System - Services
    • Operating System - Multiprogramming
    • Operating System - Time Sharing
    • Operating System - Multiprocessor
    • Operating System - Distributed
    • Operating System - Batch Processing
    • Operating System - Real-Time
    • Operating System - Multitasking
    • Operating System - Network(NOS)
    • Operating System - Multi-User
    • Operating System - Batch
    • Operating System - External Structure
    • Operating System - MS-DOS
    • Operating System - System Software
    • Operating System - Kernel
    • Operating System - Main Functions

Operating System Scheduling

    • Operating System - Scheduling
    • Operating System - Disk Scheduling
    • Operating System - Process
    • Operating System - Round Robin
    • Operating System - CPU Scheduling
    • Operating System - (FCFS) Scheduling
    • Operating System - Preemptive
    • Operating System - Priority Scheduling

Memory

    • Operating System - Memory
    • Operating System - Cache Memory
    • Operating System - Virtual Memory
    • Operating System - Memory Partition

Operating System - What is

    • Operating System - Booting
    • Operating System - Files & Types
    • Operating System - Shell
    • Operating System - Real Time System
    • Operating System - Demand Paging
    • Operating System - Multi Tasking
    • Operating System - Parallel Processing
    • Operating System - Swapping
    • Operating System - Spooling
    • Operating System - App Software
    • Operating System - Dead Lock
    • Operating System - Batch Processing
    • Operating System - Semaphore
    • Operating System - Variable Partitioned
    • Operating System - File System
    • Operating System - Cipher Text
    • Operating System - OS/2
    • Operating System - CONFIG.SYS
    • Operating System - Segmentation
    • Operating System - CLI

Some Other Tutorials

  • OS - Application Vs System Software
  • OS - Commands in DOS
  • OS - Process States
  • OS - System Components
  • OS - Inter-Process
  • OS - Computer Languages
  • OS - System Architecture
  • OS - Directory Structure
  • OS - Process Management
  • OS - Deadlock Prevention
  • OS - Thread Vs Process
  • OS - File Sharing

Other Links

  • Operating System - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW