3.1 Types of Servers.

Slides:



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

INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Computer Networks IGCSE ICT Section 4.
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
Common Services in a network Server : provide services Type of Services (= type of servers) –file servers –print servers –application servers –domain servers.
4 Network Hardware & Software Network Operating systems: software controlling traffic on the network 2 types of s.ware: server software &client software.
The internet and the WWW
CLIENT A client is an application or system that accesses a service made available by a server. applicationserver.
Internet Services -World Wide Web - -Conferencing and Newsgroups -File Transfer & Updating -Chat/Instant Messaging.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
Chapter 7: Using Windows Servers to Share Information.
G046 Lecture 05 Task E Briefing Notes Mr C Johnston ICT Teacher
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Application Layer CHAPTER 2. Announcements and Outline  Administrative Items  Questions? Recap 1.Introduction to Networks 1.Network Type 2.N etwork.
Chapter 3.  Help you understand different types of servers commonly found on a network including: ◦ File Server ◦ Application Server ◦ Mail Server ◦
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
Forensic and Investigative Accounting Chapter 14 Internet Forensics Analysis: Profiling the Cybercriminal © 2005, CCH INCORPORATED 4025 W. Peterson Ave.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
A system sharing informati on and services with individuals and groups webster.com/dictionary/ne tworking webster.com/dictionary/ne.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
TCP/IP (Transmission Control Protocol / Internet Protocol)
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
Networking Basics Objectives: 1. Utilize appropriate vocabulary to communicate effectively in a technological society. 6. Describe uses of a networked.
Communications & Networks National 4 & 5 Computing Science.
Communications & Networks National 4 & 5 Computing Science.
Introduction TO Network Administration
Protocols Monil Adhikari. Agenda Introduction Port Numbers Non Secure Protocols FTP HTTP Telnet POP3, SMTP Secure Protocols HTTPS.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
Network Services. Domain Controllers: – Used for Account management (e.g. user accounts, group accounts Register Hardware like Printers and PC Authentication.
LO2 Understand the key components used in networking.
Introduction to Networking. What is a Network? Discuss in groups.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
2 nd lecture Presented by Dr. Sarah Mustafa Eljack.
– Protocols 21 – Protocols 21. – Protocols 21 Now we’ll move on to more technical aspects of This means protocols Remember.
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
INTRODUCTION TO COMPUTER NETWORKS
3.1 Types of Servers.
Some bits on how it works
3.1 Types of Servers.
CHAPTER 2 Application Layer.
TYPES OF SERVER. TYPES OF SERVER What is a server.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Providing Network Services
CompTIA Server+ Certification (Exam SK0-004)
The “Internet”.
Modelling the internet
Modelling the internet
INTRODUCTION TO COMPUTER NETWORKS
Networking and Security
CHAPTER Introduction to LANs
Communications & Computer Networks Resource Notes - Introduction
Part of Chapter 1 Key Concepts Networks
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Internet Protocols IP: Internet Protocol
Protocols 2 Key Revision Points.
INTRODUCTION TO COMPUTER NETWORKS
LO3 – Understand Business IT Systems
Protocol Application TCP/IP Layer Model
Objectives Explain the role of computers in client-server and peer-to-peer networks Explain the advantages and disadvantages of client- server and peer-to-peer.
 Zone in name space  DNS IN THE INTERNET  Generic domains :There are fourteen generic domains, each specifying an organization type.
Presentation transcript:

3.1 Types of Servers

Hardware also runs special server software to manage services

Local Area Network (LAN) Data Packets Client Devices Network Server Wireless Access Point Switch Hub Local Area Network (LAN)

Network Server

Web Server Database Server Logon Server File Server Print Server

Local Area Network Wide Area Network (eg the Internet) Server Farm Mail Server Firewall Web Server Client Devices

Stores large number of files for an organisation 3.1 Types of Server File Server Stores large number of files for an organisation Also controls security, such as access rights to files Finally, handles backups in case of accident or disaster

Manages queue of docs for printing 3.1 Types of Server Print Server Manages queue of docs for printing So shares load of print requests across available devices Controls access to printers for users & routes docs to devices

Installs, updates & controls access to programs 3.1 Types of Server Application Server Installs, updates & controls access to programs Includes basic applications such as word processor or email But also specialised software, such as for financial staff only

Manages security & updates to large databases 3.1 Types of Server Database Server Manages security & updates to large databases For example in a school, security means controlling access to staff So teachers update registers & office staff update financial data

Stores all files for a website 3.1 Types of Server Web Server Stores all files for a website Sends them when user’s browser sends a request for the website Web server then sends the site’s files using the HTTP protocol

Stores & forwards emails like an electronic post office 3.1 Types of Server Mail Server Stores & forwards emails like an electronic post office Data traffic controlled by protocols, eg SMTP (send) & POP (receive) But email traffic is not immediate like instant messaging or ‘chat’

Software that allows a processor to run different operating systems 3.1 Types of Server Hypervisor Server Software that allows a processor to run different operating systems Software acts like a ‘supervisor’ that shares resources between the different OS, eg memory

3.1 Types of Servers