In this article, I will write the write-up for the Packet and Frames walkthrough from TryHackMe. This covers what packets and frames are, TCP/IP Three-Way Handshake, UDP/IP, and Ports 101.
What is the name for a piece of data when it does have IP addressing information?
Packet
What is the name for a piece of data when it does not have IP addressing information?
Frame
What is the header in a TCP packet that ensures the integrity of data?
checksum
Provide the order of a normal Three-way handshake (with each step separated by a comma)
SYN,SYN/ACK,ACK
What is the value of the flag given at the end of the conversation?
THM{TCP_CHATTER}
What does the term "UDP" stand for? User Datagram Protocol
What type of connection is "UDP"?
Stateless
What protocol would you use to transfer a file?
TCP
What protocol would you use to have a video call?
UDP
Practical Challenge:
Open the site attached to this task and connect to the IP address "8.8.8.8" on port "1234", and you'll receive a flag.
Answer the questions below
What is the flag received from the challenge?
THM{YOU_CONNECTED_TO_A_PORT}
Thank you for reading my article. Please leave any questions or comments on how I can improve my learning journey and the THM challenges. We can also connect more on LinkedIn or X.