2.1 Introduction to IP Flashcards

1
Q

What is TCP and What Are it’s Key Attributes?

A

Transmission Control Protocol
• Connection Oriented
• A formal connection setup and close. Like when you say “Hi” and “Goodbye” on the phone.
• “Reliable” delivery - Built in error checking and will re transmit missing packets if it finds any in the checking process.
• Can manage out-of-order messages or retransmissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is UDP and What Are it’s Key Attributes?

A

User Datagram Protocol
• Connectionless
•No formal open or close to the connection
• “Unreliable” delivery - It has no has built in error checking and will not re transmit missing packets.
• No reordering of data or retransmissions
• No flow control
• Sender determines the amount of data transmitted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the range of port numbers that can be assigned to UDP/TCP ports?

A

TCP and UDP ports can be any number

between 0 and 65,535

How well did you know this?
1
Not at all
2
3
4
5
Perfectly