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.

Slides:



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

Computer Networks IGCSE ICT Section 4.
1 Networks, advantages & types of What is a network? Two or more computers that are interconnected so they can exchange data, information & resources.
Computer communication
Computer Networks All you need to know. What is a computer network? Two or more computers connected together so that they can communicate with each other.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Network Structure Students should be aware of what is available in order to –create and use an ICT network: communication devices.
Local Area Networks (LAN) are small networks, with a short distance for the cables to run, typically a room, a floor, or a building. - LANs are limited.
Chapter 3.  Help you understand different types of servers commonly found on a network including: ◦ File Server ◦ Application Server ◦ Mail Server ◦
Networking Basics Lesson 1 Introduction to Networks.
CLIENT SERVER VS PEER TO PEER Networks. Lesson objectives Candidates should understand the advantages and disadvantages of: client server networks peer.
Royal Latin School. Spec Coverage: a) Explain the advantages of networking stand-alone computers into a local area network e) Describe the differences.
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Definitions What is a network? A series of interconnected computers, linked together either via cabling or wirelessly. Often linked via a central server.
Objectives  To define network  To identify use of network  To differentiate major types of network  To identify basic networking terminologies  To.
Networks.
Networking Classification A network is two or more computers that are connected 1 There size 2 Their Servers.
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
NetworksNetworks. What is a network? Standard Grade Computing Studies.
Communications & Networks National 4 & 5 Computing Science.
Communications & Networks National 4 & 5 Computing Science.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
2/18/2016Fatimah AlAkeel - Network 11 Introduction to Networks.
Computer Systems Networking. What is a Network A network can be described as a number of computers that are interconnected, allowing the sharing of data.
Activity 1 5 minutes to discuss and feedback on the following:
Introduction to Networking. What is a Network? Discuss in groups.
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
 client  client/server network  communication hardware  extranet  firewall  hacker  Internet  intranet  local area network (LAN)  Network 
2 nd lecture Presented by Dr. Sarah Mustafa Eljack.
An Introduction to Local Area Networks An Overview of Peer-to-Peer and Server-Based Models.
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Networks : What is a network? A Network is formed when 2 or more computers (devices) are linked together. Every computer or device on a network can send.
1.4 wired and wireless networks lesson 1
Unit Communication Hardware
UNIT 4 NETWORK ENVIRONMENTS.
1.4 Wired and Wireless Networks
Network Diagrams.
3.1 Types of Servers.
CS101 Bigger Networks.
WHAT IS A NETWORK TYPES OF NETWORK NETWORK HARDWARE
Peer 2 Peer & Client Server
Networks 1 Key Revision Points.
Computer Networks Part 1
Client-Server & Peer-to-Peer Networks
Networks.
3.1 Types of Servers.
3.1 Types of Servers.
Definition, DIS/Advantages & Services
TYPES OF SERVER. TYPES OF SERVER What is a server.
Introduction to Networks
Unit 1.4 Wired and Wireless Networks Lesson 1
Introduction to Networks
An Introduction to Computer Networking
Introduction to Networks
Network Models, Hardware, Protocols and number systems
Network Media, models and number systems
Networks 1 Key Revision Points.
Computer communications
Networks and Topologies
Communications & Computer Networks Resource Notes - Introduction
GCSE OCR 3 A451 Computing Client-server and peer-to-peer networks
Introduction to Networks
Client/Server and Peer to Peer
Introduction to Networks
Networks By the end of this session, you will:
Computer Networks Lesson 2.
Principles of Information Technology
Presentation transcript:

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 networks

The client-server model The server is a powerful computer which provides services or resources required by any of the clients A client is a computer which requests the services or resources provided by the server Client Query Response Search Data Server

Servers on LANs and WANs One or more servers may be part of a local area network A server may also be part of a wide area network Google has massive servers in several different countries

A Google server room in Council Bluffs, Iowa Photo: Google/Connie Zhou See more images of Google data centres

A school client-server setup File Server Print Server Mail Server Web Server Database Server

Serving all your needs In a school network, there may be dozens or even hundreds of clients and several servers A file server holds all the data files and databases and manages backups A print server may organise printing on different printers An email server may receive emails, detect and block spam, distribute emails to users A web server may host the school’s external website

Role of the client The client sends requests to the server Waits for a reply Receives the reply

Role of the server The server waits for requests from a client Acknowledges the request The server may need to pass the request (e.g. for a web page) to another server – in which case, it becomes the “client” The requested data is sent back to the client

Client-server networking Features of a client-server network include: A central server is used to manage security Some files are held on the central server Some processing tasks are performed by the server Clients issue requests to the server for services such as email, file storage, backup and printing Suitable for many different types of organisation, small and large Can require specialist IT staff to administer the network

Advantages of client-server networking All data can be backed up centrally rather than on each individual computer Security is better because data is held in one location rather than all over the organisation Users can log in from any computer on the network and access their data

Peer-to-peer (P2P) structure A peer-to-peer network has no central server

Peer-to-peer networking Features of a peer-to-peer network include: Suitable for a small companies with fewer computers No central server controls files or security All computers can easily see files on all other computers All computers can communicate with each other without going through a server If a computer is switched off, data cannot be retrieved

Advantages of a P2P network Easier to set up – computers can simply be cabled together No special software is required to run the network Individual computers can share a printer, router, modem and other hardware Users can communicate directly with each other and share each others’ files Where would you use a peer-to-peer network? What are the disadvantages?

Drawbacks of a peer-to-peer network Viruses and malware are easily transferred over this type of network Data recovery and backup is not done centrally, so each computer has to have its own backup system Files are not centrally organised, but stored on individual computers and may be hard to locate if the computer’s owner does not have a logical filing and naming system

Client server vs Peer-to-Peer A central backing store is available to all computers Storage facilities are distributed across all computers Security is controlled by the central computer Security is not centrally controlled Backup is done centrally on the server Backup must be done separately for each computer All users are reliant on the central server No central server Can support hundreds or even thousands of users and grow with an organisation Easy to set up but most suited to homes and small businesses