Introduction To Network Operating Systems
Introduction To Network Operating Systems
6.1 Characteristics of a Network Operating System 6.2 Windows 6.3 Linux 6.4 Determining Software Requirements a Linux NOS
OPERATING SYSTEM
An operating system (OS) is an interface between hardware and user which is responsible for the management and coordination of activities and the sharing of the resources of a computer,
Features
Add, remove and manage users who wish to use resources on the network. Allow users to access to the data on the network. This data commonly resides on the server. Allow users to access hardware connected to the network. Protect data and services located on the network. Enables the user to pass documents on the attached network.
Network operating systems (NOS) typically are used to run computers that act as servers. They provide the capabilities required for network operation.
Choosing a NOS
The main features to consider when selecting a NOS include:
Performance Management and monitoring tools Security Scalability Robustness/fault tolerance
Types of NOS
It is important to know the basics about popular NOS families. Many networks now include more than one server type, and knowing how to get these diverse systems to interoperate is an important skill for a network administrator. Operating systems on the network have their own language. Different NOS vendors use the same terms in different ways.
Windows
Windows Terminology
Windows server-based networks that run Windows NT Server or Windows 2000 Server are based on the concept of the domain. A domain is a group of computers and users that serves as a boundary of administrative authority. Windows NT domains and Windows 2000 domains, although similar in function, interact with one another differently.
Windows NT 4.0
The Domain Structure of Windows NT was entirely different from the Domain Structure in Windows 2000. Instead of Active Directory, Windows NT provides an administrative tool called the User Manager for Domains. It is accessed from the domain controller and is used to create, manage, and remove domain user accounts.
Windows NT 4.0
Each NT domain requires one Primary Domain Controller (PDC). This is a "master" server that contains the Security Accounts Management Database (SAM). A domain can also have one or more Backup Domain Controllers (BDCs), each of which contains a read-only copy of the SAM. The SAM is what controls the authentication process when a user logs onto the domain.
Linux
History of Linux
Linux is an operating system similar to UNIX. It runs on many different computers and was first released in 1991. Linux is portable, which means versions can be found running on name brand or clone PCs. Linux offers many features adopted from other versions of UNIX.
What is UNIX?
The UNIX NOS was developed in 1969, and it has evolved into many varieties. The source code is opened, that is, available at no cost to anyone who wants to modify it. It is written in C programming language so businesses, academic institutions, and even individuals can develop their own versions. There are hundreds of different versions of UNIX.
Linux Clients
Windows clients can access Linux servers without client software if the UNIX servers run Samba, which is a program that uses the Server Message Block (SMB) application layer protocol. Windows computers use SMB for file access across the network. Samba permits them to see the Linux file system.
SOLARIS
Oracle Solaris (formerly and still informally referred to as Solaris) is a UNIX-based operating system introduced by Sun Microsystems in 1992 as the successor to SunOS.
Solaris is known for its scalability, especially on SPARC systems, and for originating many innovative features such as DTrace and ZFS.Solaris supports SPARC-based and x86based workstations and servers from Sun and other vendors, with efforts underway to port to additional platforms. Solaris is certified against the Single Unix Specification.