Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be...

61
Lesson 13. Network Operating Systems (NOS)

Transcript of Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be...

Page 1: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Lesson 13. Network Operating Systems (NOS)

Page 2: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Objectives

At the end of this Presentation, you will be able to:

Page 3: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

• Explain the difference between a Network Operating System (NOS) and a desktop Operating System.

• Identify and compare the major Network Operating Systems including Windows NT, Novell Netware, UNIX and Macintosh OS.

• Specify the network clients that best serve specific network operating systems and their resources.

• Identify the directory services of the major network operating systems.

Page 4: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Network+ Domains covered:

• 3.1• 3.2• 4.4

Page 5: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Networks can be classified according to where the

resources reside and how the resources are accessed.

Page 6: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

• Peer-to-peer• Server-based or Client/server

Page 7: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Peer-to-Peer Benefits

• Easy to implement.• Inexpensive and easy to operate.• Does not require a special operating system.• Fault tolerant.

Page 8: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Peer-to-Peer Limitations

• Lack of Security• Lack of Consistent Administration• Lack of Performance• Lack of Scalability

Page 9: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Client/Server Network

ServerClient

Client

ClientClient

Client

Page 10: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Benefits of the Client/Server Network

• Improved security• Better performance• Better administration• Scalability

Page 11: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

These benefits are a direct result of the

Network Operating System (NOS) used by the server.

Page 12: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Network Operating System (NOS) versus

desktop Operating System (OS)

Page 13: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The NOS provides improved security.

• User-level Security• Server authenticates:

o User nameo User passwordo User location

• Server determines which resources the user may access.

• Simplifies security for the user.

Page 14: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The NOS allows sensitive resources to be maintained in a centralized and

secure location.

Page 15: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The NOS provides improved performance.

• Client is relieved of the burden of server• Server can be optimized• Adds administration and management

capabilities.

Page 16: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The NOS provides better administration.

• Centralized security• Centralized data• Consistent policies• Administrative tools• Accountability

Page 17: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The NOS allows scalability.

• The client/server network grows gracefully.• A single server may handle 50 or more

clients.• Additional servers can be added.• Specialized servers

oFile serveroPrint serveroCommunications Server

Page 18: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Disadvantages of the NOS

• More expensive• More complex• Requires administration.

Page 19: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NOS Directory Services

• Refers to the way the resources on the network are organized.

• Directory Services manages resources from multiple servers as if they were one data base.

• This not only includes resources such as files, folders, and printers, but information like user names, passwords, and groups, as well.

Page 20: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

With stand-alone servers each server’s user and account data

base must be managed separately.

Page 21: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

With Directory Services based servers all servers’ user and

account information is in one data base.

Page 22: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Major Network Operating Systems

• Unix• Novell NetWare• Windows NT/2000 Server• Macintosh

Page 23: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix

• Unix is a Multitasking, Multiuser OS• Influential in the evolution of the Internet • Unix uses the TCP/IP protocol• Client computers communicate with the Server

using Terminal Emulation

Page 24: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix Directory Service

• Unix’s implementation of directory services is called Network Information System, or NIS.

• A single user and password file is maintained by an NIS server.

• The NIS server copies the user and password data from the other computers in the network.

Page 25: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix’s Network File System (NFS)

• Allows you to share resources on a remote machine as if the resource were on your own machine.

• Called “mounting,” it is Unix’s equivalent of mapping a remote resource to your machine.

Page 26: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Linux

• Smaller, easier to use version of Unix• Easily adapted to individual computers or

as a server in a small network• Like Unix, Linux uses the command line as

the user interface.• Unlike Unix, Linux is offered with a

graphical user interface.

Page 27: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix/Linux “rwx” Permissions

• Read (r) – Allows you to see but not change a file.

• Write (w) – Allows you to both see and change a file.

• Execute (x) – Allows you to run a program or a shell script

Page 28: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix/Linux Printing Services

• LPD/LPR – Industry standard TCP/IP based printing protocols.

• LPR (Line Printer Request) – Allows a host to send printing jobs to any TCP/IP system that supports the LPD protocol.

• LPD (Line Printer Daemon) – Allows a host to receive print jobs from a system that support LPR.

Page 29: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Novell’s NetWare

• Most popular NOS• Text-based operating system• Supports virtually all Windows-based client

computer operating systems• IPX/SPX is the primary NetWare protocol

Page 30: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NetWare Directory Services

• Prior to version 4, NetWare used Bindery as a form of directory services

• Beginning with version 4, Netware uses directory services called NetWare Directory Services, or NDS.

Page 31: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NDS Tree Structure

UofMars

Students Staff

A

B

C

English

History

A

B

C

A

B

C

Page 32: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NDS Structure

• Tree – A major collections of objects under a single heading.

• Context – The object’s position within the directory tree.

Page 33: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

UofMars

Staff

English

History

A

C

A

B

Busby

.busby.english.staff.uofmars

Context Tree

Page 34: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Netware 5

• Supports Multiprocessing• Runs TCP/IP in native mode• Backward compatible with earlier versions

of Netware i.e. Versions 2 through 4.• Supports Hot Plug PCI• Novell Storage Services (NSS) – Supports

virtually unlimited amounts of storage. In theory, it can support 255 volumes of up to 8 trillion files each.

Page 35: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NetWare Security

• File System Security – Controls access to the file system.

• NDS Security – Controls access to objects in the directory.

Page 36: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NetWare File Security System

• Read – Read an existing file.• Write – Write to an existing file.• Create – Create a new file.• Erase – Erase an existing file.• Modify – Re-name a file or change its attributes.• File Scan – List the contents of a directory.• Access Control – Control the access that others

