An Introduction to Local Area Networks An Overview of Peer-to-Peer and Server-Based Models.

Slides:



Advertisements
Similar presentations
Basic Concepts of a Computer Network
Advertisements

LANs and WANs Network size, vary from –simple office system (few PCs) to –complex global system(thousands PCs) Distinguish by the distances that the network.
Eric D. Wright EDAD 685 Coastal Carolina University Fall 2010.
Lesson 1-Introducing Basic Network Concepts
Network and Server Basics. 6/1/20152 Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server.
Lesson 3 – UNDERSTANDING NETWORKING. Network relationship types Network features OSI Networking model Network hardware components OVERVIEW.
Principles of Information Technology
Network Done by: Athra sultan.
Section 2.1 Section 2.2 Compare and contrast clients and servers
Networking Computers. Advantages & Disadvantages of Networking.
CPMT 1449 Computer Networking Technology – Lesson 1
Introduction to Networks Networking Concepts IST-200 VWCC 1.
NETWORK CHONGSEOK PARK 10DD MRS. VEENA MONY Content.
Outcome 2: Networks. Communications When computers were first introduced, they were standalone devices. As they became widely used, manufacturers designed.
Computer communication
Chapter 1 An Introduction to Networking
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Networks and Hackers Copyright © Texas Education Agency, All rights reserved. 1.
Understanding Networks. What is a Network?  A network consists of two or more computers that are linked in order to share resources (such as printers.
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.
What is a Network?. Definition of a computer network A computer network is a system in which computers are connected to share information and resources.
Client-Server & Peer-to-Peer Networks
Basic Network Concepts Introduction to Computing Lecture#28.
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
Networking Basics Lesson 1 Introduction to Networks.
Server is ‘host’ Clients do not communicate with each other.
Without reference, identify principles relating to Computer Networks with at least 70 percent accuracy.
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Networks. A network is formed when a group of computers are connected together. Computers in a Local Area Network (LAN) are fairly close together, generally.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network Topologies.
Objectives  To define network  To identify use of network  To differentiate major types of network  To identify basic networking terminologies  To.
Ethernet. Ethernet  Ethernet is the standard communications protocol embedded in software and hardware devices, intended for building a local area network.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Lesson 1—Networking BASICS1 Networking BASICS Introduction to Networking Unit 1 Lesson 1.
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.
Communications & Networks National 4 & 5 Computing Science.
Introduction TO Network Administration
Network Topologies.
 LAN ADVANTAGE  Workstations can share peripherals devices like printers. Cheaper that providing a printer for each computer.  Workstations do not.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Mr C Johnston ICT Teacher G055 - Lecture 01 Introduction and Benefits of Computer Networks.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
2/18/2016Fatimah AlAkeel - Network 11 Introduction to Networks.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
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.
Introduction to Networking. What is a Network? Discuss in groups.
Introduction to Computer Networks Introduction to Computer Networks.
By Mr Mohammed. Objectives Describe what a client/server network is Some students will be able to explain the difference between the two networks along.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Peer-to-Peer Vs. Client/Server.
1INTRODUCTION TO NETWORKING. Objective Introduction to networks. Need for networks. Classification of networks. 2INTRODUCTION TO NETWORKING.
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Computer Networks Part 1
Network Configurations
Introduction to Computers
Introduction to Networks
Introduction to Networks
An Introduction to Computer Networking
Introduction to Networks
CHAPTER Introduction to LANs
Introduction to Networks
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.
Introduction to Networks
Principles of Information Technology
Presentation transcript:

An Introduction to Local Area Networks An Overview of Peer-to-Peer and Server-Based Models

The simplest form of networking occurs when two computers are connected together with a cable to share data. The far-reaching networks that we use today were born from this simple but revolutionary idea.

Before the advent of networks: Each computer had to have its own software and hardware installed, greatly increasing the total cost of ownership. Information was shared between computers by “sneaker net”, where the users would carry a floppy disk from one computer to another.

Stand-alone computer systems are both expensive and hard to manage because each system must have its own resources: Floppy disks Hard disks CD-ROM drives Printers Modems and Faxes Software

When computer systems are networked, they can share : Software Data Printers Storage systems Faxes and Modems Backup systems Other hardware resources

Although networks such as the Internet connect computers throughout the world, most networks are local area networks (LANs). These are networks that are installed by organizations to share resources at one location of the organization.

Local area networks generally consist of these resources : Servers - computers that provide resources to the network Client computers - computers that access resources from the network Media - the cabling that connects the network Shared software applications Shared data Shared peripherals - printers, storage devices, communications devices, and other resources

There are only two basic types of computer networks. All computer networks are a variation or a combination of these two types: Peer-to-Peer Server-based

The choice of which network model to deploy is based on many factors: The number of computers which must be networked The level of security necessary The amount of network traffic The needs of the users The support staff available The budget allocated for the network

In the peer-to-peer model, each user acts as the administrator for their own workstation. They grant the use of resources to other users by adding the other users to their local database of users and giving the other users permission to use files and hardware resources located on their computer.

A peer-to-peer network is typically implemented when: There are 10 or less users of the network Security is not an important issue All of the users are located in the same area The networking needs of the organization are not expected to grow There is a limited budget for network support personnel

The peer-to-peer model has some advantages: Low cost – networking is built in to the operating system of the computers Easy to implement – cabling is generally inexpensive, simple and visible No stand-alone server to install and configure Low system administration costs – each user acts as the administrator of their workstation

There are also disadvantages to the peer-to-peer model: Low level of security Users must be created and permissions must be granted on each computer on the network Each user must be trained in the administration of their workstation Low levels of performance – each computer acts as both a workstation and a server Data is spread out over many different computers making it harder to administer and back up

The server-based model is generally used when there are more than 10 users on the network and is always employed for mission-critical applications. In the server-based model, the network has one or more dedicated server computers.

Network server computers: Serve files and applications Provide hardware resources such as printers, plotters, faxes and modems Provide centralized storage of programs and applications Allow for secure, centralized management of user accounts and files

There are many types of specialized servers. A typical LAN may be constructed of: File servers – servers that provide applications and data to the client computers Applications servers - servers that run applications such as databases – the information is processed on the server and the results are sent to the client Mail servers – servers that provide electronic mail access and storage Fax servers – servers that manage multiple fax boards to provide fax capabilities to each user Communications servers – servers which provide communications with external networks such as the Internet

The server-based model has many advantages: Security – policies may be set by the system administrator and applied to all users of the system. File permissions may be applied to individual files Sharing resources – hardware and software resources may be shared by all users – management of these resources is centralized on the server Backup – centralized data storage allows for easier backup of important files Redundancy – programs and data may be stored on backup servers so that they are available even if the main server fails Support for a large number of users – may support thousands of users

Disadvantages of the server-based model: More expensive – requires at least one dedicated server and a network operating system Administration costs - continuing costs for employees to manage the network Installation – the wiring of the network is more complex using switches, routers, and hubs

The peer-to-peer model should be chosen when: Network security is not an important issue There are 10 or less users of the network The budget for the network is limited The users are all in one small area The company and the network are unlikely to expand There is limited technical support available

The server-based model should be chosen when: The network is mission-critical Network security is a primary consideration Data redundancy and backup are important Many types of services are required There are more than 10 users of the network The company and the network is likely to expand The budget is available to provide network support personnel

An Introduction to Local Area Networks © Stephen M. May 1998