types of computer networks, protocols and standards

29
Computer Networks Introduction to computer networks

Upload: midhun-menon

Post on 22-Nov-2014

2.285 views

Category:

Education


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: types of computer networks, protocols and standards

Computer Networks

Introduction to computer networks

Page 2: types of computer networks, protocols and standards

Objectives

• Define computer networks• Classify computer networks• Protocols & Standardization

Page 3: types of computer networks, protocols and standards

Computer Networks ?

• A large number of separate but interconnected computers do the specific job.

• A collection of autonomous computers interconnected by a single technology.

Page 4: types of computer networks, protocols and standards

Interconnected ?Two

computers are

said to be

interconnected if they are able to

exchange

information.

Page 5: types of computer networks, protocols and standards

Types of Networks

Classification based on transmission technology

Broadcast links. Point-to-point links.

Page 6: types of computer networks, protocols and standards

Broadcast networks• Have a single communication channel that is

shared by all the machines on the network.

Host

H1

H2 H3 H4

H5H6

Communication channel

Page 7: types of computer networks, protocols and standards

Broadcast networks• Short messages (also called packets) sent by

any machine are received by all the others.• An address field within the packet specifies for

whom it is intended. • Upon receiving a packet, a machine checks the

address field. • If the packet is intended for the receiving

machine, it processes the packet; otherwise it is just ignored.

• This mode of operation is called broadcasting

Page 8: types of computer networks, protocols and standards

Bus Topology Ring Topology

Page 9: types of computer networks, protocols and standards

point-to-point networks

• Many connections between individual pairs of machines.

• To go from the source to the destination, a packet on this type of network may have to first visit one or more intermediate machines.

Page 10: types of computer networks, protocols and standards

Note:

• As a general rule, smaller, geographically localized networks tend to use broadcasting, whereas larger networks usually are point-to-point

Page 11: types of computer networks, protocols and standards

Types of Networks

• LAN

• MAN

• WAN

Page 12: types of computer networks, protocols and standards

Local Area Networks

• Within a single building or campus of up to a few kilometers in size.

• They are widely used to connect personal computers and workstations in company offices and factories to share resources (e.g., printers) and exchange information.

Page 13: types of computer networks, protocols and standards

Three characteristics of LANs

size,

transmission

technology,

topology.

few kilometers in size

single cable , speeds of 10 Mbps to 100 Mbps

Bus, Ring

Page 14: types of computer networks, protocols and standards

Metropolitan Area Networks

• A MAN covers a city.• Ex:- cable television network

Page 15: types of computer networks, protocols and standards

Wide Area Networks

• WAN, spans a large geographical area, often a country or continent.

• The hosts are connected by a communication subnet, or just subnet for short.

• The hosts are owned by the customers, whereas the communication subnet is typically owned and operated by a telephone company or Internet service provider.

Page 16: types of computer networks, protocols and standards
Page 17: types of computer networks, protocols and standards

Subnet• The job of the subnet is to carry messages from

host to host, just as the telephone system carries words from speaker to listener.

• The subnet consists of two distinct components:–transmission lines and –switching elements.

Page 18: types of computer networks, protocols and standards

Transmission lines move bits between machines. They can be made of copper wire, optical fiber, or even radio links.

Switching elements are specialized computers used to connect two or more transmission lines.

Page 19: types of computer networks, protocols and standards

Principle of Subnet

• When a packet is sent from one router to another via one or more intermediate routers, the packet is received at each intermediate router in its entirety, stored there until the required output line is free, and then forwarded.

• A subnet using this principle is called a store-and-forward or packet-switched subnet.

Page 20: types of computer networks, protocols and standards

• Routing algorithms are used to choose the path between source and destination.

Page 21: types of computer networks, protocols and standards

Wireless Networks• wireless networks can be divided into three

main categories:

1. System interconnecti

on2. Wireless

LANs3. Wireless

WANs.

Page 22: types of computer networks, protocols and standards

System interconnection

• Connecting the components of a computer together using short-range radio.

• Bluetooth to connect the components without wires.

• Bluetooth also allows digital cameras, camcorders, scanners, and other devices to connect to a computer by merely bringing them within range.

Page 23: types of computer networks, protocols and standards

System interconnection using Bluetooth Configuration

Page 24: types of computer networks, protocols and standards

Wireless LANs• These are

systems in which every computer has a radio modem and antenna with which it can communicate with other systems.

Page 25: types of computer networks, protocols and standards

Wireless WAN

• Example:- cellular networks• cellular wireless networks are like wireless

LANs, except that the distances involved are much greater and the bit rates much lower.

Page 26: types of computer networks, protocols and standards

Protocols & Standardization

• Human analogy

Page 27: types of computer networks, protocols and standards
Page 28: types of computer networks, protocols and standards

What is a protocol?

• The formal specifications and conventions that govern and control the communications and data exchange.

• Protocols are the standards for communications, networking, and internetworking.

Page 29: types of computer networks, protocols and standards

Standards

• Traditional standards–Ex: TCP/IP

• Judicial Standardo ISO/OSI