Home Set as Homepage Add to Favorite Contact Submit  
             05 January, 2009
 
search for
 
 
 

Categories
Arts & Culture »
Automotive »
Business »
Career »
Communications »
Computers »
Entertainment »
Family Concerns »
Fashion »
Finances »
Food & Drinks »
Health & Fitness »
Hobbies & Crafts »
Home & Garden »
Home Based Business »
Home Management »
Internet »
Kids & Teens »
Legal »
Marketing »
Marriage & Wedding »
Parenting »
Politics & Government »
Real Estate »
Recreation & Sports »
Reference & Education »
Relationships »
Religion & Faith »
Science »
Self Improvement »
Shopping »
Society »
Travel & Leisure »
Womens Interest »
Writing & Speaking »
    
Category:  Articles » Computers » Certification Tests

 
Seven Layers of ISO OSI Model Popularity:
         Views: 55
2006-11-19 00:02:21     
Article by Vijayanand Yadla

The ISO OSI model are explained below. The seven layers of the OSI model are:


Application
Presentation
Session
Transport
Network
Antiqua">Data Link
Physical

1 Application layer:
This layer provides a means for the user to access information on the network through an application. Many user applications that need to communicate over the network interact with the Application layer protocol directly. The user applications are not part of OSI Application layer, use the networking services offered by the networking protocol suite. Application layer functions typically include identifying communication partners, and determining availability of required resources. Some examples of application layer implementations include Telnet, File Transfer Protocol (FTP), and Simple Mail Transfer Protocol (SMTP).


2 Presentation layer:
Presentation layer converts local host computer data representations into a standard network format for transmission on the network. On the receiving side, it changes the network format into the appropriate host computer's format so that data can be utilized independent of the host computer. ASCII and EBCDIC conversions, cryptography, and the like are handled here. Examples of Presentation layer coding and conversion schemes include common data representation formats, conversion of character representation formats, common data compression schemes, and common data encryption schemes.


Presentation layer implementations are not typically associated with a particular protocol stack. Some well-known standards for video include QuickTime and Motion Picture Experts Group (MPEG). QuickTime is an Apple Computer specification for video and audio, and MPEG is a standard for video compression and coding.

3. Session layer:
The session layer establishes, manages, and terminates communication sessions. Communication sessions consist of service requests and service responses that occur between applications located in different network devices. These requests and responses are coordinated by protocols implemented at the session layer. Some examples of session-layer implementations include AppleTalk's Zone Information Protocol (ZIP), and Decent Phase Session Control Protocol (SCP).


4.Transport layer:
Transport layer is responsible for providing reliable service between the hosts. Upper layer datagrams are broken down into manageable datagrams and then appropriate header information (such as sequence number, port number, etc.) is added to the datagram before passing it on to the Network layer. Two frequently used transport protocols are the TCP (Transmission Control Protocol) and the UDP (User Datagram Protocol).


Important features of Transport layer:


Transport layer ensures reliable service.
Breaks the message (from sessions layer) into smaller datagrams, and appends appropriate unit header information.
Responsible for communicating with the Session layer

Important features of TCP/UDP:


TCP/IP widely used protocol for Transport/Network layers
TCP: (Transport Control Protocol) TCP ensures that a packet has reached its intended destination by using an acknowledgement. If not, it retransmits the lost messages. Hence, TCP is called a connection oriented protocol.
UDP (Universal Data gram Protocol): UDP simply transmits packets over the internet. It does not wait for an acknowledgement. It is the responsibility of upper layer protocols to ensure that the information had reached the intended partner(s). Hence, UDP is often called connectionless protocol.
Application programs that do not need connection-oriented protocol generally use UDP.

5. Network layer:
Network layer is responsible for the routing of packets through the entire network. The layer uses logical addressing for this purpose. Note that the physical address (like MAC address) keeps changing from hop to hop when a packet travels from source to destination. As a result, an address that doesn't change is required to ensure continuity between hops. This is nothing but logical address. For IP networks, IP address is the logical address; and for Novell network, IPX address is the logical address, and so on. This layer also provides for congestion control, and accounting information for the network. IP (Internet Protocol) is an example of a network layer protocol.


6. Data link layer:
Data link layer provides delivery of information frames between communicating partners. This layer is responsible for flow regulation, error detection and correction, and framing of bits for transmission. The network data frame is made up of checksum, source address, destination address, and the data itself. The largest frame size that can be sent is known as the maximum transmission Unit (MTU).

Important features of Data link layer:



Assembles bits into frames, making them ready for transmission over the network.


Provides error detection, and correction to transmitted frames. If the checksum is not correct, it asks for retransmission. (Send a control message).


Consists of two sub layers:


Logical Link Control (LLC): Defines how data is transferred over the cable and provides data link service to the higher layers.


