I wanted to see what a packet flow looks like to a website hosted on AWS so I uploaded a simple HelloWorld website to AWS S3, an object store that is great for hosting simple, static websites, and captured packets working from my home “office”.
The client and server are done – they’ve exchanged data and now are ready to close the TCP session…now what ? Well, much like TCP’s handshake protocol to setup a … Continue Reading TCP Fin Bit and Seq and Ack Numbers Explained
The TCP 3-way handshake is a foundational concept for the internet – setting up a reliable TCP connection between clients and servers. Another protocol for clients and servers to communicate is … Continue Reading TCP Handshake – A Wireshark Review