Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan 2015 1.

Slides:



Advertisements
Similar presentations
Computer networks Fundamentals of Information Technology Session 6.
Advertisements

Peer-to-Peer vs. Client/Server Network Operating Systems Instructor: Dr. Najla Al-Nabhan
Chapter 7 LAN Operating Systems LAN Software Software Compatibility Network Operating System (NOP) Architecture NOP Functions NOP Trends.
Network+ Guide to Networks, Fourth Edition
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Lesson 1-Introducing Basic Network Concepts
Network and Server Basics. 6/1/20152 Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Lesson 3 – UNDERSTANDING NETWORKING. Network relationship types Network features OSI Networking model Network hardware components OVERVIEW.
Principles of Information Technology
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Chapter 8: Network Operating Systems and Windows Server 2003-Based Networking Network+ Guide to Networks Third Edition.
Computer Networks IGCSE ICT Section 4.
Understanding How Networks Communicate. Copyright © Texas Education Agency, All rights reserved.2 We Will Learn: Basic networked communications.
 Local Area Network (LAN) Local Area Network (LAN)  Wide Area Network (WAN) (The Internet) Wide Area Network (WAN)
CPMT 1449 Computer Networking Technology – Lesson 1
Introduction to Networks Networking Concepts IST-200 VWCC 1.
Computer communication
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Chapter 1 An Introduction to Networking
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
NETWORK Topologies An Introduction.
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Chapter Overview Network Communications.
CT 1503 Network Operating Systems Instructor: Dr. Najla Al-Nabhan 2014.
Why using Network Networks help users on the network to share the resources and in communication. Can you imagine a world now without s, online news.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Networks and Hackers Copyright © Texas Education Agency, All rights reserved. 1.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
What is a Topology? The physical topology of a network refers to the configuration of cables, computers, and other peripherals. Physical topology should.
Version 4.0. Objectives Describe how networks impact our daily lives. Describe the role of data networking in the human network. Identify the key components.
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Introduction to Networks Ruth Watson
Chapter One An Introduction to Networking Welcome to Networking and Telecommunications Professor: Ken Clifton, CISSP, MCSE, MCSD, MCDBA, Network+, A+,
NETWORK SERVERS Oliver Topping (with a little help from my Mum)
Basic Concepts of a Computer Network
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
Living Online Module Lesson 23 — Networks and Telecommunication
Objectives  To define network  To identify use of network  To differentiate major types of network  To identify basic networking terminologies  To.
Course ILT Basic networking concepts Unit objectives Compare various types of networks Discuss types of servers Discuss LAN topologies Discuss planning.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Lecture 6: Examples on Windows Operating Systems.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
Communications & Networks National 4 & 5 Computing Science.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
Introduction to Network Operating Systems Edited by/ Maysoon Al Duwais
Introduction TO Network Administration
Rehab AlFallaj.  Network:  Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and do specific task.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
ITE PC v4.0 Chapter 8 1 © 2007 Cisco Systems, Inc. All rights reserved.Cisco Public  Networks are systems that are formed by links.  People use different.
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
An Introduction to Local Area Networks An Overview of Peer-to-Peer and Server-Based Models.
Lecture 1: Network Operating Systems (NOS)
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
Peer 2 Peer & Client Server
Network Operating Systems Examples
Lecture 1: Network Operating Systems (NOS)
CT1303 LAN Rehab AlFallaj.
TYPES OFF OPERATING SYSTEM
An Introduction to Computer Networking
Course Name : Network Operating System Course Code: CNET 332 These slides are only meant for course delivery. For all your Exams refer to your text book.
Course Name : Network Operating System Course Code: CNET 332
Client/Server And Peer-to-Peer
Introduction to Operating Systems
Principles of Information Technology
Presentation transcript:

Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan

Overview  A network operating system (NOS) provides services to clients over a network.  Both the client/server and peer-to-peer networking models use network operating systems  NOSs must be able to handle typical network duties. 2

Major Tools of NOS 1. Providing access to remote printers, managing which users are using which printers when, managing how print jobs are queued, and recognizing when devices aren't available to the network 2. Enabling and managing access to files on remote systems, and determining who can access what—and who can't 3. Granting access to remote applications and resources, such as the Internet, and making those resources seem like local resources to the user (the network is ideally transparent to the user) 3

Major Tools of NOS 3. Providing routing services, including support for major networking protocols, so that the operating system knows what data to send where 4. Monitoring the system and security, so as to provide proper security against viruses, hackers, and data corruption. 5. Providing basic network administration utilities (such as SNMP, or Simple Network Management Protocol), enabling an administrator to perform tasks involving managing network resources and users. 4

Networking Operating Systems (NOS)  Computers have operating system software that allows them to function. Without operating system instructions, a computer is nothing more than a box with circuits. This is the same with networks.  Without a Network Operating System, a network is nothing more than a number of computer devices connected together. In order to transmit information and communicate across a network, it is necessary to have a Network Operating System. 5

