tryhackme notes Flashcards
What type of DHCP packet is used by a device to retrieve an IP address?
DHCP Discover
What type of DHCP packet does a device send once it has been offered an IP address by the DHCP server?
DHCP Request
What is the last DHCP packet that is sent to a device from a DHCP server?
DHCP ACK
What type of DHCP packet does the server reply back with an IP address the device could use ?
DHCP Offerr
What does TCP stand for?
Transmission Control Protcol
What does UDP stand for?
User Datagram Protocol
What does OSPF stand for ?
Open Shortest Path First
What does RIP stand for ?
Routing Information Protocol
On what layer would you find the Open Shorted Path First Protocol ?
Network Layer
On what layer would you find the Routing Information Protocol ?
Network
This field sets an expiry timer for the packet to not clog up your network if it never manages to reach a host or escape!
Time to Live
This field provides integrity checking for protocols such as TCP/IP. If any data is changed, this value will be different from what was expected and therefore corrupt.
A Checksum
This value is the port opened by the sender to send the TCP packet from. This value is chosen randomly (out of the ports from 0-65535 that aren’t already in use at the time).
Source Port
This value is the port opened by the sender to send the TCP packet from. This value is chosen randomly (out of the ports from 0-65535 that aren’t already in use at the time).
Destination port
When a connection occurs, the first piece of data transmitted is given a random number. We’ll explain this more in-depth further on.
Sequence Number
After a piece of data has been given a sequence number, the number for the next piece of data will have the sequence number + 1. We’ll also explain this more in-depth further on.
Acknowledgement Number