SlideShare a Scribd company logo
1 of 27
OPERATING SYSTEM
AND NETWORK
PROCESSING SYSTEM
Prepared by- your name
here
’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’
a) OPEARATING SYSTEM
History of operating system
 A series of development in the computer architecture led to the evolution of operating system
during later 20th century .
 During the 1940’s there were no operating system and assembly language was used to develop
programs that could directly interact with the hardware.
 During the 1950’s more number of people started using the tile computer systems. For example
batch operating system like BKY, CAL and Chios etc.The os developed during this period were
capable of performing only a single task at a time.
 During the 1960’s multi tasking operating system were develop. For example Admiral ,Basic
executive, input output control system, SABRE (Semi-Automatic Business Related
Environment).
 During the 1970’s multi user environment where breakthrough achievement in the history of
operating system. For example DOS/VS,OS/VSI andVMS.
 During the 1980’s operating system were developed including MS DOS.HP-UX and Macintosh
based on graphical user interface.
 During the 1990’s operating systems were developed including MSWidows 95,windows 98
Windows NT etc.
 The first decades of 21st has seen the development of operating system such as MAC OS
WINDOWS 2000.ETC
THERE ARE FOLLOWINGTYPES OF
OPERATING SYSTEMS .
I. BACTH PROCESSINGOPERATING
SYSTEMS
II. SINGLE –USEROPERATING
SYSTEMS
III. MULTI USEROPERATING SYSTEMS
IV. MULTITASKING OPERATING
SYSTEMS
V. MULTI PROGRAMMING OPERATING
SYSTEMS
VI. MULTI PROCESSINGOPERATING
SYSTEMS
VII. TIME SHARING OPERATING
SYSTEMS
VIII. REALTIMEOPERATING SYSTEMS
I) BATCH PROCESSING OPERATING
SYSTEM It is also known as off line or sequential or stacked processing
system.
 In this operating system , job of similar natures are batched
together and run as group on computer system.
 It is appropriate for executing large job that need little
interaction.
Fig – Example of Batch Processing System.
These operating system allow you to operate at a time i.e.
DOS.
A single user operating system provides the facilities to be
used on one computer by only one user.
 It is easy to maintain and debug.
These system includes less requests to hardware and
software at a time so they have less chance to damage.
Examples like DOS, windows 3x,Windows 95, 97, 98 etc.
II) SINGLE –USER OPERATING SYSTEMS
iii)MULTI USER OPERATING SYSTEMS
 A multi user operating system is that which handles and controls multiple
users attached to a single computer.
If one computer in the network gets error then other computers not get
affected and that system handle this efficiently.
Resources sharing , multi tasking and background processing are the main
features.
Examples are- UNIX, XENIX etc.
IV) MULTITASKING OPERATING SYSTEMS
 Executing more than two programs at the
same time.
 It is supported in windows xp,windows7,windows10
Example:-Playing a game while listening
music
Fig- ExampleOf MultiTasking Operating Systems
v) MULTI PROGRAMMING OPERATIN SYSTEMS
 Multiprogramming is a common approach to resources management.
 In multiprogramming system, when one program is waiting for input/output
transfer; there is another program ready to utilize the CPU. So, it is possible for
several jobs to share the time of theCPU.
Example:-A computer running excel and Firefox browser.
VI)MULTI PROCESSING OPERATING
SYSTEMS
Multi-processing refers to the users of two or more
central processing units (CPU)within a single
computer system.
These multiple CPUs are in a close communication
sharing the computer bus, memory and other
peripheral devices.
These system s are referred as tightly coupled
system.
This can entail processing instruction from different
programs or different instructions within the same
program at once.
Two possible approaches to multiprocessing are co-
processing and parallel processing.
VII)TIME SHARING OPERATING SYSTEM
In computing, time-sharing is the
sharing of a computing resource
among many users at the same
time by, means of
multiprogramming and multi-
tasking.
In time sharing OS the many users
can operate computer system
simultaneously.
Fig -TIME SHARING OPERATING SYSTEM
VIII) REALTIME OPERATING SYSTEMS
 It serves data without any buffering delays.
 It is time bound system which has well define fixed time constraint
 The processing must be don’t within the fixed time constraint otherwise the system
will fail
 They are either Event Driven or Time sharing
