42
1/30 CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks Protocols Protocols and Standards and Standards Protocols Standards Standards Organizations

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

Embed Size (px)

Citation preview

Page 1: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

1/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

ProtocolsProtocols and Standardsand Standards

• Protocols

• Standards

• Standards Organizations

Page 2: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

2/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Protocols Definition and Need for Protocol

Elements of protocols Syntax Semantics Timing

Page 3: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

3/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Standards

Standards and standards Marking organization

Categories of Standards De factor - meaning by fact or by

conversion De jure - meaning by law or organization

Standards Organizations Standards creation committees (ISO, ITU-

T, ANSI,IEEE & EIA) Forums Regulatory agencies (TRCA)

Page 4: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

4/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Standards

Standards

De jure(by law)

De factor(by fact)

Proprietary Non-Proprietary

Page 5: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

5/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

NetworkModels

Page 6: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

6/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Communication Model/Network Model

Model: -a frame or reference or set of guidelines on which communicating devices can understand each other.

Network Model: Open Systems Interconnection – OSI

Model Internet Model

Page 7: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

7/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

OSI model

Page 8: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

8/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

OSI is used as the theoretical model for how communication between devices, such as computer takes place. It define the way in which device interact

• There are seven layers in the OSI model: application, Presentation,

Session, Transport, Network, Data Link and Physical.

• These layers make up a framework that defines the way in which physical

hardware, media and software work together to communicate.

• Each layer of the OSI model is independent from every other in its purpose

and responsibilities.

• Each must do its own job, as well as provide services to the layers above

and below it.

• The model creates framework to understand how network communication

is taking place, as well as aid in troubleshooting problems that arise within

a network.

• The OSI model provides a structure for software programmers and Equipment

manufacturers to develop product that will work together [interoperability]

OSI Model

Page 9: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

9/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

These services can be divided into horizontal and vertical communication models.

The communication between layers in the same device is an

example of vertical communication model.

In the horizontal model, communication is between the same

layer on different devices.

This horizontal model is based on protocols that works at

specific layers of the model.

The top five layers of the OSI model are represented in software, while the lower layers are based on hardware.

OSI Model

Page 10: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

10/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Sending a letter

Page 11: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

11/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Application layer

Page 12: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

12/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Presentation layer

Page 13: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

13/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Session layer

Page 14: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

14/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Transport layer

Page 15: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

15/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Network layer

Page 16: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

16/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Data link layer

Page 17: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

17/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Physical layer

Page 18: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

18/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Summary of layer functions

Page 19: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

19/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Internet Model

Internet model is made up of five [5] layers

Page 20: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

20/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

An exchange using the Internet model

Page 21: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

21/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Physical layer

Page 22: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

22/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Physical layer

Physical layer is responsible for actual physical connection between devices.

Page 23: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

23/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

The physical layer is responsible for transmitting individual bits from one

node to the next.

Note:Note:

Page 24: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

24/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Data link layer

Page 25: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

25/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Data link Layer

Data link layer has two sublayers and each provides its own

services in the OSI model

Data link Sublayers

Logical Link Control [LLC]

Media Access Control [MAC]

LLC Sublayer: provides the interface between the media access

method and the network layer protocol.

MAC Sublayer: Is responsible for the connection to the physical

media

Page 26: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

26/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

The data link layer is responsible for transmitting frames from

one node to the next.

Note:Note:

Page 27: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

27/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Node-to-node delivery

Page 28: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

28/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Example 1

Page 29: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

29/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Network layer

Page 30: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

30/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Network Layer

This layer is responsible for the addressing and delivery of

packet.

Network address is a logical address based on numbering

scheme that is independent of a devices hardware or location.

Functions of the Network layer

Add the network address to the packet

Map the network to the device physical address

Determine the best path for the packet

Ensure that the packet is in the correct format for the

destination network

Page 31: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

31/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

The network layer is responsible for the delivery of packets from the original source to the final destination.

Page 32: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

32/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Source-to-destination delivery

Page 33: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

33/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Example 2

Page 34: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

34/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Transport layer

Page 35: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

35/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Transport Layer The function of the transport layer is to ensure that data

packets it receives from the session layer arrive reliably. Two type of transmission

Connection Oriented Connectionless

Transport layer also has the job of managing the speed of communication between devices: flow control

Features of Connection Oriented transmission Reliability Slower communication Packets are resent if a packet is un recognized or is not

received Features of connectionless transmission

Little or no Reliability Faster transmission Packet are not retransmitted

Page 36: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

36/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

The transport layer is responsible for delivery of a message from one process

to another.

Note:Note:

Page 37: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

37/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Reliable process-to-process delivery of a message

Page 38: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

38/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Example 3

Page 39: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

39/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Application layer

Page 40: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

40/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Application layer is the service provider. It gives service to the user of

the network.

Application layer works with the applications you use to communicate

over the network. Example: SMTP-simple mail transfer protocol to send

e-mail, HTTP (HyperText Transfer Protocol) to access the web page while

surfing the Internet, FTP (file transfer protocol) transfer protocol to

download a file from an FTP server.

Application Services:

File services

Electronic-mail services

Network printing services

Application services

Database services

Page 41: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

41/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

The application layer is responsible for providing services to the user.

Note:Note:

Page 42: CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards

42/30

CIT-Dept-IFM 2006/7 Institute of Finance Management 2006

CIT232- Computer Networks

Summary of duties