<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syn  is L3 flow and syn/ack is L2 flow in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/syn-is-l3-flow-and-syn-ack-is-l2-flow/m-p/238703#M68370</link>
    <description>&lt;P&gt;Good thing, cause it's wrong. It's all layer 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Wiki:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;Connection establishment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To establish a connection, TCP uses a three-way&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Handshaking" href="https://en.wikipedia.org/wiki/Handshaking" target="_blank"&gt;handshake&lt;/A&gt;. Before a client attempts to connect with a server, the server must first bind to and listen at a port to open it up for connections: this is called a passive open. Once the passive open is established, a client may initiate an active open. To establish a connection, the three-way (or 3-step) handshake occurs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;SYN&lt;/STRONG&gt;: The active open is performed by the client sending a SYN to the server. The client sets the segment's sequence number to a random value A.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SYN-ACK&lt;/STRONG&gt;: In response, the server replies with a SYN-ACK. The acknowledgment number is set to one more than the received sequence number i.e. A+1, and the sequence number that the server chooses for the packet is another random number, B.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ACK&lt;/STRONG&gt;: Finally, the client sends an ACK back to the server. The sequence number is set to the received acknowledgement value i.e. A+1, and the acknowledgement number is set to one more than the received sequence number i.e. B+1.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;At this point, both the client and server have received an acknowledgment of the connection. The steps 1, 2 establish the connection parameter (sequence number) for one direction and it is acknowledged. The steps 2, 3 establish the connection parameter (sequence number) for the other direction and it is acknowledged. With these, a full-duplex communication is established.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Nov 2018 07:52:18 GMT</pubDate>
    <dc:creator>santonic</dc:creator>
    <dc:date>2018-11-06T07:52:18Z</dc:date>
    <item>
      <title>syn  is L3 flow and syn/ack is L2 flow</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/syn-is-l3-flow-and-syn-ack-is-l2-flow/m-p/238693#M68367</link>
      <description>&lt;P&gt;Can someone please explain me this in detail --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;syn&amp;nbsp; is L3 flow and syn/ack is L2 flow&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can not undertsand this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 05:02:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/syn-is-l3-flow-and-syn-ack-is-l2-flow/m-p/238693#M68367</guid>
      <dc:creator>MP18</dc:creator>
      <dc:date>2018-11-06T05:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: syn  is L3 flow and syn/ack is L2 flow</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/syn-is-l3-flow-and-syn-ack-is-l2-flow/m-p/238703#M68370</link>
      <description>&lt;P&gt;Good thing, cause it's wrong. It's all layer 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Wiki:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;Connection establishment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To establish a connection, TCP uses a three-way&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Handshaking" href="https://en.wikipedia.org/wiki/Handshaking" target="_blank"&gt;handshake&lt;/A&gt;. Before a client attempts to connect with a server, the server must first bind to and listen at a port to open it up for connections: this is called a passive open. Once the passive open is established, a client may initiate an active open. To establish a connection, the three-way (or 3-step) handshake occurs:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;SYN&lt;/STRONG&gt;: The active open is performed by the client sending a SYN to the server. The client sets the segment's sequence number to a random value A.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SYN-ACK&lt;/STRONG&gt;: In response, the server replies with a SYN-ACK. The acknowledgment number is set to one more than the received sequence number i.e. A+1, and the sequence number that the server chooses for the packet is another random number, B.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ACK&lt;/STRONG&gt;: Finally, the client sends an ACK back to the server. The sequence number is set to the received acknowledgement value i.e. A+1, and the acknowledgement number is set to one more than the received sequence number i.e. B+1.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;At this point, both the client and server have received an acknowledgment of the connection. The steps 1, 2 establish the connection parameter (sequence number) for one direction and it is acknowledged. The steps 2, 3 establish the connection parameter (sequence number) for the other direction and it is acknowledged. With these, a full-duplex communication is established.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 07:52:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/syn-is-l3-flow-and-syn-ack-is-l2-flow/m-p/238703#M68370</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2018-11-06T07:52:18Z</dc:date>
    </item>
  </channel>
</rss>