1. Event Driven : It switch between task based and their priorities.
2. Time Sharing : It switch task between clock interruption
FIG- REALTIME OPERATING SYSTEMS
B) NETWORK PROCESSING SYSTEM
NetworkTopologiesAnd Application
■ Refers to arrangement of computer connected in network through
some physical medium like cable ,optical fibre etc
■ Topology determines the shape of network and communication path
between various computer.
■ It has two aspects
1. Physical topology: It describes physical structures of the cable that
connects network computer .It is also called Physical layer.
2. Logical topology: It describes the path that signals take ad they floe
through the network. It is also called Data linked layer.
There are following types of network
topologies
1. Hierarchical
Topology
2. BusTopology
3. StarTopology
4. RingTopology
5. MeshTopology
6. HybridTopology
1) HIERARCHICALTOPOLOGY
■ It is also called tree topology
■ It is divided into different layers that are connected
through twisted pair , coaxial cable etc
Advantages
■ It is generally supported by most hardware and
software.
■ Data is received by all the nodes efficiently because
of point to point link.
Disadvantages
■ When the root node fail the whole network
crashes.
■ It is difficult to configure.
FIG-TREETOPOLOGY
2) BusTopology
nodes connected to single backbone or bus
terminator attached to stop bounce
Advantages
■ requires less cabling
■ failure of a computer doesn't affect other
computers
Disadvantages
■ failure of the backbone cable crashes entire
network
■ addition of computers results in the performance
degradation of network
3) StarTopology
connected to a common device known as hub
hub sees overall data transmission in network
Advantages
■ allows easy error detection and correction
■ failure of a computer does not affect the other
computer in network
Disadvantages
■ hub failure leads to the overall network crash
■ rate of data transfer is low
4)RingTopology
nodes are connected in the form of a ring
data is transmitted in the clockwise direction
Advantages
■ equal access to other nodes in network
■ no loss in signal quality due to signal
retransmits
Disadvantages
■ failure of one node affects other nodes
in ring
■ limitation in number of devices in ring
FIG -RingTopology
5)MeshTopology
 In a mesh topology, each station is
connected to every station in the
network.
ADVANTAGES-
 Very fast data communication due to
full connectivity.
 If one link become unavailable, it
doesn't affect the entire network.
DISADVANTAGES-
 Fault isolation is difficult.
 It is expensive.
FIG-MESHTOPOLOGY
6)HybridTopology
 A hybrid topology is a type of network
topology that uses two or more different
network topologies.
 It is also known as a special Topology.
Advantages:--
ii)IT is extremely flexible.
ii)IT is very reliable.
Disadvantages:--
ii))IItt iiss costly
ii)More expensive than other topologies.
Fig-HybridTopology
ANY QUESTIONS?

More Related Content

What's hot

Characteristics of a network operating system
Characteristics of a network operating systemCharacteristics of a network operating system
Characteristics of a network operating system
Ron McGary
 
Chapter 2 - Operating System Structures
Chapter 2 - Operating System StructuresChapter 2 - Operating System Structures
Chapter 2 - Operating System Structures
Wayne Jones Jnr
 

What's hot (20)

Operating system
Operating systemOperating system
Operating system
 
Architecture of operating system
Architecture of operating systemArchitecture of operating system
Architecture of operating system
 
Characteristics of a network operating system
Characteristics of a network operating systemCharacteristics of a network operating system
Characteristics of a network operating system
 
Operating System
Operating SystemOperating System
Operating System
 
Operating System
Operating SystemOperating System
Operating System
 
Os Ds Arch
Os Ds ArchOs Ds Arch
Os Ds Arch
 
Operating systems1[1]
Operating systems1[1]Operating systems1[1]
Operating systems1[1]
 
Sistemas Operativos
Sistemas OperativosSistemas Operativos
Sistemas Operativos
 
Operating system-1
Operating system-1Operating system-1
Operating system-1
 
Chapter 2 - Operating System Structures
Chapter 2 - Operating System StructuresChapter 2 - Operating System Structures
Chapter 2 - Operating System Structures
 
Operating system lecture1
Operating system lecture1Operating system lecture1
Operating system lecture1
 
Operating Systems 1: Syllabus
Operating Systems 1: SyllabusOperating Systems 1: Syllabus
Operating Systems 1: Syllabus
 
Operating System
Operating SystemOperating System
Operating System
 
Network operating system
Network operating systemNetwork operating system
Network operating system
 
Operating system
Operating systemOperating system
Operating system
 
Introduction to Operating System and its Types
Introduction to Operating System and its TypesIntroduction to Operating System and its Types
Introduction to Operating System and its Types
 
Introduction to Operating system
Introduction to Operating system Introduction to Operating system
Introduction to Operating system
 
lecture 1 (Introduction to Operating System.)
lecture 1 (Introduction to Operating System.)lecture 1 (Introduction to Operating System.)
lecture 1 (Introduction to Operating System.)
 
