Introduction to Servers

Slides:



Advertisements
Similar presentations
Cloud Computing EDT Cloud Computing Overview Cloud Computing can be defined as a network of applications, services, and infrastructure that are.
Advertisements

CHANGING THE WAY IT WORKS Cloud Computing 4/6/2015 Presented by S.Ganesh ( )
CADDLAB Medical Imaging on Remote Compute Servers.
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 6.
Information Technology, the Internet, and You
SERVER Betül ŞAHİN What is this? Betül ŞAHİN
Working for a hospital at home (Teleworking). Teleworking Home working or teleworking for hospitals staff is the process where they work from home using.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
How computer’s are linked together.
What are the different types of 2014 Desktop computers Laptop computers Servers Other types of computers.
CLOUD COMPUTING JAZ PATERNOSTER. DEFINITION Cloud computing is the use of ‘the cloud’ as a place to save files rather than in a personal computer, allowing.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 6 Essentials of Design.
Introduction TO Network Administration
Membership Competitions FIBA Organizer Information is stored offline, either on a desktop computer or on a Laptop. FIBA Organizer application installed.
G046 Lecture 04 Task C Briefing Notes Mr C Johnston ICT Teacher
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
The types of computers and their functionalities.
World Wide Web 16 World Wide Web 16. World Wide Web 16 Everyone also talks about the Web But people don’t really understand how it works You need to know.
Part One Progress Check. Was your result as good as you hoped? The ‘multiple choice’ questions are OK if you know your stuff But the ‘longer’ questions.
Applications Software. Is a software used to carry out a particular task e.g. a game or word processor.
Types of computers Module 1.10 AS identifies and distinguishes between computer types and associated software. AS identifies the main hardware.
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
Pc iserial port You will need to open a digital photograph while in the Cs4. You may save a copy on the photo so that you can perform everything else.
Intro to Digital Technology Review for Final Introduction to Digital Technology Finals Seniors Monday, 5/16 – 2 nd Tuesday 5/17 – 1 st,3 rd Underclassmen.
Website Deployment Week 12. Software Engineering Practices Consider the generic process framework – Communication – Planning – Modeling – Construction.
What is a Computer System?
Overview of E-Learning Authoring Software
Unit 3 Virtualization.
* Web Servers/Clients * The HTTP Protocol
Classifying & evaluating computers
BEST CLOUD COMPUTING PLATFORM Skype : mukesh.k.bansal.
Explain the five parts of an information system: people, procedures, software, hardware, and data.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Web Application.
Section 4 – Computer Networks
People used to install software on their computers
System Software EIT, © Author Gay Robertson, 2016.
Cloud computing-The Future Technologies
Prepared by: Assistant prof. Aslamzai
Crystal Lake Public Library Gadget Group Training August 2016
E-commerce | WWW World Wide Web - Concepts
Introduction to Wireless Technology
E-commerce | WWW World Wide Web - Concepts
Cloud Storage - an introduction
Unit 5: Providing Network Services
Introduction to Computers
Computer Concept What is a computer?
Introduction to Computers
Introduction to Computers
Introduction to QR Codes
© EIT, Author Gay Robertson, 2017
Introduction to Mobile Devices
Information systems are involved in many of the things we encounter each day.
The “Internet”.
*.
Information Technology, the Internet, and You
CS101 Bigger Networks.
Introduction to BYOD EIT, Author Gay Robertson, 2017.
Communications & Computer Networks Resource Notes - Introduction
Unit 2 - Global Information
LO3 – Understand Business IT Systems
Client/Server and Peer to Peer
Revision PowerPoint By Nicole Davidson.
File Transfer Protocol
Tech Terms PLTW Vocabulary Set #6.
* Web Servers/Clients * The HTTP Protocol
Presentation transcript:

Introduction to Servers EIT, Author Gay Robertson, 2017

What is a server? You may have heard the term server before, but what exactly is a Server? A Server in its most basic form: Is a computer device that runs a program or process dedicated to running one or more server programs These server programs range in variety depending on what the server is designed for Using internet technologies, devices are able to establish a connection to a server to access it and make use of the resources or programs on the server

The essential point is that a server offers a “service” to devices connected to it On a network, a server is known as a host The devices that are connecting to the server are known as clients

How does this work File Server The example shown below is known as a File Server because this server holds files that are shared around the business Instead of staff storing these files on their own computers, they can log into any computer that can access the server From here they can look for the file on the server, open it, edit it, save it, etc; and if another staff member is looking for the file they can connect to the server and access that same file and they will be told that someone else is also using the file File Server File 1 File 2 File 3 File 4 File 5 File 6

Web Server Another example of servers are webservers or websites Remember the internet is a network of networks When you visit a website you are actually accessing a Web Server - which holds webpages for that website This concept is how cloud storage is possible. We will be looking in depth at cloud storage later in this course Web Server

(Containing nzcc3.infotech Site) Web server example The nzcc3.infotech website you access for this course is a good example You access nzcc3.infotech.ac.nz by connecting to the Web Server holding the nzcc3.infotech site which contains all your course materials Meanwhile other students can also access the same material from their computer, tablet or smartphone through the internet Web Server (Containing nzcc3.infotech Site)

Server Machines Servers can come in many shapes and forms. Technically any computer with a suitable server operating system / software installed, and a way for devices to connect to it, is capable of being a server However in most cases, servers are specialized computers which are designed and built for the specific task of being a server: Servers are designed to be running 24-7 The processing power of servers can generate a lot of heat They need to be capable of computing and handling the tasks they are built for They need to be able to cope with the number of clients that are accessing it

For this reason you will find that servers often don’t look anything like a typical desktop computer, laptop or mobile device This is an image of a server that a company or organization may use. This server has server racks mounted inside a data center server cabinet

Google Data Centre servers

Types of Servers There are many different types of Servers that are used for a range of purposes, below are a few common uses for servers: File Server: Stores files that can be accessed and shared with many clients (slide 4) Web Server: Holds and stores webpages for clients to access (slide 5) Database Server: Similar to a file server, but stores and holds a database system, again for many clients to access Application Server: Holds applications for clients to access Game Server: Holds a game/games for clients to access and share. Typically used for online gaming

Okay, let’s go use the workbook