<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – OSI</title>
    <link>https://www.devkuma.com/en/tags/osi/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/osi/logo/180x180.jpg</url>
      <title>OSI</title>
      <link>https://www.devkuma.com/en/tags/osi/</link>
    </image>
    <description>Recent content in OSI on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/osi/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>OSI 7 Layers</title>
      <link>https://www.devkuma.com/en/docs/osi7-layer/</link>
      <pubDate>Sun, 31 Dec 2017 02:30:37 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/osi7-layer/</guid>
      <description>
        
        
        &lt;h2 id=&#34;osi-reference-model-osi-7-layer&#34;&gt;OSI Reference Model (OSI 7 Layer)&lt;/h2&gt;
&lt;p&gt;One term that cannot be left out when discussing standardization in networking is &amp;ldquo;Open Systems Interconnection&amp;rdquo; (OSI). OSI is a network model established by the International Organization for Standardization (ISO) in 1977 as part of developing an architecture for communication between heterogeneous computer systems. It shows through what paths and methods data is transmitted and received. By understanding it, you can see how devices such as routers, bridges, switches, and network cards handle data. For people working in networking, OSI can be considered a kind of bible. OSI is called a collection of protocols because each layer that makes up the OSI model plays the role of a protocol. The OSI model consists of seven layers in total.&lt;/p&gt;
&lt;p&gt;The fourth layer, the transport layer, through the seventh layer, the application layer, are generally called the upper layers. They are more closely related to application software than to network equipment.&lt;/p&gt;
&lt;h3 id=&#34;physical-layer&#34;&gt;Physical Layer&lt;/h3&gt;
&lt;p&gt;Defines the physical connection between computers and networks from both mechanical aspects, such as cables and connectors, and electrical aspects, such as voltage and signal modulation.
Defines the network topology.
Defines the signaling methods used on network media.&lt;/p&gt;
&lt;h3 id=&#34;data-link-layer&#34;&gt;Data Link Layer&lt;/h3&gt;
&lt;p&gt;Defines the protocols that allow computers to exchange messages.&lt;/p&gt;
&lt;p&gt;Provides reliable information transmission between two devices through a physical connection.&lt;/p&gt;
&lt;h3 id=&#34;network-layer&#34;&gt;Network Layer&lt;/h3&gt;
&lt;p&gt;Defines the path through which packets are transmitted (routing).&lt;/p&gt;
&lt;p&gt;Controls the flow of packets sent to nodes on the network and defines how status messages are delivered to network nodes.&lt;/p&gt;
&lt;h3 id=&#34;transport-layer&#34;&gt;Transport Layer&lt;/h3&gt;
&lt;p&gt;Defines how to locate physical positions on the network, establish connections between nodes, authenticate them, and arrange packets.&lt;/p&gt;
&lt;p&gt;It is responsible for collecting packets in the proper order, checking for errors, and sending packets to the session layer.&lt;/p&gt;
&lt;h3 id=&#34;session-layer&#34;&gt;Session Layer&lt;/h3&gt;
&lt;p&gt;Provides a conceptual interface to the transport layer for applications.&lt;/p&gt;
&lt;p&gt;Allows devices to be identified by name instead of by network address.&lt;/p&gt;
&lt;p&gt;Maintains sessions, or connections, between two nodes on the network.&lt;/p&gt;
&lt;h3 id=&#34;presentation-layer&#34;&gt;Presentation Layer&lt;/h3&gt;
&lt;p&gt;Defines how applications enter the network and how data is translated into the form in which it is transmitted and consumed on the network.&lt;/p&gt;
&lt;p&gt;If compression and encryption are used, they are also handled by the presentation layer.&lt;/p&gt;
&lt;h3 id=&#34;application-layer&#34;&gt;Application Layer&lt;/h3&gt;
&lt;p&gt;The interface used by network-enabled applications to access the network.&lt;/p&gt;
&lt;p&gt;Defines network applications.&lt;/p&gt;
&lt;p&gt;This is the layer where email and network utilities exist.&lt;/p&gt;
&lt;p&gt;It controls application access to the network and notifies applications when network errors occur.&lt;/p&gt;
&lt;h3 id=&#34;reasons-for-developing-layered-protocols&#34;&gt;Reasons for Developing Layered Protocols&lt;/h3&gt;
&lt;p&gt;Layered protocols were developed to separate complex networks by role area so they can be understood logically and more easily. They also provide standardized interfaces between network functions, ensure symmetry among functions performed at each node in the network, and clarify the language used when network designers, administrators, vendors, and users discuss network functions.&lt;/p&gt;
&lt;h2 id=&#34;osi-7-layers&#34;&gt;OSI 7 Layers&lt;/h2&gt;
&lt;h3 id=&#34;application-layer-top-layer&#34;&gt;Application Layer (Top Layer)&lt;/h3&gt;
&lt;p&gt;This layer defines services that support users and application tasks. It manages FTP, databases, remote access (TELNET), email, and similar services.&lt;/p&gt;
&lt;h3 id=&#34;presentation-layer-1&#34;&gt;Presentation Layer&lt;/h3&gt;
&lt;p&gt;This layer formats data sent from the application layer above it into basic codes such as ASCII or EBCDIC.&lt;/p&gt;
&lt;h3 id=&#34;session-layer-1&#34;&gt;Session Layer&lt;/h3&gt;
&lt;p&gt;This layer manages LAN users when they connect to a server, including connection setup, maintenance, and termination.&lt;/p&gt;
&lt;h3 id=&#34;transport-layer-1&#34;&gt;Transport Layer&lt;/h3&gt;
&lt;p&gt;This layer is related to protocols such as TCP and SPX, and is associated with data transmission, error recovery, flow control, and network addressing.&lt;/p&gt;
&lt;h3 id=&#34;network-layer-1&#34;&gt;Network Layer&lt;/h3&gt;
&lt;p&gt;This layer contains the conditions needed to assign destination addresses to data and determine transmission paths. It is the area where various transport protocols such as IP and IPX operate. It manages system connection devices and packets.&lt;/p&gt;
&lt;h3 id=&#34;data-link-layer-1&#34;&gt;Data Link Layer&lt;/h3&gt;
&lt;p&gt;This layer defines how data packets are formed and transmitted. For example, it plays the role of loading letters onto delivery trucks, sending each truck onto the highway, and ensuring that they arrive safely.&lt;/p&gt;
&lt;h3 id=&#34;physical-layer-1&#34;&gt;Physical Layer&lt;/h3&gt;
&lt;p&gt;This layer converts data packets formed by the upper data link layer into electrical or optical signals and transmits and receives them. It can be compared to the trucks and highways needed to deliver letters to different locations.&lt;/p&gt;

      </description>
      
      <category>OSI</category>
      
      <category>Network</category>
      
    </item>
    
  </channel>
</rss>
