3.Data Communications 3.3Network Operating Systems.

Slides:



Advertisements
Similar presentations
Operating-System Structures
Advertisements

Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Lesson 4 0x Operating Systems.
Lecture 11: Operating System Services. What is an Operating System? An operating system is an event driven program which acts as an interface between.
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
Chap 2 System Structures.
Chapter 7 LAN Operating Systems LAN Software Software Compatibility Network Operating System (NOP) Architecture NOP Functions NOP Trends.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Homework 3.2 Clients Hub What’s wrong with this picture? Clients Using 100TX.
Network Components and Equipment Organizational Communications and Technologies Prithvi N. Rao H. John Heinz III School of Public Policy and Management.
Operating Systems: Software in the Background
Understanding Operating Systems 1 Overview Introduction Operating System Components Machine Hardware Types of Operating Systems Brief History of Operating.
Operating Systems BTEC IT Practitioners.
Survey of Network Operating Systems (NOS) Introduction Novell Operating Systems Microsoft Network Operating Systems Other Network Operating Systems NOS.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
 Introduction Introduction  Definition of Operating System Definition of Operating System  Abstract View of OperatingSystem Abstract View of OperatingSystem.
Week 6 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
Chapter 4: What is an operating system?. What is an operating system? A program or collection of programs that coordinate computer usage among users and.
Excellence Publication Co. Ltd. Volume Volume 1.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
Choosing NOS can be a complex and a difficult decision. Every popular NOS has its strengths and weaknesses. NOS may cost thousands of dollars depending.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Samba version What is the Samba? Samba is a suite of programs which work together to allow clients to access to a server's filespace and printers.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
The Role of the Operating System
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
April 2000Dr Milan Simic1 Network Operating Systems Windows NT.
Operating System Concepts Chapter One: Introduction What is an operating system? Simple Batch Systems Multiprogramming Systems Time-Sharing Systems Personal-Computer.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
CE Operating Systems Lecture 3 Overview of OS functions and structure.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
2002 Networking Operating Systems (CO32010) 1. Operating Systems 2. Processes and scheduling 3.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Distributed System Services Fall 2008 Siva Josyula
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
O PERATING S YSTEM. What is an Operating System? An operating system is an event driven program which acts as an interface between a user of a computer,
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
Introduction to Network Operating Systems Edited by/ Maysoon Al Duwais
Lecture 1: Network Operating Systems (NOS) An Introduction.
Operating Systems.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
Ch 26 & 27 Operating Systems.  Understand the purpose of an operating system  Be able to describe the tasks performed by an operating system.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
1.3 Operating system services An operating system provide services to programs and to the users of the program. It provides an environment for the execution.
Lecture 1: Network Operating Systems (NOS)
Systems Software / The Operating System CSC October 14, 2010.
Operating System & Application Software
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
Chapter 2: System Structures
THE OPERATION SYSTEM The need for an operating system
TYPES OFF OPERATING SYSTEM
What is an Operating System?
Chapter 4 The Power behind the Power
Chapter 2: System Structures
Chapter 4 The Power behind the Power
The Main Features of Operating Systems
Chapter 2: Operating-System Structures
Introduction to Operating Systems
Presentation transcript:

3.Data Communications 3.3Network Operating Systems

Operating Systems (OS)  The master control program that runs the computer.  It is the first program loaded when the computer is turned on, and its main part, called the "kernel," resides in memory at all times.  It may be developed by the vendor of the computer it's running in or by a third party.

Operating Systems (OS)  It is an important component of the computer system, because it sets the standards for the application programs that run in it.  All programs must "talk to" the operating system.

Functions of OS (explained by techweb.com)  User Interface  Job Management  Task Management  Data Management  Device Management  Security (From

Functions of OS  Program execution –Load the program into the main memory and run the program  I/O operations –Control the selection and use of input and output devices  File maintenance –Storage, create, delete and rename files  Error detection –Alert the user when errors occur, e.g. insufficient memory, power failure or out of paper (From Computer Studies for the New Generation, W.H.Kwan, Chung Tai Educational Press)

Functions of OS  Security control –Check the user identity and password. If an unauthorised user is suspected, the access right will be denied  Resources allocation –Allocate the CPU time, main memory and I/O devices to the user. Resources allocation is very important when the computer is shared by different users  Job scheduling –Set priorities for the jobs. The operating system has to arrange a job processing sequence for the CPU and to respond to computer users within an appropriate time (From Computer Studies for the New Generation, W.H.Kwan, Chung Tai Educational Press)

Network OS (NOS)  an operating system that manages network resources  manages multiple requests (inputs) concurrently and provides the security necessary in a multiuser environment  It may be a completely self-contained operating system, such as NetWare, UNIX and Windows NT, or it may require an existing operating system in order to function (LAN Server requires OS/2; LANtastic requires DOS, etc.) (From

More about NOS  In a peer-to-peer network, the network operating system allows each station to be both client and server  In a non-peer-to-peer network, dedicated servers are used, and files on a client machine cannot be retrieved by other users

More about NOS  In networks of PCs, NetWare is the most widely used network operating system. Windows NT, Windows for Workgroups, Windows 95/98, VINES, LAN Server, LAN Manager and LANtastic are also examples  UNIX, combined with TCP/IP and NFS, VMS combined with DECnet, the Mac OS combined with AppleTalk, and SNA, combined with VTAM and NCP, also provide network operating system services

Differences between OS and NOS  The main difference between an operating system and a network operating system is its multiuser capability  Operating systems, such as Macintosh System 7, DOS and Windows, are single user, designed for one person at a desktop computer  Windows NT and UNIX on the other hand are network operating systems, because they are designed to manage multiple user requests at the same time