Operating system architecture
Operating system architectureOperating system architecture
Operating system architecture
 
Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structures
 

Similar to Computer operating system and network model

Operating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - EngineeringOperating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - Engineering
Yogesh Santhan
 
CSE 370 - Introduction to Operating Systems
CSE 370 - Introduction to Operating SystemsCSE 370 - Introduction to Operating Systems
CSE 370 - Introduction to Operating Systems
Dev Khare
 
Platform Technologies Report (1).pptx
Platform Technologies Report (1).pptxPlatform Technologies Report (1).pptx
Platform Technologies Report (1).pptx
BeviljeanCharcos
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
rohitsalunke
 

Similar to Computer operating system and network model (20)

Operating Systems
Operating Systems Operating Systems
Operating Systems
 
Operating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - EngineeringOperating Systems Unit One - Fourth Semester - Engineering
Operating Systems Unit One - Fourth Semester - Engineering
 
Network operating systems
Network operating systems Network operating systems
Network operating systems
 
MYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxMYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptx
 
CSE 370 - Introduction to Operating Systems
CSE 370 - Introduction to Operating SystemsCSE 370 - Introduction to Operating Systems
CSE 370 - Introduction to Operating Systems
 
Distributed system notes unit I
Distributed system notes unit IDistributed system notes unit I
Distributed system notes unit I
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
SACHINDOC
SACHINDOCSACHINDOC
SACHINDOC
 
Operating system
Operating systemOperating system
Operating system
 
CSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating SystemCSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating System
 
Operating system
Operating systemOperating system
Operating system
 
System structure
System structureSystem structure
System structure
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
 
Chapter 1~Introduction to Operating System.pptx
Chapter 1~Introduction to Operating System.pptxChapter 1~Introduction to Operating System.pptx
Chapter 1~Introduction to Operating System.pptx
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Platform Technologies Report (1).pptx
Platform Technologies Report (1).pptxPlatform Technologies Report (1).pptx
Platform Technologies Report (1).pptx
 
introduction to Operating system for computer science Program
introduction to Operating system for computer science Programintroduction to Operating system for computer science Program
introduction to Operating system for computer science Program
 
Itc chapter # 9
Itc   chapter # 9Itc   chapter # 9
Itc chapter # 9
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
os_1.pdf
os_1.pdfos_1.pdf
os_1.pdf
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 

