<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Open Systems Interconnection Model (OSI) by Jamar Davis</title>
      <link>https://padlet.com/3jamardavis/Bookmarks</link>
      <description>Made with wonder</description>
      <language>en-us</language>
      <pubDate>2022-03-17 23:15:05 UTC</pubDate>
      <lastBuildDate>2022-03-24 20:49:27 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Layer 4 - Transport</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2100902304</link>
         <description><![CDATA[<div>The transport layer takes data transferred in the session layer and breaks it into “segments” on the transmitting end. It is responsible for reassembling the segments on the receiving end, turning it back into data that can be used by the session layer. The transport layer carries out flow control, sending data at a rate that matches the connection speed of the receiving device, and error control, checking if data was received incorrectly and if not, requesting it again.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-17 23:15:38 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2100902304</guid>
      </item>
      <item>
         <title>Layer 5 - Session</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2100902459</link>
         <description><![CDATA[<div>The session layer creates communication channels, called sessions, between devices. It is responsible for opening sessions, ensuring they remain open and functional while data is being transferred, and closing them when communication ends. The session layer can also set checkpoints during a data transfer—if the session is interrupted, devices can resume data transfer from the last checkpoint.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-17 23:15:52 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2100902459</guid>
      </item>
      <item>
         <title>Layer 6 - Presentation</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2100902593</link>
         <description><![CDATA[<div>The presentation layer prepares data for the application layer. It defines how two devices should encode, encrypt, and compress data so it is received correctly on the other end. The presentation layer takes any data transmitted by the application layer and prepares it for transmission over the session layer.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-17 23:16:02 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2100902593</guid>
      </item>
      <item>
         <title>Layer 7 - Application</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2100902779</link>
         <description><![CDATA[<div>The application layer is used by end-user software such as web browsers and email clients. It provides protocols that allow software to send and receive <a href="https://www.imperva.com/learn/data-security/information-security-infosec/">information and present meaningful data to users</a>. A few examples of application layer protocols are the <a href="https://www.imperva.com/learn/performance/http2/">Hypertext Transfer Protocol</a> (HTTP), File Transfer Protocol (FTP), Post Office Protocol (POP), Simple Mail Transfer Protocol (SMTP), and Domain Name System (DNS).</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-17 23:16:19 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2100902779</guid>
      </item>
      <item>
         <title>Layer 1 - Physical</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2112514851</link>
         <description><![CDATA[<div>The physical layer is responsible for the physical cable or wireless connection between network nodes. It defines the connector, the electrical cable or wireless technology connecting the devices, and is responsible for transmission of the raw data, which is simply a series of 0s and 1s, while taking care of bit rate control.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-24 19:14:24 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2112514851</guid>
      </item>
      <item>
         <title>Layer 2 - Data Link</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2112515934</link>
         <description><![CDATA[<div>The data link layer establishes and terminates a connection between two physically-connected nodes on a network. It breaks up packets into frames and sends them from source to destination. This layer is composed of two parts—Logical Link Control (LLC), which identifies network protocols, performs error checking and synchronizes frames, and Media Access Control (MAC) which uses MAC addresses to connect devices and define permissions to transmit and receive data.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-24 19:15:12 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2112515934</guid>
      </item>
      <item>
         <title>Layer 3 - Network</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2112518014</link>
         <description><![CDATA[<div>The network layer has two main functions. One is breaking up segments into network packets, and reassembling the packets on the receiving end. The other is routing packets by discovering the best path across a physical network. The network layer uses network addresses (typically Internet Protocol addresses) to route packets to a destination node.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-03-24 19:16:39 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2112518014</guid>
      </item>
      <item>
         <title>Advantages of the OSI Model</title>
         <author>3jamardavis</author>
         <link>https://padlet.com/3jamardavis/Bookmarks/wish/2112522402</link>
         <description><![CDATA[<div><strong>The OSI model helps users and operators of computer networks:</strong></div><ul><li>Determine the required hardware and software to build their network.</li><li>Understand and communicate the process followed by components communicating across a network.&nbsp;</li><li>Perform troubleshooting, by identifying which network layer is causing an issue and focusing efforts on that layer.</li></ul><div><br></div><div><strong>The OSI model helps network device manufacturers and networking software vendors:</strong></div><ul><li>Create devices and software that can communicate with products from any other vendor, allowing open interoperability</li><li>Define which parts of the network their products should work with.</li><li>Communicate to users at which network layers their product operates – for example, only at the application layer, or across the stack.</li></ul>]]></description>
         <enclosure url="https://www.imperva.com/learn/application-security/osi-model/" />
         <pubDate>2022-03-24 19:19:46 UTC</pubDate>
         <guid>https://padlet.com/3jamardavis/Bookmarks/wish/2112522402</guid>
      </item>
   </channel>
</rss>
