COEN 3423: Computer System Administration
COEN 3423: Computer System Administration
COEN 3423: Computer System Administration
Introduction
Objectives:
Centralized server
It uses only a single server on a network that
handles all the server-specific networking
tasks.
Decentralized/Dedicated server
It uses a single server on a multi-server
network that handles one or more server-
specific tasks.
Client
-Test a cluster to ensure it is set up to accomplish the task for which it is intended
-Migrate configuration settings from one cluster to another
-Quickly configure a cluster and troubleshoot problems
-Set up storage used in a cluster
-Create better cluster storage performance and reliability
-Secure a cluster and enable it to use new network capabilities
Windows Server 2008
Enhanced Web Services
-Hyper-V provides the ability to run two or more operating systems on a single
computer.
-Hyper-V capable of:
-Compatible with clustering
-Able to handle up to a 4-processor SMP computer
-Can be used with Windows and Linux operating systems
-Compatible with different types of disk storage methods
-Enables fast migration from one computer to another
-Can house 32-bit and 64-bit operating systems
Windows Server 2008
Reliability
-The operating system kernel runs in privileged mode, protects it from problems
created by a malfunctioning program or process.
-The kernel consists of the core programs and the computer code of the operating
system
-Privileged mode gives the operating system kernel an extra level of security from
intruders, prevents system crashes due to poorly written applications.
-Microsoft has introduced typical and protected processes, a computer program or
portion of a program that is currently running.
-Typical process, like one on previous windows systems in which the process can be
influenced by a user or other processes.
-Protected process, one for which outside influences are restricted.
Windows Server 2008
-Multitasking, the ability to run two or more programs at the same time
-Multithreading, the capability of programs written to run several program code
blocks or threads at the same time.
-Preemptive multitasking
-Each program runs in an area of memory separate from areas used by other
programs
-Reduces the risk of one program interfering with the smooth running of
another program.
Server Roles
Server Roles
A role is a primary duty that a server performs.
For example, a server would be "that's my
domain controller (DC) and DNS server."