TryHackMe - Packets & Frames
Key | Value |
---|---|
Room | packetsframes |
Date | 2021-10-13 |
User | wastebasket |
Task 1: What are Packets and Frames
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
Task 2: TCP/IP (The Three-Way Handshake)
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
Task 3: Practical - Handshake
What is the value of the flag given at the end of the conversation?
THM{TCP_CHATTER}
Task 4: UDP/IP
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
Task 5: Ports 101 (Practical)
What is the flag received from the challenge?
THM{YOU_CONNECTED_TO_A_PORT}