+ All Categories

Ch01

Date post: 20-Jan-2015
Category:
Upload: mahesh-attri
View: 901 times
Download: 1 times
Share this document with a friend
Description:
 
Popular Tags:
30
Introduction Data Communication Networks Protocols and Standards Standard Organizations Basic Concepts
Transcript
Page 1: Ch01

Introduction

• Data Communication

• Networks

• Protocols and Standards

• Standard Organizations

• Basic Concepts

Page 2: Ch01

Computer Networks

Computer network connects two or more autonomous computers.

Introdution to Computer Networks

Page 3: Ch01

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: Ch01

Data Communication System Components

Page 5: Ch01

Basic Concepts

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

Page 6: Ch01
Page 7: Ch01

Point-to-Point Line Configuration

Page 8: Ch01

Point-to-Point Line Configuration

Page 9: Ch01

Point-to-Point Line Configuration

Page 10: Ch01

Multipoint Line Configuration

Page 11: Ch01
Page 12: Ch01

Simplex

Page 13: Ch01

Half-Duplex

Page 14: Ch01

Full-Duplex

Page 15: Ch01
Page 16: Ch01

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: Ch01

Local Area Network

Page 18: Ch01

Local Area Network

Page 19: Ch01

Metropolitan Area Network

Page 20: Ch01

Wide Area Network

Page 21: Ch01

Figure 2-19

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

Internetwork (Internet)

Page 22: Ch01

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: Ch01

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: Ch01

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: Ch01

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: Ch01

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: Ch01

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: Ch01

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: Ch01

Bus Topology

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

Page 30: Ch01

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.


Recommended