Preview

Assignment 1,Section I

Satisfactory Essays
Open Document
Open Document
326 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Assignment 1,Section I
An operating system (OS) is a collection of software that manages computer hardwareresources and provides common services for computer programs. The operating system is a vital component of the system software in a computer system. Application programs require an operating system to function.

Examples of popular modern operating systems include Android, BSD, iOS, Linux, Mac OS X, Microsoft Windows,[3] Windows Phone, and IBM z/OS. All these, except Windows and z/OS, share roots in UNIX.

1 . process mangment
Process management is an integral part of any modern day operating system (OS). The OS must allocate resources to processes, enable processes to share and exchange information, protect the resources of each process from other processes and enable synchronisation among processes. To meet these requirements, the OS must maintain adata structure for each process, which describes the state and resource ownership of that process, and which enables the OS to exert control over each process.

2. memory mangment
Memory management is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to the computer system.
Several methods have been devised that increase the effectiveness of memory management. Virtual memory systems separate the memory addresses used by a process from actual physical addresses, allowing separation of processes and increasing the effectively available amount of RAM using paging or swapping to secondary storage. The quality of the virtual memory manager can have an extensive effect on overall system performanc
3 proctection
Computer security is information security as applied to computers and networks.
The field covers includes all the processes and mechanisms by which computer-based equipment, information and services are protected from unintended or

You May Also Find These Documents Helpful

  • Better Essays

    Week 5 Pos 355

    • 2010 Words
    • 9 Pages

    The UNIX and Linux Operating Systems (OS) are open source systems. The first version of UNIX was created in 1969 by computer scientist Kenneth Thompson at AT&T Bell Laboratories. The system was based on four parts: the shell, kernel, editor, and the assembler. Linux was created as a free software substitute to the commercial UNIX environments. The history of Linux dates back to 1983 and Linux runs a much greater range of platforms than most UNIX environments. Both OS share a common foundation because of the history and tradition.…

    • 2010 Words
    • 9 Pages
    Better Essays
  • Good Essays

    Protection is the next requirement to be satisfied. Protection deals with security against unwanted interference by other processes. Programs from other process should not be able to access memory locations in a process for reading or writing Purposes without permission. The processor must be able to abort such instructions at the point of execution.…

    • 573 Words
    • 3 Pages
    Good Essays
  • Good Essays

    One of the key functions of an operating system is the process management. Linux OS system is very dynamic with constantly changing computing needs. These needs tend to be centered on the process. Processes can be either long or short lived, so managing these processes is very important. Linux incorporates a very flexible design which contains a separate unit to take on the process management task. In a Linux operating system processes are created and represented by an allocated task_struct.…

    • 749 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    An operating system (OS) is any software required to start up any computer or any electronic device that is designed to perform certain special functions such as opening a file, sending an electronic mail and so forth. OS functions as an interface between the user and hardware of the device. Windows, Linux, Symbian are examples of OS.…

    • 2113 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    devices and controls their processes. Windows and UNIX are examples of operating systems. Application software refers to programs that make the computer…

    • 904 Words
    • 4 Pages
    Good Essays
  • Better Essays

    windows operating systems

    • 2382 Words
    • 10 Pages

    To ensure that a computing system is operating optimally it is vital that effective memory management is implemented. This task, memory management, is handled dynamically by the operating system to accommodate the multiple processes that occur within the system. To accomplish this, there are five requirements that should be met.…

    • 2382 Words
    • 10 Pages
    Better Essays
  • Powerful Essays

    1. Process Management: - The process management module of an Operating System takes care of the creation & deletion of processes, scheduling of various system resources to the different process requesting them, & providing mechanism for synchronization & communication among processes.…

    • 959 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    memory management paper

    • 463 Words
    • 2 Pages

    During this paper titled memory management requirements topic of discussion consist of the explanation of the five requirements of memory management.…

    • 463 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    CHAPTER 1 CHAPTER 2 CHAPTER 3 CHAPTER 4 CHAPTER 5 CHAPTER 6 CHAPTER 7 CHAPTER 8 CHAPTER 9 CHAPTER 10 CHAPTER 11 CHAPTER 12 CHAPTER 13 CHAPTER 14 CHAPTER 15 SYSTEM SOFTWARE FUNDAMENTAL OF OPERATING SYSTEM PROCESS MANAGEMENT THREAD MANAGEMENT CONCURRENCY CONTROL DEADLOCK MEMORY MANAGEMENT VIRTUAL MEMORY I/O HARDWARE I/O SOFTWARE SECONDARY STORADE MANAGEMENT FILE SYSTEMS PROTECTION SECURITY LINUX SYSTEM…

    • 10327 Words
    • 42 Pages
    Powerful Essays
  • Powerful Essays

    The Memory Management System is one of the important core parts of an operating system. Its basic function is to manage the memory hierarchy of RAM and hard disks available on a machine. Its important tasks include allocation and deallocation of memory…

    • 4563 Words
    • 19 Pages
    Powerful Essays
  • Powerful Essays

    Cis Memory Management

    • 1581 Words
    • 7 Pages

    The purpose of this paper is to show how memory is used in executing programs and its critical support for applications. C++ is a general purpose programming language that runs programs using memory management. Two operating system environments are commonly used in compiling, building and executing C++ applications. These are the windows and UNIX / Linux (or some UNIX / Linux derivative) operating system. In this paper we will explore the implementation of memory management, processes and threads.…

    • 1581 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    Memory Management

    • 341 Words
    • 2 Pages

    Memory management is the process of managing computer memory. The memory management subsystem of the operating system carries out this task. Since the beginning of computing, there has always existed the need for more memory than the existing physical memory in the system. Both Windows and Linux are operating systems. These operating systems perform basic tasks, such as tracking of directories and files on the disk, sending output to the screen for display, recognizing input from the keyboard and controlling peripheral devices such as drives and printers. The following are the differences in memory management between Linux and Windows (Godbole & Kahate, 2011).…

    • 341 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Memory Management Paper

    • 434 Words
    • 2 Pages

    Before I discuss the differences in memory management between Windows & Linux lets understand what memory management really is; Memory management is the function of a computer operating system responsible for managing the computer's primary memory. The management function keeps track of the status of each memory location if it’s allocated or free. It determines how memory is used among competing processes, deciding who gets memory, when they receive it, and how much they are allowed. When memory is allocated it determines which memory locations will be assigned. Then it tracks when memory is freed up or unallocated and updates the status accordingly.…

    • 434 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Memory Management

    • 490 Words
    • 2 Pages

    The memory management process in operating systems proceeds under the requirements that include relocation, protection, sharing, logical organization, and physical organization. Each of these requirements is necessary in order for the operating system to correctly carry out the task of subdivision within the part of the memory where the program is being executed.…

    • 490 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Operating Systems

    • 1649 Words
    • 7 Pages

    As computers have progressed and developed so have the operating systems. Below is a basic list of the different operating systems and a few examples of operating systems that fall into each of the categories. Many computer operating systems will fall into more than one of the below categories.…

    • 1649 Words
    • 7 Pages
    Good Essays

Related Topics