Day12 Network OS. What is an OS? Provides resource management and conflict resolution. –This includes Memory CPU Network Cards.

Slides:



Advertisements
Similar presentations
Computers Software. Computer Layers Hardware BIOS Operating System Applications.
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.
What to expect.  Linux  Windows Server (2008 or 2012)
Network+ Guide to Networks, Fourth Edition
Homework 3.2 Clients Hub What’s wrong with this picture? Clients Using 100TX.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
Operating Systems. What is an Operating System? A layer of software between users/applications and the hardware. The first program loaded onto a computer.
Lesson 20 – OTHER WINDOWS 2000 SERVER SERVICES. DHCP server DNS RAS and RRAS Internet Information Server Cluster services Windows terminal services OVERVIEW.
Guide To UNIX Using Linux Third Edition
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Chapter 11 Network Operations.
System Software, functions of an operating system
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
File Systems and N/W attached storage (NAS) | VTU NOTES | QUESTION PAPERS | NEWS | VTU RESULTS | FORUM | BOOKSPAR ANDROID APP.
Introduction to Networks Networking Concepts IST-200 VWCC 1.
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
BASIC NETWORK CONCEPTS (PART 6). Network Operating Systems NNow that you have a general idea of the network topologies, cable types, and network architectures,
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
Local Area Networks: Software © Abdou Illia, Spring 2007 School of Business Eastern Illinois University (Week 8, Thursday 3/1/2007)
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Network Operating Systems Week 9.
NETWORK TYPE PEER TO PEER CLIENT SERVER DATA RATES ADDRESSING IP MAC.
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:
Chapter 1 An Introduction to Networking
Chapter 7: Using Windows Servers to Share Information.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
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.
Local Area Networks (LAN) are small networks, with a short distance for the cables to run, typically a room, a floor, or a building. - LANs are limited.
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.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
COMP1321 Digital Infrastructure Richard Henson February 2014.
Guide to MCSE , Second Edition, Enhanced1 The Microsoft Networking Family Collection of operating systems (OS) Operating Systems Work directly with.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
INTRODUCTION TO SERVERS & INSTALLATION OF WINDOWS SERVER 2008 R2 Network Administration and Maintenance.
Configuring the network server GOUP 3 ® WORKGROUP: Mr. YUSUF Mr. BULHAN Mr. ABSHIR Mr. OSMAN.
Remote Controller & Presenter Make education more efficiently
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
University of South Asia Course Name: Distributed System
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.
Introduction TO Network Administration
Install, configure and test ICT Networks
 Describe characteristics common to all network operating systems (NOS)  Compare and evaluate NOSs to select the right one for your network  Define.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Storage Networking. Storage Trends Storage grows %/year, gets more complicated It’s necessary to pool storage for flexibility Intelligent storage.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
CEG 2400 FALL 2012 Network Operating Systems. Characteristics of Network Operating Systems (NOS) Client/Server type architecture NOS do the following:
2: Operating Systems Networking for Home & Small Business.
1 Network Operating Systems Network operating systems  Initially, merely communications software packages or additions to standalone operating systems.
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
COMP1321 Digital Infrastructure Richard Henson March 2016.
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
Networking Week #10 OBJECTIVES Chapter #6 Questions Review Chapter #8.
Networks : What is a network? A Network is formed when 2 or more computers (devices) are linked together. Every computer or device on a network can send.
Computers: Tools for an Information Age
Chapter 7: Using Windows Servers
Introduction to Operating Systems
Discovering Computers 2012: Chapter 8
Chapter 4 The Power behind the Power
Layers of the Network Communication Process
Networks Software.
An Introduction to Computer Networking
Lecture 1-Part 2: Operating-System Structures
Chapter 4 The Power behind the Power
Network+ Guide to Networks, Fourth Edition
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
Presentation transcript:

Day12 Network OS

What is an OS? Provides resource management and conflict resolution. –This includes Memory CPU Network Cards

Scarce Resources Memory –Everyone wants it, there is a limited supply –Must request memory from OS. OS may –Impose limits –Manages swap space as necessary –Manages CPU registers and cache –When a program exits memory is reclaimed –A Preemptive multitasking OS allows the OS to force a program to give back memory and exit.

Different OS’s Windows NT/2000/XP/2003 Windows 95/98/ME Unix (solaris, BSD) Linux (Redhat,Suse,Debian…) Mac OSX, os9… Each has its own advantages and disadvantages. –License –Stability –Support

Network component In order for an OS to be a NOS it must: –Support network interface cards (NIC), via drivers –Support protocols such as TCP/IP, Appletalk etc. –Provide client or server software

Client-Server The model we are now most familiar with. –Lots of clients (laptops, desktops) –A few servers Web Servers File Servers Mail servers A single server can talk to many clients. Each client can talk to many servers.

Peer To Peer There is no concept of a single server, everyone just talks to whoever they wish. –Each machine may act as a client to some people and a server to others File sharing software –Often you connect to a central server to find a list of other peers. –You can search for files by asking everyone if they have it –Multiple servers can return parts of a file to you. Advantage are harder to track, better fault tolerance.

Clients Just about all machines act as clients –You must have client software Internet Explorer, WSFTP, Putty/SecureCRT, AIM, Terminal Service Client etc. –Many things are now available via the web, so specialized software is less important so long as you have a browser with all the plug-ins. You’ll want to protect it from unwanted stuff –Viruses, Spyware, Worms, Spam etc.

Servers Typically must have static IP –So people can find them Must have some software installed to perform server function –Apache, wu-ftp, IIS, Exchange, sendmail, Samba, etc. Nothing magical about the hardware, any computer can be a server –However, high end servers tend to have lots of RAM, many CPUs, RAID disks. Some have redundant internals.

Redundancy/Scalability If a server performs an important duty: –You’ll want more than 1 of them In case one fails To help handle requests when a lot of people want that service –Often you’ll use a load balancer to achieve this. Most large networking companies make load balancers for this task.

Backups Few do it right, everyone should You only realize you need it when you need it, and then its too late. –Servers should be backed up to ensure a failure doesn’t mean a loss of data. Often the data is worth more than the machine –Backups don’t have to be fancy, CDs, DVDs, Tapes, Zip disks, Jump drives all work great. –Remember to plan for the worst. Backup often, and keep some at another location

UPS Sometimes the power goes out –Batteries are your friend –Hard shutdown of computer is bad Disk cache, memory cache If you do it often enough, you’ll eventually lose data, or the OS. –UPS/generators can keep you alive when the power goes out.

Authentication Username and password can be used to prove your identity –But you don’t want to have to log in for EVERY file you transfer off a machine. –Authentication Tokens. A single server (Domain Controller, NIS, Kerberos, Radius) authenticates you and gives you a token which proves you’ve authenticated. Now you can just give that token. Eventually the token expires, or can be revoked.

Keeping track of users Most modern server OS’s have some capability to organize users, computers and resources into a structure. –Windows: Active Directory –Netware: NDS –Unix/MAC: Ldap They are effectively the same thing, the allow you to group similar things together into “trees”.

Intrusion Detection Finding out someone has been here. –Logs/event viewer are helpful but can be faked –Scanning for root kits or administrator compromises. –Tools available such as: ISS Nessus Snort