30
Outline Introduction of OSI model Layers of OSI model Addressing Schemes in OSI model Internet Protocol

Osi & ip presentation

Embed Size (px)

Citation preview

Page 1: Osi & ip presentation

Outline Introduction of OSI model Layers of OSI modelAddressing Schemes in OSI model Internet Protocol

Page 2: Osi & ip presentation

What is OSI? Developed by the International Standard

Organization (ISO) in 1977. The primary architectural model for inter

computer communications. A conceptual model composed of seven layers,

each specifying particular network functions. Describes how information from a software

application in one computer moves through a network medium to a software application in another computer.

Page 3: Osi & ip presentation

Why Study OSI?Still an excellent model for

conceptualizing and understanding protocol architectures

Key points: Modular Hierarchical

Page 4: Osi & ip presentation
Page 5: Osi & ip presentation

OSI Lower LayersPhysical – Layer 1Data Link – Layer 2Network – Layer 3

Page 6: Osi & ip presentation

OSI Physical LayerResponsible for transmission of bitsResponsible for the actual physical

connection between the devices.Always implemented through

hardwareEncompasses mechanical, electrical,

and functional interfacese.g. RS-232

Page 7: Osi & ip presentation

Physical layer

Page 8: Osi & ip presentation

OSI Data Link LayerResponsible for error-free, reliable

transmission of data Flow control, error correctione.g. HDLC

Page 9: Osi & ip presentation

OSI Data Link LayerIEEE has subdivided data link layer into two sub-layers.

Page 10: Osi & ip presentation

OSI Network LayerResponsible for routing of messages

through networkConcerned with type of switching usedHandles routing between networks, as

well as through packet-switching networks

Concerned with exchange of data between computer and network

Includes addressing, routing, prioritizing, etc

Page 11: Osi & ip presentation

OSI Upper LayersTransportSessionPresentationApplication

Page 12: Osi & ip presentation

OSI Transport Layer Isolates messages from lower and

upper layersMonitors quality of

communications channel It is responsible for source process

to destination process delivery of entire message.

Concerned with reliable transfer of information between applications

Page 13: Osi & ip presentation

Transport LayerBreaks down message size Make sure that the message is

delivered to the correct process on destination machine.

Includes aspects like flow control and error checking

Page 14: Osi & ip presentation

OSI Session LayerEstablishes logical connections

between systems.Manages log-ons, password

exchange, log-offs.Terminates connection at end of

session.

Page 15: Osi & ip presentation

OSI Presentation LayerProvides format and code

conversion services.Examples

File conversion from EBCDIC to ASCII-coded files.

Invoking character sequences to generate bold, italics, etc on a printer.

Page 16: Osi & ip presentation

OSI Application Layer Provides access to network for end-user User’s capabilities are determined by

what items are available on this layer Logic needed to support various

applications Each type of application (file transfer,

remote access) requires different software on this layer

Page 17: Osi & ip presentation

THE INTERNET PROTOCOL

Page 18: Osi & ip presentation

What is an IP address?

It is a logical address. It specifies the location of a client on the

internet. It is a unique identifier.

Page 19: Osi & ip presentation

IP Usage

It is helpful in connecting one device to another.

It helps in the sharing of files on the network.

Page 20: Osi & ip presentation

IP Structure IP address consists of four sections. Each section is 8 bit long. Each section ranges from 0 to 255. A dotted decimal number system is used

for representation. These four sections comprise of 2 parts:

network ID and host ID.

Page 21: Osi & ip presentation

IP Structure The network portion is assigned. The host portion is determined by the

network administrator. IP addresses are classified in 2 parts:

classful and classless. Classful portion is again classified in 5

classes.

Page 22: Osi & ip presentation

Class A IP Address

It consist of 8 bits of network ID and 24 bits of host ID.

It’s minimum limit is 0. It’s maximum limit is 127.

Page 23: Osi & ip presentation

Class B IP Address

It consist of 16 bits of network ID and 16 bits of host ID.

It’s minimum limit is 128. It’s maximum limit is 191.

Page 24: Osi & ip presentation

Class C IP Address

It consists of 24 bits of network ID and 8 bits of host ID.

It’s minimum limit is 192. It’s maximum limit is 223.

Page 25: Osi & ip presentation

Class D and Class EClass D Class D is reserved for multi-casting. It is assigned to a group of networks and

not just a unique address.Class E Class E is reserved for future use.

Page 26: Osi & ip presentation

Reserved Addresses Any IP starting with 0 cannot be allotted to

any machine. Any IP starting with 127 indicates that the

machine is subjected to loop back or internal testing.

Any IP having all host ID as 0 cannot be assigned to any machine.

All host bits as 1 cannot be used.

Page 27: Osi & ip presentation

Subnetting

Subnet Mask: This is the mask which helps in determining the number of bits for network. In other words, it helps in determining network ID of an address.

Chopping up of a network into a number of smaller networks is called subnetting.

Page 28: Osi & ip presentation

Subnetting- Why?

Division of networks. Greater number of networks. Simplified addressing.

Page 29: Osi & ip presentation

The Upgradation

The version 4 is running out. It is being upgraded to IPv6. IPv6 is represented in hexadecimal form. IPv4 has only 32 bits whereas IPv6 has 128

bits. IPv6 has security features also.

Page 30: Osi & ip presentation

OSI Application LayerProvides access to network for

end-user.User’s capabilities are determined

by what items are available on this layer.

Peforms functions like synchronizing communication.