server administration

28

Upload: erwinmacaraig

Post on 18-Aug-2015

211 views

Category:

Self Improvement


1 download

TRANSCRIPT

Page 1: Server administration
Page 2: Server administration

Servers are computers that are explicitly set-up to provide services to other computers on the network.

Therefore server administration is the task of managing, upgrading and maintaining these servers and making sure that all systems are humming along.

Page 3: Server administration

We need to know other discipline to administer a

server...

Page 4: Server administration

Network Basics

Page 5: Server administration

• the logical structure and operating principle of a network system and defines the communication protocols required for real-world data exchange

• It determines “hierarchical structures” according to each classification and specifies protocols and interfaces between layers of the hierarchical structure.

Page 6: Server administration

• within the network architecture, all the network's physical elements are modeled and structured and treated as a logical network

• Main components are: node i.e. hardware such as computers and

communication equipment link i.e. communication lines process i.e. application programs

Page 7: Server administration

If the architecture is the same, a system can be built by adjusting the interfaces even when products from different manufacturers are combined

Employing a system compliant with standard interfaces makes it easy to develop, expand and maintain the system

Even independently developed systems can be easily integrated

The entire network can be treated locally

Page 8: Server administration

Open Network Architecture Vendor-specific proprietary network architecture

Open Systems InterconnectionTransmission Control Protocol/Internet Protocol

Systems Network Architecture (SNA) – IBM

DECnet - DEC

IPX/SPX (Internetwork Packet Exchange/Sequenced Packet Exchange) – Novell

Apple Talk – Apple Corporation

Page 9: Server administration

Network Topology

Page 10: Server administration
Page 11: Server administration

nodes are connected in a closed loop by communication lines

transmission lines are short and easily controlled

if just one node fails, it might affect the entire network

Page 12: Server administration
Page 13: Server administration

two or more paths lead to each node so that that the overall structure becomes that of a mesh

even if a node fails, that node can be bypassed by routing meaning that the reliability of this type of network is high

Page 14: Server administration
Page 15: Server administration

each node is connected to a central node in star shaped configuration

even if one node fails, this will have no effect on the overall systems but if the central node fails, the entire network will no longer be functional

Page 16: Server administration
Page 17: Server administration

all nodes are connected to a common communication line

makes it easy to add or remove nodes without affecting the overall system and at the same time it is economical

when there are many nodes and the traffic load increases data collision may occur on the common communication line and the transmission efficiency may deteriorate

Page 18: Server administration
Page 19: Server administration

several child nodes are connected to a parent node

also called cascade connection

Page 20: Server administration

There are three typical connection methods that are used in accordance with what best suits the communication distance and data load, etc. These are: • Point-to-point connection• Multipoint connection• Switched connection

Page 21: Server administration
Page 22: Server administration

the computer is connected one-to-one to each terminal through a leased line communication lines

appropriate if heavy traffic between two points is required

Page 23: Server administration
Page 24: Server administration

multiple branching devices are connected sequentially to the same communication line

This configuration allows construction of a network that is cheaper than using the point-to-point configuration when the communication distance is long and the data traffic is light.

Since the main communication line is shared, other terminals have to wait while one is transmitting data

Page 25: Server administration
Page 26: Server administration

the lines from several terminals are connected to a concentrator, which is connected to the host computer through a high-speed line

Page 27: Server administration

No matter what kind of software is running on a network and regardless of what kind of data is transmitted, problem-free data communication will be possible on the OSI complaint network.

Page 28: Server administration

Application 7 Provides communication services required for applications. i.e. file transfer and management, remote database acces, virtual terminal

Presentation 6 Data representation, format translation and mapping

Session 5 Performs dialog management. •Dialog management controls and manages the data flow between application and systems by emplying the end-to-end data transfer capabilities provided by the transport layer.

Transport 4 Guarantees the quality of data transfer between system ends

Network 3 Concerned primarily with path selections and relays

Data-link 2 Ensures transparent and error-free data transmission by using transmission controls such as high-level data link control, establishment of data-link connection, error control, etc.

Physical 1 Transmits electric signals using transmission media