38
NETWORKING Standards and Protocols

Networking Standards And Protocols

Embed Size (px)

Citation preview

Page 1: Networking Standards And Protocols

NETWORKINGStandards and Protocols

Page 2: Networking Standards And Protocols

STANDARDS AND PROTOCOLSThe OSI Model

Page 3: Networking Standards And Protocols

WHAT IS THE OSI MODEL?

Page 4: Networking Standards And Protocols

WHAT IS THE OSI MODEL?

OSI Stands for Open Systems Interconnection.

The OSI model is a layered, abstract description for communications and computer network protocol design.

The Open Systems Interconnection model is a set of standard specifications that allows various computer platforms to communicate with each other openly.

It is concerned with the interconnection between systems – the way the systems exchange information – and not with the internal functions of the particular system

Page 5: Networking Standards And Protocols

WHAT IS THE OSI MODEL?

It divides the network architecture into seven layers:1. Physical2. Data Link3. Network4. Transport5. Session6. Presentation7. Application

Page 6: Networking Standards And Protocols

WH

AT IS

TH

E O

SI M

OD

EL?

Each of these different layers has its own set of functions and only communicates with the layers directly above and below and with its opposite layer on other computers.

Page 7: Networking Standards And Protocols

WHY A LAYERED MODEL?

Page 8: Networking Standards And Protocols

WHY A LAYERED MODEL?

Change:

When changes are made to one layer, the impact on the other layers is minimized.

If the model consists of a single, all-encompassing layer, any change affects the entire model.

Page 9: Networking Standards And Protocols

WHY A LAYERED MODEL?

Design:

A layered model defines each layer separately. As long as the interconnections between layers

remain constant, protocol designers can specialize in one area (layer) without worrying about how any new implementations affect other layers.

Page 10: Networking Standards And Protocols

WHY A LAYERED MODEL?

Learning:

The layered approach reduces a very complex set of topics, activities, and actions into several smaller, interrelated groupings.

This makes learning and understanding the actions of each layer and the model generally much easier.

Page 11: Networking Standards And Protocols

WHY A LAYERED MODEL?

Troubleshooting:

The protocols, actions, and data contained in each layer of the model relate only to the purpose of that layer.

This enables troubleshooting efforts to be pinpointed on the layer that carries out the suspected cause of the problem.

Page 12: Networking Standards And Protocols

WHY A LAYERED MODEL?

Standards:

Probably the most important reason for using a layered model is that it establishes a prescribed guideline for interoperability between the various vendors developing products that perform different data communications tasks.

Remember, though, that layered models, including the OSI model, provide only a guideline and framework, not a rigid standard that manufacturers can use when creating their products.

Page 13: Networking Standards And Protocols

THE SEVEN LAYERS OF THE OSI MODEL

Page 14: Networking Standards And Protocols

PHYSICAL LAYER

Page 15: Networking Standards And Protocols

PHYSICAL LAYER

The Physical layer is the lowest or first layer of the OSI Model. This layer contains the physical networking medium, such as cabling, connectors, and repeaters.

The Physical Layer defines: Physical network structures Mechanical and electrical specifications for using

the transmission medium Bit transmission encoding and timing rules

Page 16: Networking Standards And Protocols

PHYSICAL LAYER

The physical layer does not include a description of the medium and does not provide any sort of error correction.

However, implementations of physical protocols are transmission-media-specific

Page 17: Networking Standards And Protocols

PHYSICAL LAYER

The following network connectivity hardware are normally associated with the OSI physical layer: Network interface boards (NIC, adaptors, and so

on) Hubs, and repeaters that regenerate electrical

signals Transmission media connectors, which provide

the mechanical interface to interconnect devices to the transmission media (cables, BNC connectors, etc)

Modems and codec's, which perform digital analogue conversions.

Page 18: Networking Standards And Protocols

DATA LINK LAYER

Page 19: Networking Standards And Protocols

DATA LINK LAYER

