Computer Networks. By Hardeep Singh



Similar documents
Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur


Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help

Local-Area Network -LAN

2 Basic Concepts. Contents

Chapter 15: Distributed Structures. Topology

Network Topologies. Network Topologies

Communication Networks. MAP-TELE 2011/12 José Ruela

Introduction to Optical Networks

C Information Systems for Managers Fall 1999

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Computer Network and Communication

Data Communication and Computer Network

NETWORKING TECHNOLOGIES

Introduction to Ethernet

Introduction To Computer Networks

A network is a group of devices (Nodes) connected by media links. A node can be a computer, printer or any other device capable of sending and

What You Will Learn About. Computers Are Your Future. Chapter 8. Networks: Communicating and Sharing Resources. Network Fundamentals

Think! Think! Data communications. Long-Distance. Modems: to analog and back. Transmission Media. The last mile is the hardest for digital information

Computer Networks Vs. Distributed Systems

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 1 BASIC CONCEPTS OF NETWORK

Telecommunications, Networks, and Wireless Computing

5 Data Communication and Networking

CSCI 362 Computer and Network Security

Local Area Networks. Guest Instructor Elaine Wong. Elaine_06_I-1

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network

Chapter 8: Computer Networking. AIMS The aim of this chapter is to give a brief introduction to computer networking.

Computer Networking: A Survey

Computer Networking Type A: Very Short Answer Questions

MANAGEMENT INFORMATION SYSTEMS 8/E

Chapter 7: Computer Networks, the Internet, and the World Wide Web. Invitation to Computer Science, C++ Version, Third Edition

Introduction to Networking

COMPUTER NETWORK TECHNOLOGY (300)

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007.

ET225 Networking Concepts. Chapter 1 What is a Computer Network?

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

IT Data Communication and Networks (Optional)

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

CMPT 165: The Internet, Part 3

Network Design. Yiannos Mylonas

Wireless Links - Wireless communication relies on radio signals or infrared signals for transmitting data.

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Overview of WAN Connections Module 1

Computers Are Your Future Prentice-Hall, Inc.

Understand VLANs, Wired LANs, and Wireless LANs

Module 15: Network Structures

524 Computer Networks

Introduction to Computer

DATA COMMUNICATION AND NETWORKS

Network Topology Comparison

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Discovering Computers Chapter 9 Communications and Networks

WHITE PAPER. IP-based Networks: Axis White Paper, Copyright 2002, Axis Communications

COMPUTERS ARE YOUR FUTURE CHAPTER 7 NETWORKS: COMMUNICATING AND SHARING RESOURCES

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

What Does Communication (or Telecommunication) Mean?

Cisco Network Performance Evaluation Using Packet Tracer

Network Structure or Topology

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Study Guide CompTIA A+ Certification, Domain 2 Networking

Introduction to computer networks and Cloud Computing

Chapter 14: Distributed Operating Systems

ELEC3030 Computer Networks

WIRELESS ETHERNET (IEEE )

Page 1 of 7. Computer Networking

Chapter 4 Connecting to the Internet through an ISP

WAN Data Link Protocols

Understanding Device Level Connection Topologies

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps

Chapter 16: Distributed Operating Systems

Mathatma Gandhi University

Fundamentals of Telecommunications

Agenda. Distributed System Structures. Why Distributed Systems? Motivation

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

Introduction to WAN Technologies

TCOM 370 NOTES LOCAL AREA NETWORKS AND THE ALOHA PROTOCOL

WAN Technology. Heng Sovannarith

Chapter 9. Communications and Networks. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Computer Networking Networks

Chapter 9 Communications and Networks

CSE 3461 / 5461: Computer Networking & Internet Technologies

3 COMPUTER NETWORKS AND NETWORK SECURITY

Local Area Network. OSI Seven Layer Model. Whole Building Network

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

Introduction to Metropolitan Area Networks and Wide Area Networks

System Development and Life-Cycle Management (SDLCM) Methodology

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, Lecturer: Kartik Krishnan Lecture 1-3

Chapter 1 Instructor Version

DATA COMMUNICATION (Basics of data communication, OSI layers.)

Multiplexing on Wireline Telephone Systems

Wireless LAN Concepts

Networks. The two main network types are: Peer networks

Based on Computer Networking, 4 th Edition by Kurose and Ross

WAN Technologies Based on CCNA 4 v3.1 Slides Compiled & modified by C. Pham

Telecommunications, the Internet, and Wireless Technology

Connecting to the network

Transcription:

Computer Networks

Contents Introduction Basic Elements of communication systemnetwork Topologies Network types

Introduction A Computer network is a network of computers that are geographically distributed, but connected in a manner to enable meaningful transmission and exchange of data among them.

Basic Elements of a Communication System Sender: Creates and sends a message Medium: Carriers a message Receiver: Receives a message

Example Sender Medium Carries a message Receiver Creates and sends a message Receives the message

