Network Fundamentals: Packet and Frames (TryHackMe)

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?
PacketWhat is the name for a piece of data when it does not have IP addressing information?
FrameWhat is the header in a TCP packet that ensures the integrity of data?
checksumProvide the order of a normal Three-way handshake (with each step separated by a comma)
SYN,SYN/ACK,ACKWhat 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"?
StatelessWhat protocol would you use to transfer a file?
TCPWhat protocol would you use to have a video call?
UDPPractical 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.




