Introduction To Ip 2.1 Flashcards
What does TCP stand for and what is it’s process for sending data?
Transmission control protocol and when it sends data it needs to receive an acknowledgment that it has been received
What does UDP stand for and what’s it’s process for sending data?
User datagram protocol and it doesn’t need acknowledgment like TCP
What does IPv4 socket stand for and what is it?
Internet protocol version 4 socket and it’s the server/client IP address, protocol, server application/client port number
What does non-ephemeral mean?
Permanent
What does ephemeral mean?
Temporary
What is the range of non-ephemeral ports and who uses them?
0-1023 usually a server would use these ports
What is the range of ephemeral ports and who would use them?
1024-65,535 and typically clients devices would use them
Which types of data is connection oriented and connectionless? (UDP or TCP)
TCP is connection oriented and UDP is connectionless