have to the file or directory.• Supervisor – All the above rights.

Page 37: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

NDS Security

• Supervisor – All rights listed below.• Browse – User can see objects in the

Directory tree.• Create – User can create objects under

existing objects.• Delete – User can delete objects• Re-name – User can change the object’s name

Page 38: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows NT Server and

Windows 2000 Server

Page 39: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows NT

• 32-bit network operating system• First to use a graphical user’s interface• Not as feature-rich as Unix and NetWare• Supports a wide range of network clients

Page 40: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows NT Directory Services

• Called NT Directory Services (NTDS) • NTDS is not true directory services like NDS

in NetWare.• NTDS manages user names, passwords, and

groups.• NTDS is far more limited in its management

of shared directories and printers, as compared to NDS in NetWare.

Page 41: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000

• Family of Operating Systems designed to replace the Windows NT Family.

• Aimed at Business, not the consumer market.

Page 42: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The Windows 2000 Family

• Windows 2000 Professional• Windows 2000 Server • Windows 2000 Advanced Server• Windows 2000 Datacenter Server

Page 43: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The Windows 2000 Family

• Windows 2003 Server Standard Editon • Windows 2003 Enterprise Edition• Windows 2003 Datacenter Edition• *Web Edition

Page 44: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000 Professional

• Designed for Stand-Alone or Network Client PCs.• Replacement for Windows NT Workstation 4.0.• Plus:

o Plug and Playo New hardware support – USB, IEEE-1394, AGP, etc.o Improved Mobile Support – Connectivity, Battery-life

• Supports a single CPU.

Page 45: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000 Server Family

• Windows 2000 Server/2003 Standard Edition

• Windows 2000 Advanced Server/2003 Enterprise Edition

• Windows 2000 Datacenter Server/2003 DataCenter Edition.

Page 46: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000 Server/2003 Standard Edition

• Processors supported• Memory supported• Network load

balancing• Server Clustering

44 Gigabytes2000 No /2003Yes

• No

Page 47: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

New Terms

• Load balancing – Spreads processing burden over several processors, or the nodes in a cluster.

• Cluster – Two or more servers that are loosely coupled together and can perform as a single entity.

• Clustering – The coupling of servers to form a cluster. Provides “fail-over” in case one system goes down.

• Fail-over – The ability to detect and replace a system that has gone down.

Page 48: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000 Advanced Server/ 2003 Enterprise

• Processors supported• Memory supported

o 2000o 2003

• Network load balancing

• Server Clusteringo 2000o 2003 Enterprise

8

8 Gigabytes32 GigabytesYes, up to 32 nodes

Yes, up to 2 nodesYes, up to 8 nodes

Page 49: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000/2003 Datacenter Server

• Processors supported• Memory supported• Network load

balancing• Server Clustering

3264 GigabytesYes, up to 32 nodes

Yes

Page 50: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows 2000 File System Support

• FAT• FAT32• NTFS• NTFS-5

Page 51: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Windows NT/2000 Family Access Permissions

• Full Control – Perform any and all functions including changing permissions

• Change – Read, execute, modify, and delete, but not changing permissions

• Read – Read and execute but not modify or delete.

Page 52: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

The default shared folder permission is Full Control.

• You must assign shared folder permissions to change this.

• You can allow or deny permissions to individuals or groups.

• Generally, it is best to assign an individual to one or more groups.

• And then assign permissions to the groups.

Page 53: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Macintosh NOS

• Family name for almost two decades of computers from Apple Computer Inc.

• Ten or more generations of operating system.

• Concerned here with its networking capability.

Page 54: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Macintosh Networking

• AppleTalk – Apple’s Proprietary protocol suite used in virtually all Macintosh computer since 1984. It gives every Macintosh computer networking capabilities.

• AppleShare – A network operating system from Apple that runs on Macintosh servers.

• Built-in Ethernet.

Page 55: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Client

• A piece of software that is installed in every workstation attached to the server.

• It allows a workstation to communicate with the Network Operating System on the server.

• Most workstations use some form of Microsoft Windows product.

Page 56: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Where do you find the right Client?

• The Clients for Microsoft Based Network products are provided with Windows 9X.

• Windows 9X also provides a Client for NetWare.

• NetWare Clients are provided by Novell.• Unix Clients are provided by third party

Vendors.

Page 57: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Generally, the key to selecting the right Client is to select the Client provided by the Vendor

of the NOS.

Page 58: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Clients provided by Microsoft• The Client for Microsoft Networks

o Client of choice for Microsoft workstationso Supports Windows for Workgroups, Windows 95,

Windows 98, Windows NT, and Windows 2000.• The Client for NetWare Networks

o Does not connect to NetWare using TCP/IPo Does not understand NetWare Directory Services (NDS)o Better Clients available from Novell.

Page 59: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Client provided by Novell

• Client v3.1 for Windows 95/98o Also called “Client 32” after an earlier version

of the program.o Allows Windows 9x workstations to connect to

a NetWare server.o Supports both IPX/SPX and TCP/IP Protocols.o Supports NetWare Directory Services (NDS).

Page 60: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

Unix Clients

• Generic term is Client for NFS.• Available from various third party vendors

such as Sun Microsystems.

Page 61: Lesson 13. Network Operating Systems (NOS). Objectives At the end of this Presentation, you will be able to:

• Explain the difference between a Network Operating System (NOS) and a desktop Operating System.

• Identify and compare the major Network Operating Systems including Windows NT, Novell Netware, UNIX and Macintosh.

• Specify the network clients that best serve specific network operating systems and their resources.

• Identify the directory services of the major network operating systems.