Top Banner
Introduction Data Communication Networks Protocols and Standards Standard Organizations Basic Concepts
30

Data communication part1

Jan 20, 2015

Download

Technology

Unlike other data communication slide i think this one is the simplest.
Found in the internet,i had no intention to change anything.Though i know the color sucks.. :P
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Data communication part1

Introduction

• Data Communication

• Networks

• Protocols and Standards

• Standard Organizations

• Basic Concepts

Page 2: Data communication part1

Computer Networks

Computer network connects two or more autonomous computers.

Introdution to Computer Networks

Page 3: Data communication part1

Applications of Networks

Introduction to Computer Networks

Resource SharingHardware (computing resources, disks, printers)Software (application software)

Information SharingEasy accessibility from anywhere (files, databases)Search Capability (WWW)

CommunicationEmailMessage broadcast

Remote computing

Page 4: Data communication part1

Data Communication System Components

Page 5: Data communication part1

Basic Concepts

• Line Configuration• Topology• Transmission Mode• Categories of Networks• Internetworks

Page 6: Data communication part1
Page 7: Data communication part1

Point-to-Point Line Configuration

Page 8: Data communication part1

Point-to-Point Line Configuration

Page 9: Data communication part1

Point-to-Point Line Configuration

Page 10: Data communication part1

Multipoint Line Configuration

Page 11: Data communication part1
Page 12: Data communication part1

Simplex

Page 13: Data communication part1

Half-Duplex

Page 14: Data communication part1

Full-Duplex

Page 15: Data communication part1
Page 16: Data communication part1

LAN, MAN & WAN

Network in small geographical Area (Room, Building or a Campus) is called LAN (Local Area Network)

Network in a City is call MAN (Metropolitan Area Network)

Network spread geographically (Country or across Globe) is called WAN (Wide Area Network)

Page 17: Data communication part1

Local Area Network

Page 18: Data communication part1

Local Area Network

Page 19: Data communication part1

Metropolitan Area Network

Page 20: Data communication part1

Wide Area Network

Page 21: Data communication part1

Figure 2-19

WCB/McGraw-Hill The McGraw-Hill Companies, Inc., 1998

Internetwork (Internet)

Page 22: Data communication part1

Network Topology

The network topology defines the way in which computers, printers, and other devices are connected. A network topology describes the layout of the wire and devices as well as the paths used by data transmissions.

Introduction to Comuter Networks

Page 23: Data communication part1

Mesh Topology

The mesh topology connects all devices (nodes) to each other for redundancy and fault tolerance.

It is used in WANs to interconnect LANs and for mission critical networks like those used by banks and financial institutions.

Implementing the mesh topology is expensive and difficult.

Introduction to Computer Networks

Page 24: Data communication part1

Mesh Topology

Merits

• No congestion problem

• No MAC protocols are needed

• More Secure

• It is Robust

• Fault identification is easy

Demerits

• Cable length

• Impractical for large networks

Page 25: Data communication part1

Star & Tree Topology

Itroduction to Computer Networks

The star topology is the most commonly used architecture in Ethernet LANs.

When installed, the star topology resembles spokes in a bicycle wheel.

Larger networks use the extended star topology also called tree topology. When used with network devices that filter frames or packets, like bridges, switches, and routers, this topology significantly reduces the traffic on the wires by sending packets only to the wires of the destination host.

Page 26: Data communication part1

Star & Tree Topology

Merits

• Cheaper than Mesh Topology

• Relatively easier to install, maitain & configure

Demerits

• If hub goes down the entire network becomes defunct

Page 27: Data communication part1

Ring Topology

Introduction to Computer Networks

A frame travels around the ring, stopping at each node. If a node wants to transmit data, it adds the data as well as the destination address to the frame.

The frame then continues around the ring until it finds the destination node, which takes the data out of the frame.

Single ring – All the devices on the network share a single cable

Dual ring – The dual ring topology allows data to be sent in both directions.

Page 28: Data communication part1

Ring topology

Merits

• Easy to reconfigure and install.

• Fault isolation is relatively easy in a ring.

Demerits

• If a node in a simple ring fails, the whole ring can not function.

Page 29: Data communication part1

Bus Topology

Commonly referred to as a linear bus, all the devices on a bus topology are connected by one single cable.

Page 30: Data communication part1

Bus Topology

Merits

• Easy to install

• Uses less cable

Demerits

• Relatively difficult to add new nodes.

• Even if a portion of the bus breaks down, the whole bus can not function.