null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
3503798
The Components of an Operating System
Description
By: Jessica Kramarczyk NOTE: Assumptions are marked by a star in the bottom- right hand corner of nodes
No tags specified
by: jessica kramarczyk
sec v
Mind Map by
Jessica K
, updated more than 1 year ago
More
Less
Created by
Jessica K
over 9 years ago
14
0
0
Resource summary
The Components of an Operating System
NETWORKING
Connects computers
There will be communication between them
When the user has a required subnet
Does not share:
Memory
Peripheral devices
A clock
Does share:
Data with two or more computing devices
Use TCP/IP networking protocols
TCP uses IP, and IP uses TCP.
TCP ensures that every packet/signal, reaches the correct destination.
It will keep on sending the same packet until it reaches it's correct destinaion
TCP: Trasmission Control Protocol
IP: Internet Protocol
Masks on an IP network protocol determine how many subnets a user will want to have
How many computers will be allowed access to connect to the main network
Ex. There are 64 subnets in a Class A network that uses 6 bits for a subnet id
Area networks:
Local Area Networks (LANs)
Computers connected together with Ethernet cables
Homes
School
Small office building
Ethernet cables allow communication between computers
Wide Area Networks (WANs)
Cities
Provinces
Across the world
The largest WAN is the Internet
Spans a large geographical area
WANs consist of two or moe LANs
Things to consider when networking:
Routing Stratagies
Performed for many kinds of networks
Telephone network
Electronic Data netwroks
Transportation networks
Selecting the best paths in a network
Connection Stratagies
Security
Access to shared resources allows:
Computation speed up
increased data availability
Enhanced reliability
PROCESS MANAGEMENT
Uses resources provided by the OS, whether they are whole programs or fractions of a program, to work on given tasks.
Tasks are received by the CPU
Central Processing Unit
Electronic chip within a computer that carries out instructions of a computer program
Executes instructions one after the other in main memory and therefore the program runs.
At times if one does not need the whole program code at once
A fraction of it is loaded in the main memory
Is responsible for:
Creation, loading, executing and deletion of processes
Processes suspension and resumption
Provides a mechanisms for :
Process synchronization
Process communication: to send data to each other
Switching amongst multiple processes in main memory
Controls shared data
Keeps it consistent
The OS must:
Set apart resources to processes
This is to share and exchange information
Protect the resources
From being used by other processes
Enable synchronization among processes
Other information:
It is a unit of work in an operating system
A process is not a program but instead one instant of a program in execution
Deadlock situation:
Three running processes will wait forever
MAIN MEMORY MANAGEMENT
A large array of words or bytes
Each have their own address
The CPU can access this space
a.k.a. Primary memory
There is accessible storage provided by the CPU
Tasks:
Keeping track of memory
Usage
Who is using it
When memory becomes available
Will ask itself which process will be loaded in memory
Virtual Memory Management
A computer’s memory is arranged in a hierarchical manner
Starts from fastest registers
CPU cache
Random Access Memory
Disk storage
Responsible for:
Which component of the computer’s memory is available
Which memory will be allocated and dellocated
How data will move between components
Increases amount of memory available for each process
When will the process will require more RAM?
If using disks as memory
If using slower storage as memory
Managing Virtual Addresses
If multiple processes are in memory at the same time
Must remain separate
Having separate address space helps the processes
Address is assigned to them
This is tracked
When the process is finished being used there is space for new processes
COMMAND INTERPRETER
What is it:
User types in commands
Interpreter carries them out
It translates the commands/instructions
So the OS may understand it and executes the command
Commands can be given by:
The user
A program
It is not part of the OS even if every OS provides the system programs
Some people believe it is a part of the OS
It allows users to interact with the OS
Windows
DOS Command Window
Unix/Linux
CSHELL
Bash
Shell or Command-line interpreter:
Reads and interprets commands
Shell is not part of the operating system
Users can submit commands for:
Networking
Protection
I/O Handling
Main Memory
Process creation and management
Secondary Storage Management
File System Access
SECURITY/PROTECTION SYSTEMS
Various processes must be protected from multiple user’s activities
There are different types of parts to protect:
Hardware resources
Kernel code
Loaded into a protected area of memory
Prevent it from being overwritten by programs or other parts of the operating system
Responsible for:
Memory management
Process and task management
Disk management
Processes
Files
Data
Against malicious programs
Against malware programs
With firewalls
Use anitvirus software
Block spyware
Different types of OSs there is some level of security
Mac OS X:
Itself is designed to protect a users computer
Mac: ClamXav antiviruse (used as a backup for security but not necessary)
Windows:
Windows Defender
Microsoft Security Essentials
Linux:
ClamAV security software
Snort security software
Security is based on:
How the operating system provides access to a number of resources
The services provided by the program running
This component must:
Determine who is allowed access to certain files and who is not
With some programs once running have an identity but do not need to request a login
With request outside of the computer a login password must be given to authenticate the user
FILE MANAGEMENT
A file is a collection of related information
Can represent programs and data
Files can be stored on a disk (secondary storage)
Long term storage
Must be efficient and convenient
Examples of storage media:
Magnetic tape
Magnetic disk
Optical disk
Has different properities:
Speed
Capacity
Data transfer rate
Access methods
File systems are organized into directories
Directories contain files and other directions
a.k.a. folders, catalogs, drawers
Organized into a hierarchical filesystem
1. Directory
2. Subdirectory
Parent and Child are used to describe the relationship
Tasks:
Create
Manipulate
Delete files
Directories
I/O SYSTEM MANAGEMENT
Input/Output
Input only devices:
Printers
Hard disks
Keyboards
Mouses
Drawing tablets
Output only devices:
Printers
Both Input and Output devices:
Hard disks
Diskettes
Writable CD-ROMs
Modems
Network Cards
Peculiarities
The OS hides the peculiarities of the I/O devices from the user
Only the device driver knows to whom it is assigned
Ensure proper use of devices
Prevents errors
Tasks
Hides the details of hardware devices
Manage main memory for the devices
Using:
Cache
Buffer
Spooling
Maintain and provide device driver interfaces
Used by people or systems to communicate with a computer
Any program, or device that transfers data
To a computer
From a computer
SECONDARY-STORAGE MANAGEMENT
Systems have different levels of storage:
Primary
Secondary
Cache
a collection of the same type stored in a hidden/inaccessible place
Main memory is
Too small to keep all data and programs
Main memory minimum: 32 megabytes
Data is lost when power is shut off
Secondary storage is used to backup main memory
Consists of:
Tapes
Disks
Other media designed to hold information
Addresses:
Each location in storage has its own address
Address space:
Set of all addresses available to a program
OS is responsible for:
Free space management
Storage allocation and defrag blocks
Disk scheduling
By: Jessica Kramarczyk
NOTE: Assumptions are marked by a star in the bottom- right hand corner of nodes
Media attachments
1d9df480-26fb-4265-a43f-fa5bb19bebb2 (image/png)
9270fcff-8e7d-4bb2-9fd4-3175f788f889 (image/png)
896fcca9-a6fd-4002-b2c5-263acd09add8 (image/png)
a7a48080-fe1f-4106-b708-b0fabf6a45fe (image/png)
0350b65a-8fb1-4c01-9055-d071b79c285b (image/png)
787eb8cc-1424-4b36-bba3-3d1c803fd565 (image/png)
cfd39f6a-77cc-4b23-99c5-0e34d1aa945e (image/png)
20583e55-125d-4692-a77b-4f2ecfa15871 (image/png)
deae02cf-6495-4bef-a169-9a8666ef7953 (image/png)
1967b79f-7e37-4e09-964b-314203ee7276 (image/png)
2b5e00f2-e5a2-4f31-b216-17936f2640a5 (image/png)
12c2f75d-ec29-4585-ac1f-abe0060c1741 (image/png)
9c1ea7dc-1344-4e67-8004-607cdf72a8c9 (image/png)
de9a599c-e16d-4cb1-8cc2-4927a928c7ba (image/png)
407cdb70-6951-4506-9cdf-2bcb0f59e215 (image/png)
e2b51394-a1ae-43c5-a74c-a5c1f1a70ba4 (image/png)
dd2e793a-ffe8-4bbd-98a3-cc68da5f1c2e (image/png)
a68d5db4-bdc0-430d-8553-2905d5330782 (image/png)
08e78c54-11f4-4455-ad92-9aacb7631a8a (image/png)
afae584e-d07f-49b3-a9e4-15cdfbf2bf81 (image/png)
f7b921e9-6869-421b-8b2b-5f89035a2950 (image/png)
6523936b-def5-4542-b0e5-020b68637071 (image/png)
4dbbca8f-eaa3-4b9b-9a93-6604a6ef6a63 (image/png)
b91aa62b-aa55-42ce-a636-7e6641944bc7 (image/png)
7784a5f0-7336-40fa-9a27-034fe928016a (image/png)
ba6ece19-87ea-47e3-8798-c63bcc02c2ec (image/png)
0f060fca-88da-4d01-86a6-aab0dfacfa58 (image/png)
bb112ab5-d68e-4e1b-8bf4-8f791a07d933 (image/png)
9920ceb2-4822-4c7c-bab2-781c51ca2464 (image/png)
a378a64a-1848-4faa-97bc-34bfa693a2ce (image/png)
f93cefa8-d8b4-4ca1-80d1-e1bbc9fcb957 (image/png)
5ea4092c-467b-492d-9b01-0a110c2051f8 (image/png)
62f63106-0280-4814-a0b5-a390fc32240d (image/png)
6905991f-5de9-4f0d-b6ce-c3bd7e2e0bd7 (image/png)
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
German- Beginner
PatrickNoonan
Area, Volume & Perimeter Mind Map
rory.examtime
GCSE Biology, Module B4
jessmitchell
SMART School Year Goals
Alice McClean
Edexcel Additional Science Biology Topic 1
hchen8nrd
Biology -B2
Sian Griffiths
GCSE History – The early years and the Weimar Republic 1918-1923
Ben C
Unit 203 Revision: Installation Technology Question Bank No.1
Oliver Balay
New GCSE history content
Sarah Egan
Specifc Topic 7.4 Timber (Impacts)
T Andrews
3MA114 Management_test 1/2
Jakub Beyr
Browse Library