Network and System Administration Chapter 3
Network and System Administration Chapter 3
Chapter 3
An operating system (OS) is the program that, after being initially loaded into the computer by a
boot program, manages all of the other application programs in a computer. The application
programs make use of the operating system by making requests for services through a defined
application program interface (API). In addition, users can interact directly with the operating
system through a user interface, such as a command-line interface (CLI) or a graphical UI (GUI).
An operating system brings powerful benefits to computer software and software development.
Without an operating system, every application would need to include its own UI, as well as the
comprehensive code needed to handle all low-level functionality of the underlying computer,
such as disk storage, network interfaces and so on. Considering the vast array of underlying
hardware available, this would vastly bloat the size of every application and make software
development impractical.
An operating system provides three essential capabilities: It offers a UI through a CLI or GUI; it
launches and manages the application execution; and it identifies and exposes system hardware
resources to those applications -- typically, through a standardized API.
1. Check your device meeting the windows 10 requirements it needs the following
minimum requirement
Processor: 1 gigahertz (GHz) or faster processor or SoC
RAM: 1 gigabyte (GB) for 32-bit or 2 GB for 64-bit
Hard disk space: 32GB or more
Real time operating system: can process and react to input in very short time.
Distributed operating system: - is a group of processors which do not share memory
hardware device or a clock time.
Network operating system :- Failure of one will not affect the other network
communication, as all systems are independent from each other
Time sharing operating system:-computer resources are allocated in time-dependent
fashion to several programs simultaneously.
Linux operating system:-is built around the Linux kernel and is a free and open source
software operating system
Windows operating systems: is one of the most popular proprietary for computers in the
world. This operating system built in 1975 when Paul Allen and Bill Gates had the vision
to take personal computing to its pinnacle.
Mac OS is the operating system for Apple's Macintosh line of PCs and workstations.
UNIX is a multiuser operating system designed for flexibility and adaptability.
Types of windows
Editions
- Windows Server 2003 comes in a number of editions, each targeted towards a particular
size and type of business. In general, all variants of Windows Server 2003 have the
ability to share files and printers, act as an application server, and host message queues,
provide email services, authenticate users, and to perform other server-oriented functions.
Web Edition
- Windows Server 2003, Web Edition is mainly for building and hosting Web applications,
Web pages, and XML web services. It is designed to be used primarily as an IIS 6.0 Web
server and provides a platform for rapidly developing and deploying XML Web services
and applications that use ASP.NET technology, a key part of the .NET Framework.
Terminal Server mode is not included on Web Edition. However, Remote Desktop for
Administration is available on Windows Server 2003, Web Edition. Only 10 concurrent
file-sharing connections are allowed at any moment. It is not possible to install Microsoft
SQL Server and Microsoft Exchange software in this edition without installing Service
Pack 1. Windows Server 2003 Web Edition supports a maximum of 2 processors with
support for a maximum of 2GB of RAM. Additionally, Windows Server 2003, Web
Edition cannot act as a domain controller. It is the only edition of Windows Server 2003
that does not require Client Access Licenses when used as the internet facing server front
end for Internet Information Services and Windows Server Update Services.
Standard Edition
- Microsoft Windows Server 2003, Standard Edition is aimed towards small to medium
sized businesses. Standard Edition supports file and printer sharing, offers secure Internet
connectivity, and allows centralized desktop application deployment. The 32-bit version
will run on up to 4 processors with up to 4 GB RAM; the 64-bit version is capable of
addressing up to 32 GB of RAM and also supports Non-Uniform Memory Access. The
32-bit version is available for students to download free of charge as part of Microsoft's
Dream Spark program.
COMPUTER SCIENCE DEPARTMENT@SMU Page 6
St. Mary’s University / Faculty of Informatics
Network and system administration
Enterprise Edition
- Windows Server 2003, Enterprise Edition is aimed towards medium to large businesses.
It is a full-function server operating system that supports up to 8 processors and provides
enterprise-class features such as eight-node clustering using Microsoft Cluster Server
(MSCS) software and support for up to 32 GB of memory. Enterprise Edition is also
required to issue custom certificate templates.
Datacenter Edition
- Windows Server 2003, Datacenter Edition is designed for infrastructures demanding high
security and reliability. It supports a maximum of up to 32 processors on 32-bit or 64
processors on 64-bit hardware. Windows Server 2003, Datacenter Edition, also allows
limiting processor and memory usage on a per-application basis. Windows Server 2003,
Datacenter Edition has better support for Storage Area Networks (SAN).
Minimum CPU Speed 133 MHz 133 MHz for x86-based 400 MHz for x86-based 133 MHz
computers computers
Recommended CPU 550 MHz 733 MHz 733 MHz 550 MHz
Speed
Disk Space for Setup 1.5 GB 1.5 GB for x86-based 1.5 GB for x86-based 1.5 GB
computers computers
* Important: The 64-bit versions of Windows Server 2003, Enterprise Edition and Windows
Server 2003, Datacenter Edition are only compatible with 64-bit Intel Itanium-based systems.
They cannot be successfully installed on 32-bit systems.
** Windows Server 2003 may not use multiple processors with some Intel Pentium Pro or
Pentium II Processors.
- Client software
o In a stand – alone system, when the user types a command that requests the
computer to perform task, the request goes over the computer’s local bus to the
computer CPU.
o In a network environment, however, a user initiates a request to use a resource
that exists on a server in another part of the network, the request has to be
forwarded, or redirected, away from the local bus, out onto the network, and from
there to the server with the requested resource.
o The server processes the connection requested by client redirectors and gives
them access to the resources they request. In other words, the servers services- or
fulfill- the request made by the client.
o Some example of client OS
Window 98
Window 2000
Window XP etc.
3.1. Client / Server Computing
NOTE: The computer name must be unique for each computer on the network and should be no
more than 15 characters in length. In small networks, the workgroup name should be the same
for each computer so that all computers are visible in the same workgroup when browsing. You
should not use spaces or the following characters in computer and workgroup names: / \ * , .
" @