INTRODUCTION TO SERVERS & INSTALLATION OF WINDOWS SERVER 2008 R2 Network Administration and Maintenance.

Slides:



Advertisements
Similar presentations
Computer networks Fundamentals of Information Technology Session 6.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART II.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
What to expect.  Linux  Windows Server (2008 or 2012)
Web Application Architecture Bird Book pp Client Server Model.
Novell Server Linux vs. windows server 2008 By: Gabe Miller.
Homework 3.2 Clients Hub What’s wrong with this picture? Clients Using 100TX.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Advanced Web 2012 Lecture 2 Sean Costain How the Web Works - Refresh Sean Costain 2012 The web is a matrix of servers that handle client requests.
Remote Networking Architectures
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Chapter 11: Dial-Up Connectivity in Remote Access Designs
Computerized Networking of HIV Providers Networking Fundamentals Presented by: Tom Lang – LCG Technologies Corp. May 8, 2003.
Getting Connected to NGS while on the Road… Donna V. Shaw, NGS Convocation.
Introduction to Networks Networking Concepts IST-200 VWCC 1.
Windows Server MIS 424 Professor Sandvig. Overview Role of servers Performance Requirements Server Hardware Software Windows Server IIS.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
Network LANscape Servers & Equipment Found In a Typical Local Area Network (LAN) By George Squillace New Horizons of MichiganGeorge Squillace MCT, MCSE,
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Web Administration.
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
NETWORK TYPE PEER TO PEER CLIENT SERVER DATA RATES ADDRESSING IP MAC.
Chapter 4 Hardware, Software, and Connectivity. Objectives We will concentrate on Servers and their configurations, the software terminology, and the.
Chapter 7: Using Windows Servers to Share Information.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Accessing Barney Off- Campus How can I get my H: files when I am not on the GU network? Business 111 Edward Mitchell Fall 2006.
Chapter 9: Novell NetWare
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
Dictionary: *M*M ain Entry: net·work·ing *F*F unction: noun *1*1 : the exchange of information or services among individuals, groups, or institutions;
2001 Networking Operating Systems (CO32010) 1. Operating Systems 2. Processes and scheduling 3.
Windows XP Professional Features ©Richard L. Goldman February 5, 2003.
1 Introduction to Microsoft Windows 2000 Windows 2000 Overview Windows 2000 Architecture Overview Windows 2000 Directory Services Overview Logging On to.
1 Windows 2008 Configuring Server Roles and Services.
ITGS Networks. ITGS Networks and components –Server computers normally have a higher specification than regular desktop computers because they must deal.
PC Operating Systems section 6b. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000 This lesson.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Communications & Networks National 4 & 5 Computing Science.
Introduction TO Network Administration
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
Client – Server Architecture A Basic Introduction 1.
Network Services. Domain Controllers: – Used for Account management (e.g. user accounts, group accounts Register Hardware like Printers and PC Authentication.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
LO2 Understand the key components used in networking.
6/14/20161 System Administration 1-Introduction to System Administration.
Client Server Model. Server Applications (Software) Management and maintenance of Data including Management and maintenance of Data including User login.
Server Administration, Server Management and Networking Alokes Chattopadhyay.
Getting Connected to NGS while on the Road…
Chapter 7: Using Windows Servers
Web Programming Language
3.1 Types of Servers.
1.Introduction In the previous section you were introduced to the 'brain' of the computer, namely the CPU. You also learned about different things which.
3.1 Types of Servers.
Popular Operating System Chapter 8
3.1 Types of Servers.
Configuration for Network Security
Services Provided by Network Operating Systems
Printers.
File Transfer Protocol
أساسيات تقنية المعلومات
Getting Connected to NGS while on the Road…
CHAPTER Introduction to LANs
Virtual Operating Systems
Windows Server Administration Fundamentals
LO3 – Understand Business IT Systems
IT Service Delivery And Support Week Three - OS
Designing IIS Security (IIS – Internet Information Service)
Web Servers (IIS and Apache)
What is an operating system An operating system is the most important software that runs on a computer. It manages the computer's memory and processes,
Presentation transcript:

INTRODUCTION TO SERVERS & INSTALLATION OF WINDOWS SERVER 2008 R2 Network Administration and Maintenance

INTRODUCTION TO SERVERS PART 1

WHAT IS A SERVER?  It is a computer on a network that provides services to other computers on a network.

EXAMPLE OF OS SERVERS  Mac OS X Server  Windows Small Business Server 2008  Linux  FreeBSD  Solaris

server vs SERVER

SERVER OPERATING SYSTEM  More robust, secure, stable rather than desktop operating system  Deal with more clients  Expensive

SERVER HARDWARE  server – doesn’t need any specialized hardware  SERVER – they do make special hardware  Server processor (Zeon)  Redundant power supply  RAID (Redundant array of Independent Disk)  ECCRAM (Error-correcting code memory)

SERVER FUNCTION Windows Server Ubuntu server Windows XP

SERVER TYPES Authentication Server  Security  Send your credentials  logging-in to a network server (access)

SERVER TYPES Print Server  Share local printer to a network

SERVER TYPES File Server  Computer that has shared folder and files that people on the network that can access

SERVER TYPES Web Server  Presented by a website 2 TYPES OF WEB SERVER Apache – open source and can be installed on any flat form IIS – can be installed on windows flat form only

SERVER TYPES FTP (file transfer protocol) Server  Allows to transfer files in one place to another (back and fort)

SERVER TYPES Server  Routes for a company of organization  Microsoft exchange server

SERVER TYPES Database Server  Store data and allow outside application to put data in or out  Reside in a server EXAMPLE OF DATABASE SERVER Mysql (open source) Microsoft sql (run only in windows) Oracle (horribly expensive)

SERVER TYPES Remote Access Server (VPN – Virtual Private Network)  Allows you to connect to the server and get access to another network by the use of internet

WINDOWS SERVER 2008  Longhorn  sometimes abbreviated as "Win2K8" or "W2K8“  one of Microsoft Windows' server line of operating systems. Released to manufacturing on February 4, 2008, and officially released on February 27, 2008  it is the successor to Windows Server 2003, released nearly five years earlier. A second release, named Windows Server 2008 R2, was released to manufacturing on July 22, 2009.

INSTALLATION OF WINDOWS SERVER 2008 R2 PART 2