Tasks of NOS  There are several different Network Operating Systems, each with its own set of features and protocols.  In order to transmit signals across a network, it is necessary for the computer to communicate with its modem or Network Interface Card.  Network Operating Systems (NOS) provide the protocols necessary to achieve this goal, but each different type of modem or NIC needs to be able to communicate with the particular NOS. 6

Tasks of NOS  It is therefore necessary to install the special software that comes with the interface device.  This software is often referred to as a driver.  Computers made today usually come with both the interface and necessary drivers installed.  Occasionally, you must install the modem or NIC yourself. It is necessary to install the correct driver for that interface device. Failure to so install the driver means that the device will be unable to communicate over the network or with the computer it is installed in. 7

Tasks of NOS  Network Operating Systems not only allow communication across a network, they also allow a network administrator to organize resources, control access, and ensure that the network is operating efficiently. 8

Terminologies  Driver—Also referred to as a device driver. Software that allows communication between the computer and an input/output port or external device.  For example, a driver allows a network operating system to communicate with the Network Interface Card.  · Network Operating System—A combination of software programs that instruct computers and peripherals to accept requests for services  across the network and then provide those services. 9

Terminologies  ·User Account  An account used by Windows NT Server Operating Systems and other NOS's that provides access to the network. Each user on the network has his/her own unique user name.  User Manager for Domains  A Windows NT Server application program that is used to maintain individual and group user accounts. 10

Terminologies  Workgroup  Group of devices logically networked together as a single unit. This simplifies network management by segmenting and organizing users into defined groups that can be managed as one. For example, everyone in the accounting department may be considered a workgroup. One change in security for the group changes security for all users.  File Servers: Store files created by application programs.  Print Server: Accept print jobs sent by anyone across the network. 11

Types of NOSs  There are several different Network Operating Systems, each with its own set of features and protocols.  Sharing of network resources can be peer-to-peer or client/server.  Which NOS is the best is dependent on the end goal of the network. 12

Peer-to-Peer Networking  In peer-to-peer networking there is a complete sharing of resources, both hardware and software.  All systems act as both users of resources and providers of resources, but no one system is dedicated to a single function.  Peer-to-peer networks are generally best suited to small networks and usually are less expensive than client/server networks. 13

Peer-to-Peer NOSs  In a peer-to-peer network operating system users are allowed to share resources and files located on their computers and access shared resources from others. This system is not based with having a file server or centralized management source. A peer-to-peer network sets all connected computers equal; they all share the same abilities to use resources available on the network.  Examples:  AppleShare used for networking connecting Apple products.  Windows for Workgroups used for networking peer-to-peer windows computers. Advantages  Ease of setup  Less hardware needed, no server needs to be purchased. Disadvantages  No central location for storage.  Lack of security that a client/server type offers.

Client/Server Networks  Client/server networks dictate that systems are most often dedicated to a single function.  They are either users of network resources or providers of resources.  Client/server networks are typically more expensive and robust than peer-to-peer networks and generally support the building of larger networks.  Discussion of Internetworking Operating Systems will cover the four major systems currently in use: Windows, Novell, UNIX/LINUX, and Mac. 15

Windows for Workgroups/Windows 95  Windows for Workgroups, introduced in the early 90s  Windows 95, introduced in 1995  They are both considered peer-to-peer networking systems and do not have the capabilities of true internetworking operating systems.  They are, however, inexpensive and more than adequate for small workgroups wanting to share resources, use , and connect to the Internet. 16

Client/Server NOSs  Network operating systems can be based on a client/server architecture in which a server enables multiple clients to share resources.  Client/server network operating systems allow the network to centralize functions and applications in one or more dedicated file servers.  The server is the center of the system, allowing access to resources and instituting security.  The network operating system provides the mechanism to integrate all the components on a network to allow multiple users to simultaneously share the same resources regardless of physical location.

Client/Server NOSs  Examples:  Novell NetWare  Windows Server  Banyan VINES  Advantages  Centralized servers are more stable.  Security is provided through the server.  New technology and hardware can be easily integrated into the system.  Servers are able to be accessed remotely from different locations and types of systems.  Disadvantages  Cost of buying and running a server are high.  Dependence on a central location for operation.  Requires regular maintenance and updates.

Routers NOSs  Network operating systems can be embedded in a router or hardware firewall that operates the functions in the network layer (layer 3) of the OSI model.  Examples:  JUNOS, used in routers and switches from Juniper Networks,  Cisco IOS (formerly "Cisco Internetwork Operating System").  TiMOS, used in routers from Alcatel-Lucent  VRP (Versatile Routing Platform), used in routers from Huawei  RouterOS, software which turns a PC or MikroTik hardware into a dedicated router  ZyNOS, used in network devices made by ZyXEL.  ExtremeXOS, used in network devices made by Extreme Networks. Also called EXOS.  Embedded Linux, in distributions like Openwrt and DD-WRT which run on low-cost platforms such as the Linksys WRT54G.

Quiz  next lecture 20