Categories of Networks

Slides:



Advertisements
Similar presentations
By Glenn Z.  A network is 2 or more computers connected to each other.
Advertisements

Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Sybex – Network+ Study Guide Network Fundamentals 1.
Network+ Guide to Networks, Fourth Edition
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.
Lesson 1-Introducing Basic Network Concepts
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
CPMT 1449 Computer Networking Technology – Lesson 1
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Chapter 1 An Introduction to Networking
Computer Network By Tahir Saad. Introduction to computer networking Content : The definitions of networking Use of network Network classification.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Chapter 1 An Introduction to Networking Collected and Compiled By JD Willard MCSE, MCSA, Network+, Microsoft IT Academy Administrator Computer Information.
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.
Layered Protocol. 2 Types of Networks by Logical Connectivity Peer to Peer and Client-Server Peer-to-peer Networks  Every computer can communicate directly.
Basic Network Concepts Introduction to Computing Lecture#28.
Unit 1—Computer Basics Lesson 7 Networks.
Without reference, identify principles relating to Computer Networks with at least 70 percent accuracy.
ENG224 INFORMATION TECHNOLOGY – Part II 5. Introduction to Networking 1 BY S K SATAPATHY.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
BASIC NETWORKS. What is a Network? A network consists of two or more computers that are linked in order to share resources exchange files, or allow electronic.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Data Communication Networks
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
Communications & Networks National 4 & 5 Computing Science.
Unit Six Network 1.Passage One. Foundation of Network.
 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.
Introduction to Networks Mr. Grimming. Types of Networks Wide Area Network (WAN) Cover large geographic area Nodes connected by coaxial cable, microwave.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
1INTRODUCTION TO NETWORKING. Objective Introduction to networks. Need for networks. Classification of networks. 2INTRODUCTION TO NETWORKING.
Paula Valdez 10MO ALFA BASIC CONCEPTS OF NETWORK.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Introduction What is a Network?
Introduction to Networks
Data Communication and Networking
Edited by : Noor Al-Hareqi
Computer Networks Part 1
Edited by : Noor Al-Hareqi
Network Operating Systems Examples
Introduction to Networking & Telecommunications
NETWORKING TECHNOLOGIES
TYPES OF NETWORK
Introduction to Networks
Telecommunication ELEC503
Introduction to Networks
Comparison of LAN, MAN, WAN
An Introduction to Computer Networking
Introduction to Networks
Edited by : Noor Al-Hareqi
Ethernet First network to provide CSMA/CD
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Unit 11- Computer Networks
Network+ Guide to Networks, Fourth Edition
Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Introduction to Networking & TCP/IP
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Data Communication Chapter 1 Introduction 1.#.
Edited by : Noor Al-Hareqi
Lec 7 Network Layer: Logical Addressing
Introduction to Networks
Data Communication & Computer Network
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Presentation transcript:

Categories of Networks Computer Networks Al-Mustansiryah University Elec. Eng. Department College of Engineering Fourth Year Class Lec 3 Categories of Networks 1.#

Categories of Networks Local Area Networks (LANs) Short distances Designed to provide local interconnectivity Wide Area Networks (WANs) Long distances Provide connectivity over large areas Metropolitan Area Networks (MANs) Provide connectivity over areas such as a city, a campus 1.#

Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet 1.#

Figure 1.11 WANs: a switched WAN and a point-to-point WAN 1.#

1-4 PROTOCOLS A protocol is synonymous with rule. It consists of a set of rules that govern data communications. It determines what is communicated, how it is communicated and when it is communicated. The key elements of a protocol are syntax, semantics and timing 1.#

Peer-to-Peer Networks Peer-to-peer network is also called workgroup No hierarchy among computers  all are equal No administrator responsible for the network Peer-to-peer

Advantages of peer-to-peer networks: Low cost Simple to configure User has full accessibility of the computer Disadvantages of peer-to-peer networks: May have duplication in resources Difficult to uphold security policy Where peer-to-peer network is appropriate: 10 or less users No specialized services required Security is not an issue

Clients and Servers Network Clients (Workstation) Computers that request network resources or services Network Servers Computers that manage and provide network resources and services to clients Usually have more processing power, memory and hard disk space than clients Run Network Operating System that can manage not only data, but also users, groups, security, and applications on the network.

Advantages of client/server networks Facilitate resource sharing – centrally administrate and control Facilitate system backup and improve fault tolerance Enhance security – only administrator can have access to Server Support more users – difficult to achieve with peer-to-peer networks Disadvantages of client/server networks High cost for Servers Need expert to configure the network Introduce a single point of failure to the system