Akshada OSY
Akshada OSY
Micro-Project Report
On
“Overview Of Operating System”
Partial Fulfillment of the Requirement for the Diploma in Computer
Engineering,
By
1) Kusalkar Akshada [2214660067]
2) Kusalkar Rutuja [2214660066]
3) Pote Pooja [2214660043]
4) Pote Gauri [2214660044]
Guided By
Prof. Dongre.D.R
CERTIFICATE
This is to Certify that the Project work Entitled
is
Submitted by
1) Kusalkar Akshada [2214660067]
2) Kusalkar Rutuja [2214660066]
3) Pote Pooja [2214660043]
4) Pote Gauri [2214660044]
Student Details:
1) Kusalkar Akshada [2214660067]
2) Kusalkar Rutuja [2214660066]
3) Pote Pooja [2214660043]
4) Pote Gauri [2214660044]
Date:
Signature:
Introduction of Operating System:
An operating system acts as an intermediary between the
user of a computer and computer hardware. In short its an
interface between computer hardware and user. The purpose of an
operating system is to provide an environment in which a user can
execute programs conveniently and efficiently.
Operating systems
Common features:
• Process management
• Interrupts
• Memory management
• File system
• Device drivers
• Networking
• Security
• Input/output
Defination:
An operating system acts as an interface between the user and
hardware of the computer and also controls the execution of
application programs.
Operating system is also called as resource manager.
❖ Network Management
Network management is the process of administering and
managing computer networks. It includes performance
management, provisioning of networks, fault analysis, and
maintaining the quality of service.
A distributed system is a collection of computers or
processors that never share their memory and clock. In this type of
system, all the processors have their local memory, and the
processors communicate with each other using different
communication cables, such as fibre optics or telephone lines.
❖ Main Memory management
Main memory is a large array of storage or bytes, which has an
address. The memory management process is conducted by using
a sequence of reads or writes of specific memory addresses.
It should be mapped to absolute addresses and loaded inside the
memory to execute a program. The selection of a memory
management method depends on several factors.
❖ Secondary-Storage Management
The most important task of a computer system is to execute
programs. These programs help you to access the data from the
main memory during execution. This memory of the computer is
very small to store all data and programs permanently. The
computer system offers secondary storage to back up the main
memory.