Total members 11890 |It is currently Sat Apr 20, 2024 3:17 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





What is OSI Model Layers ?
The OSI model consists of seven layers, each of which can (and typically does) have several sublayers. Cisco requires that CCNAs demonstrate an understanding of each layer as well as the protocols that correspond to each OSI layer. The names of the OSI model layers and their main functions are simply good things to memorize. And frankly, if you want to pursue your Cisco certifications beyond CCNA, these names and functional areas will come up continually.The upper layers of the OSI model (application, presentation, and session”Layers 7, 6, and 5) are oriented more toward services to the applications. The lower four layers (transport, network,data link, and physical” Layers 4, 3, 2, and 1) are oriented more toward the flows of data from end to end through the network. CCNAs work mostly with issues in the lower layers, in
particular with Layer 2, upon which switching is based, and Layer 3, upon which routing is based.

Application(Layer 7)
An application that communicates with other computers is implementing OSI application layer concepts. The
application layer refers to communications services to applications. For example, a word processor that lacks
communications capabilities would not implement code for communications, and word processor programmers would not be concerned about OSI Layer 7. However, if an option for transferring a file were added, then the word processor would need to implement OSI Layer 7 (or the equivalent layer in another protocol specification).

Presentation(Layer 6)

This layers main purpose is defining data formats, such as ASCII text, EBCDIC text, binary, BCD, and JPEG.
Encryption is also defined by OSI as a presentation layer service. For example, FTP enables you to choose binary or ASCII transfer. If binary is selected, the sender and receiver do not modify the contents of the file. If ASCII is chosen, the sender translates the text from the senders character set to a standard ASCII and sends the data. The receiver translates back from the standard ASCII to the character set used on the receiving computer.

Session(Layer 5)
The session layer defines how to start, control, and end conversations (called sessions). This includes the control and management of multiple bidirectional messages so that the application can be notified if only some of a series of messages are completed. This allows the presentation layer to have a seamless view of an incoming stream of data. The presentation layer can be presented with data if all flows occur in some cases. For example, an automated teller machine transaction in which you withdraw cash from your checking account should not debit your account, and then fail, before handing you the cash, recording the transaction even though you did not receive money. The session layer creates ways to imply which flows are part of the same session and which flows must complete before any are considered complete.

Transport(Layer 4)

Layer 4 includes the choice of protocols that either do or do not provide error recovery. Multiplexing of incoming data for different flows to applications on the same host (for example, TCP sockets) is also performed. Reordering of the incoming data stream when packets arrive out of order is included.


Network(Layer 3)
This layer defines end-to-end delivery of packets. To accomplish this, the network layer defines logical
addressing so that any endpoint can be identified. It also defines how routing works and how routes are learned so that the packets can be delivered. The network layer also defines how to fragment a packet into smaller packets to accommodate media with smaller maximum transmission unit sizes. (Note: Not all Layer 3 protocols use fragmentation.) The network layer of OSI defines most of the details that a Cisco router considers when routing. For example, IP running in a Cisco router is responsible for examining the destination IP address of a packet,comparing that address to the IP routing table,fragmenting the packet if the outgoing interface requires smaller packets, and queuing the packet to be sent out to the interface.

Data link(Layer 2)

The data link (Layer 2) specifications are concerned with getting data across one particular link or medium. The data link protocols define delivery across an individual link. These protocols are necessarily concerned with the type of media in question; for example, 802.3 and 802.2 are specifications from the IEEE, which are referenced by OSI as valid data link (Layer 2) protocols. These specifications define how Ethernet works. Other protocols, such as High-Level Data Link Control (HDLC) for a point-to-point WAN link, deal with the
different details of a WAN link. As with other protocol specifications, OSI often does not create any original
specification for the data link layer but instead relies on other standards bodies such as IEEE to create new
standards for the data link layer and the physical layer.

Physical(Layer 1)
These physical layer (Layer 1) specifications, which are also typically standards from other organizations that are referred to by OSI, deal with the physical characteristics of the transmission medium. Connectors, pins, use of pins, electrical currents, encoding, and light modulation are all part of different physical layer specifications. Multiple specifications are sometimes used to complete all details of the physical layer. For example, RJ-45 defines the shape of the connector and the number of wires or pins in the cable. Ethernet and 802.3 define the use of wires or pins 1, 2, 3, and 6. So, to use a category 5 cable, with an RJ-45 connector for an Ethernet connection, Ethernet and RJ-45 physical layer specifications are used.taken from "The OSI, TCP/IP, and NetWare Protocol Architectures".



_________________
Please recommend my post if you found it helpful


Author:
Beginner
User avatar Posts: 109
Have thanks: 5 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : OSI Model Layers
 Re: what is the TCP/IP model?     -  
 m3g model from milkshape     -  
 JDBC Table Model example     -  
 Fixed Quantity Inventory model Simulator (C++)     -  
 How to work with PowerDesigner tool to design ERD model?     -  
 problem with binding a choice model with jaxb     -  
 Database Cashing tables results model     -  
 advantage of the event delegation model over event-inherit     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com