Medium Access Control (MAC): Controls media access by regulating the communicating nodes using pre-defined set of rules. (i.e. Token passing, Ethernet [CSMA/CD] all have MAC sub-layer protocol).
Different Data link layer protocols define different network and protocol characteristics, including physical addressing, network topology, error notification, sequencing of frames, and flow control. Physical addressing (as opposed to logical addressing) defines how devices are addressed at the data link layer. The protocols used in Data link layer are SLIP, PPP, and CSLP.


7. Physical layer:
This is the bottom-most layer of the OSI model. The Physical layer handles the bit-level communications across the physical medium. The physical medium could be made up of wired electrical signals, or light, or radio (wireless) signals. Physical layer specifications define characteristics such as media, data rates, maximum transmission distances, and physical connectors.
Some of the important standards that deal with physical layer specifications are:
RS-232(for serial communication lines), X.21, EIA 232, and G730.
Physical layer and Data link layer implementations can be categorized as either LAN or WAN specifications.

Specialized in: Vlan - Wan - Ccna Tutorial - Ccna - Access Lists - Simulationexams
URL:
Print article      Send to a friend      Bookmark this page
Related Articles 
Cisco CCNP Certification / BCMSN Exam Tutorial: Uplinkfast (Popularity: ): You remember from your CCNA studies that when a port goes through the transition from blocking to forwarding, you’re looking at a 50-second delay before that port can actually begin forwarding frames. Configuring a port with PortFast is one way to get around that, but again, you can only use it when a single host device is found off the port. What if the device connected to a port is ...
Cisco CCNP Certification / BSCI Exam Tutorial: ISIS Hellos And Adjacencies (Popularity: ): In my last ISIS tutorial, I mentioned that while ISIS and OSPF are both link state protocols, their actual operation differs greatly. To pass the BSCI exam and earn your CCNP, you’ll need to know these differences! Today, we’ll take a look at ISIS Hello types and the adjacency types that form through the use of these Hellos. Hello packets have been mentioned several times with ISIS, and with good reason. ...
Cisco CCNA Certification Exam Tutorial: The OSPF RID (Popularity: ): OSPF is a major topic on your CCNA exam, as well it should be. OSPF is a widely-used WAN protocol, and you need to learn the fundamentals before moving on to more complicated configurations. One such detail is the OSPF Router ID, or RID. The RID is the dotted decimal value by which other OSPF routers will identify a given OSPF router. There are some interesting defaults for this value, and ...
OSI Overview (Popularity: ): When computers were first linked together into networks, moving information between the different types of computers was a very difficult task. In the early 1980s, the International Standards Organization (ISO) recognized the need for a standard network model. This would help vendors to create interpretable network devices. The Open Systems Interconnection (OSI) reference model, released in 1984, addressed this need. The OSI model describes how information makes its way from ...
IT Certification (Popularity: ): One of the great things about the world of certification is that the possibilities are endless. New certifications are designed with the need of today's fast and growing markets. There is a finite number of IT certifications that can be obtained in unlimited combinations to give its holders their own unique sets of skills and knowledge in order to compete in the market. There are two kinds of certification paths: horizontal and ...


Related Business 
H & T Electronics company Ltd. (Popularity: ): Manufacturers of bare PCBs, single or double sided components, Multi-layers (2to14 layers) Options of plated through holes, solder mask, component identification on silk screen, gold tabs and routing.
Visual Model Railroad Concepts (Popularity: ): CAD Model Railroad layout designs and products company for the creation and the completion of model railroads. We also manufacture completely modular, adjustable model railroad systems in kit form. 35 years of model trains participation.
Lynx Model Works (Popularity: ): Model and miniature steam engines, locomotives and traction engines built, repaired, renovated and painted. Model paints, model engineering machinery and tool sales. UK.
Model Flight (Popularity: ): A virtual model flying club for model flight enthusiasts of all levels where you can read about or share experiences of aspects and activities of the model flight world.
North American Model Horse Shows Association - NAMHSA (Popularity: ): Promotes all facets of the model horse hobby and provides support for the future development of model horse showing, customizing, and collecting. Probably the most influential model horse club in the U.S.
Gundam Model X-Treme (Popularity: ): Reviews of Bandai's HGUC and MG model kits, plus fan model boxart gallery.
Covergirl Model Management (Popularity: ): A full production model and talent service. Includes photos, and model search information.
Tom's Model Guide (Popularity: ): Radio control model aircraft reviews, articles, beginners help and advice, and links to model clubs in Scotland.
XQuery 1.0 and XPath 2.0 Data Model (Popularity: ): This document defines the W3C XQuery 1.0 and XPath 2.0 Data Model, which is the data model of at least XSLT and XQuery, and any other specifications that reference it. This data model is based on the data models of XPath and XML Query Data Model and replaces XML Query Data Model. (W3C Working Draft 7 June 2001)
Miller Models, Custom Model Builders (Popularity: ): Custom model building service specializing in model railroad structures and equipment. Also custom sounds for the model railroad.


 
 
Home | Top | Set as Homepage | Bookmark this Page | Privacy | Contact | Submit Article
© 2003-2008 ABC Directory. All Rights Reserved