This project was created to give user an environment where they can learn about TCP Three Way Handshake, Sending Packets when connection is established, Sliding Windows, and how to close a TCP connection.
The Starting page contains the various components required to simulate tcp connection. It contains- Client Header - user input values here, Server Header Table , Client Log Table, Server Log Table Server Header - contains header values sent by server Server Log Table- contain and updates the log of the Server Client Log Table - contain and updates the log od the Client Current Connectiion Status- Component that reflects Current status of our connection Sliding Window- use to illustrate sliding window concept
#Three Way Handshake
#Closing the Connection using Fin bit