Data Transmission Modes SIMPLEX MODE Sender Receiver A Simplex communication system can transmit data in one direction only. Devices connected to such a circuit wither send(keyboard) only or receive(printer) only.

Data Transmission modes HALF DUPLEX Sender (Or Receiver) OR Receiver (Or Sender) A Half Duplex communication system can transmit data in both direction., but in only one direction at a time. Hence, it can alternately send and receives data. It requires two wires. it is most suitable for voice communication using telephones in which open person can speak at a time.

Data Transmission Modes FULL DUPLEX Sender (Or Receiver) AND Receiver (Or Sender) This mode requires four wires that allows data to flow in both directions simultaneously. Modern computer and internet are most popular examples of this mode. It improves efficiency because it eliminates the direction switching delay of a half duplex system

Network Topologies Topology of a network refers to the way in which the network s nodes(computer or other devices that need to communicate) are linked together. It determines the various data paths available between any pair of nodes in the network. Choice of a topology for a computer network depends on a combination of factors, such as: Desired Performance of the system Reliability of the system Size(Numbers of nodes and their geographical distribution) of the system) Cost of components and services required to implement network Availability of communication lines

Star Topology D2 D1 Host Node D3 D4 Multiple Nodes connected to a host node Nodes in the network are linked to each other through the host node and can communicate only via the host node Routing function is performed by the host node that centrally controls communication between any two other nodes by establishing a logical path between them.

Advantages of Star Topology Star topology has minimal line cost because only n-1 lines are required for connecting n nodes. Transmission delays between two nodes do not increase by adding new nodes to network, because any two nodes are connected via two links only. If any node other than the host node fails, remaining nodes are unaffected Disadvantage of Star Topology The system crucially depends on the host node. If it fails, entire network fails.

Ring Topology D1 D5 D2 D4 D3 Each node has two communicating subordinates(adjacent nodes with which it can communicates directly), but there is no master node for controlling other nodes Node receives data from one of its two adjacent nodes. The only decision a node has to take is whether the data is for its own use. If it is addressed to it, utilizes it otherwise it merely passes it to the next node

Advantages of Ring Topology There is no central node for making routing decision It is more reliable than a star network because communication is not dependent on a single central node. If a link between any two nodes fails, or if one of the nodes fails, alternate routing is possible. Disadvantages of Ring Topology Communication delay is directly proportional to number of nodes in the network. Addition of new node in a network increase communication delays It requires more complicated controls software than star topology.

Completely Connected Network D1 D5 D2 D4 D3 Separate physical link for connecting each node to any other node Each node has a direct link, called point-to-point link, with all other nodes in the network The control is distributed with each node deciding its communicating priorities.

Advantages of Completely Connected It is very reliable because any link failure will affect only direct communication between nodes connected by that link Each node of the network need not have individual routing capability Communication is very fast between any two nodes. Disadvantages of completely connected It is the most expensive network from the point of view of link cost. If there are n nodes in a network, n(n-1)/2 links are required.

Bus Topology D1 D2 D3 Single Communication line shared by all nodes D4 D5 All nodes share a single transmission medium When a node wants to send a message to another node, it appends destination address to the message and checks whether communication line is free. As soon as line become free, it broadcast the messages on the line. As the message travels on the line, each node check whether the message addressed to it. The message is picked up by addressee node that sends an acknowledgement to source node and frees the line.

Advantages of Bus Topology It helps in reducing the number of physical lines Failure of a node does not affect communication among other nodes in the network Addition of a new node to the network is easy Disadvantages of Bus Topology If the shared communication line fails, entire network fails

Hybrid Network D 2 D1 D1 D 1 Host D 3 D4 D2 D2 D 4 D3 D3 Star Ring Completely Connected

NETWORK TYPE

Local Area Network (LAN) A Local Area Network (LAN) is a computer network covering a small geographic area, like a home, office, or group of buildings. It connects workstations, personal computers, printers, servers and many other devices. LAN uses low speed communication lines for connections like Twisted Pair Cable, Coaxial Cable and Fiber Optics. The cost of sending/receiving data is negligible. LAN is owned by a single organization because of its limited area.

Metropolitan Area Network (MAN) A Metropolitan Area Network (MAN) is a computer network covering a town or city. MANs are larger LANs in terms of geographic area covered. MANs use high speed connections using coaxial cable and microwave links. Best example of MAN is Cable Television network in many cities. MAN is formed by connections several LANs which may belong to various organizations.

Metropolitan Area Network (MAN)

Wide Area Network (WAN) A Wide Area Network (WAN) is a computer network covering a very large geographic area, like a country or continent. WAN uses very high speed communication links like satellite communication, telephone lines and microwave links. The cost of sending data in a WAN may be very high because public communication systems such as telephone lines, microwave links or satellite communication are used. The largest WAN in existence is the Internet.

LAN, MAN & WAN