The second layer of the OSI Model, the Data Link Layer, controls communications between the Network layer and the Physical layer.

Its primary function is to divide data it receives from the Network layer into distinct frames that can be transmitted by the Physical layer.

Page 20: Networking Standards And Protocols

DATA LINK LAYER

The basic purposes of the data link layer protocol implementations are: Organise the physical layer’s bits into logical

groups of information called frames Detect and correct errors Control data flow Identify computers on the network

Page 21: Networking Standards And Protocols

NETWORK LAYER

Page 22: Networking Standards And Protocols

NETWORK LAYER

The primary function of the Network Layer, the third layer in the OSI Model has the main objective of moving data to specific network locations.

Page 23: Networking Standards And Protocols

NETWORK LAYER

It does this by translating logical addresses into the appropriate physical address and then decides on the best route for the data to take from sender to receiver.

This appears similar to what the data link layer accomplishes through physical decide addressing.

However, data link layer addressing only operates on a single network

Page 24: Networking Standards And Protocols

NETWORK LAYER

The network layer describes methods for moving information between multiple independent networks, called internetworks.

Page 25: Networking Standards And Protocols

TRANSPORT LAYER

Page 26: Networking Standards And Protocols

TRANSPORT LAYER

The transport layer provides enhancements to the services of the network layer.

Its main tasks is to ensure that data sent form one computer arrives reliably, in the correct sequence and without errors at the receiving computer.

To ensure reliable delivery, the transport layer builds on the error control mechanism provided by the lower layer

Page 27: Networking Standards And Protocols

TRANSPORT LAYER

This layer is the last chance for error recovery. The transport layer is also responsible for flow control.

It s here that there rate of transmission is determined, based on how fast the receiving computer can accept the data packets being sent to it.

Data on the sending computer is broken down into packets that are the maximum size that the type of network can handle.

Page 28: Networking Standards And Protocols

SESSION LAYER

Page 29: Networking Standards And Protocols

SESSION LAYER

The Session Layer is responsible for establishing and maintaining communication between two nodes on the network.

Page 30: Networking Standards And Protocols

SESSION LAYER

The term session refers to a connection for data exchange between two parties; it is most often used in the context of terminal and mainframe communications, in which the terminal is a device with little (if any) of its own processing or disk capacity that depends on a host to supply it with applications and data processing services.

Page 31: Networking Standards And Protocols

SESSION LAYER

Often, this layer also helps the upper layers identify and connect to the services that are available on the network.

If a communication session is broken, is the session layer that determines where to restart the transmission once the session has been reconnected

Page 32: Networking Standards And Protocols

SESSION LAYER

This layer is also responsible for determining the terms of the communication session – it will determine which computer or node can communicate first and for how long

It is sometimes known as the ‘traffic cop’ of the network

Page 33: Networking Standards And Protocols

PRESENTATION LAYER

Page 34: Networking Standards And Protocols

PRESENTATION LAYER

The Presentation Layer serves as a translator between the application and the network.

At the Presentation layer, data become formatted in a schema that the network can understand; this format varies with the type of network used.

The Presentation Layer manages data encryption and decryption, such as the scrambling of system passwords.

Page 35: Networking Standards And Protocols

APPLICATION LAYER

Page 36: Networking Standards And Protocols

APPLICATION LAYER

The top or seventh layer of the OSI Model is the Application layer.

The Application provides interfaces to the software that enable programs to use network services.

Page 37: Networking Standards And Protocols

APPLICATION LAYER

The term “Application Layer” does not refer to a particular software application, such as Microsoft Word, running on the network.

Instead, some of the services provided by the Application layer include file transfer, file management, and message handling for electronic mail.

Page 38: Networking Standards And Protocols

APPLICATION LAYER

Examples of common functions include: Protocols for providing remote file services, such

as open, close, read, write, and shared access to files

File transfer services and remote database access

Message handling services for electronic mail applications

Global directory services to locate resources on a network

A uniform way of handling a variety of system monitors and devices

Remote job execution