Computer operating system and network model

  • 1. OPERATING SYSTEM AND NETWORK PROCESSING SYSTEM Prepared by- your name here ’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’
  • 3. History of operating system  A series of development in the computer architecture led to the evolution of operating system during later 20th century .  During the 1940’s there were no operating system and assembly language was used to develop programs that could directly interact with the hardware.  During the 1950’s more number of people started using the tile computer systems. For example batch operating system like BKY, CAL and Chios etc.The os developed during this period were capable of performing only a single task at a time.  During the 1960’s multi tasking operating system were develop. For example Admiral ,Basic executive, input output control system, SABRE (Semi-Automatic Business Related Environment).  During the 1970’s multi user environment where breakthrough achievement in the history of operating system. For example DOS/VS,OS/VSI andVMS.  During the 1980’s operating system were developed including MS DOS.HP-UX and Macintosh based on graphical user interface.  During the 1990’s operating systems were developed including MSWidows 95,windows 98 Windows NT etc.  The first decades of 21st has seen the development of operating system such as MAC OS WINDOWS 2000.ETC
  • 4. THERE ARE FOLLOWINGTYPES OF OPERATING SYSTEMS . I. BACTH PROCESSINGOPERATING SYSTEMS II. SINGLE –USEROPERATING SYSTEMS III. MULTI USEROPERATING SYSTEMS IV. MULTITASKING OPERATING SYSTEMS V. MULTI PROGRAMMING OPERATING SYSTEMS VI. MULTI PROCESSINGOPERATING SYSTEMS VII. TIME SHARING OPERATING SYSTEMS VIII. REALTIMEOPERATING SYSTEMS
  • 5. I) BATCH PROCESSING OPERATING SYSTEM It is also known as off line or sequential or stacked processing system.  In this operating system , job of similar natures are batched together and run as group on computer system.  It is appropriate for executing large job that need little interaction.
  • 6. Fig – Example of Batch Processing System.
  • 7. These operating system allow you to operate at a time i.e. DOS. A single user operating system provides the facilities to be used on one computer by only one user.  It is easy to maintain and debug. These system includes less requests to hardware and software at a time so they have less chance to damage. Examples like DOS, windows 3x,Windows 95, 97, 98 etc. II) SINGLE –USER OPERATING SYSTEMS
  • 8. iii)MULTI USER OPERATING SYSTEMS  A multi user operating system is that which handles and controls multiple users attached to a single computer. If one computer in the network gets error then other computers not get affected and that system handle this efficiently. Resources sharing , multi tasking and background processing are the main features. Examples are- UNIX, XENIX etc.
  • 9. IV) MULTITASKING OPERATING SYSTEMS  Executing more than two programs at the same time.  It is supported in windows xp,windows7,windows10 Example:-Playing a game while listening music
  • 10. Fig- ExampleOf MultiTasking Operating Systems
  • 11. v) MULTI PROGRAMMING OPERATIN SYSTEMS  Multiprogramming is a common approach to resources management.  In multiprogramming system, when one program is waiting for input/output transfer; there is another program ready to utilize the CPU. So, it is possible for several jobs to share the time of theCPU. Example:-A computer running excel and Firefox browser.
  • 12. VI)MULTI PROCESSING OPERATING SYSTEMS Multi-processing refers to the users of two or more central processing units (CPU)within a single computer system. These multiple CPUs are in a close communication sharing the computer bus, memory and other peripheral devices. These system s are referred as tightly coupled system. This can entail processing instruction from different programs or different instructions within the same program at once. Two possible approaches to multiprocessing are co- processing and parallel processing.
  • 13. VII)TIME SHARING OPERATING SYSTEM In computing, time-sharing is the sharing of a computing resource among many users at the same time by, means of multiprogramming and multi- tasking. In time sharing OS the many users can operate computer system simultaneously.
  • 14. Fig -TIME SHARING OPERATING SYSTEM
  • 15. VIII) REALTIME OPERATING SYSTEMS  It serves data without any buffering delays.  It is time bound system which has well define fixed time constraint  The processing must be don’t within the fixed time constraint otherwise the system will fail  They are either Event Driven or Time sharing 1. Event Driven : It switch between task based and their priorities. 2. Time Sharing : It switch task between clock interruption
  • 18. NetworkTopologiesAnd Application ■ Refers to arrangement of computer connected in network through some physical medium like cable ,optical fibre etc ■ Topology determines the shape of network and communication path between various computer. ■ It has two aspects 1. Physical topology: It describes physical structures of the cable that connects network computer .It is also called Physical layer. 2. Logical topology: It describes the path that signals take ad they floe through the network. It is also called Data linked layer.
  • 19. There are following types of network topologies 1. Hierarchical Topology 2. BusTopology 3. StarTopology 4. RingTopology 5. MeshTopology 6. HybridTopology
  • 20. 1) HIERARCHICALTOPOLOGY ■ It is also called tree topology ■ It is divided into different layers that are connected through twisted pair , coaxial cable etc Advantages ■ It is generally supported by most hardware and software. ■ Data is received by all the nodes efficiently because of point to point link. Disadvantages ■ When the root node fail the whole network crashes. ■ It is difficult to configure. FIG-TREETOPOLOGY
  • 21. 2) BusTopology nodes connected to single backbone or bus terminator attached to stop bounce Advantages ■ requires less cabling ■ failure of a computer doesn't affect other computers Disadvantages ■ failure of the backbone cable crashes entire network ■ addition of computers results in the performance degradation of network
  • 22. 3) StarTopology connected to a common device known as hub hub sees overall data transmission in network Advantages ■ allows easy error detection and correction ■ failure of a computer does not affect the other computer in network Disadvantages ■ hub failure leads to the overall network crash ■ rate of data transfer is low
  • 23. 4)RingTopology nodes are connected in the form of a ring data is transmitted in the clockwise direction Advantages ■ equal access to other nodes in network ■ no loss in signal quality due to signal retransmits Disadvantages ■ failure of one node affects other nodes in ring ■ limitation in number of devices in ring FIG -RingTopology
  • 24. 5)MeshTopology  In a mesh topology, each station is connected to every station in the network. ADVANTAGES-  Very fast data communication due to full connectivity.  If one link become unavailable, it doesn't affect the entire network. DISADVANTAGES-  Fault isolation is difficult.  It is expensive. FIG-MESHTOPOLOGY
  • 25. 6)HybridTopology  A hybrid topology is a type of network topology that uses two or more different network topologies.  It is also known as a special Topology. Advantages:-- ii)IT is extremely flexible. ii)IT is very reliable. Disadvantages:-- ii))IItt iiss costly ii)More expensive than other topologies. Fig-HybridTopology
  • 26.