Introduction to IP(Comptia Objective 2.1) Flashcards
1
Q
What are the the two types of IP data?
A
- TCP and UDP.
- TCP is most common and is connection orientated meaning there is a formal process to setup and close a connection( handshake) . There has to be an acknowlegement of data being sent
2
Q
TCP and UDP are encapsulated inside of what?
A
- IP Protocol.
- Two ways to move data from place to place.
3
Q
What is the term that describes using many applications at the same time?
A
- Multiplexing. Specifically of both TCP and UDP.
4
Q
TCP differs from UDP data in that it has what form of delivery?
A
- ” Reliable Delivery”
- Has recovery from errors
- Can manage out of order messages or retransmissions.
5
Q
What is UDP?
A
- User Datagram Protocol
- Connectionless. No formal open or close to the connection.
- Is considered “ Unreliable” in that it doesn’t confirm data was received on the other side. No acknowledgement given.
- No error recovery
- No reordering of data or retransmissions.
- No Flow control sender determines the amount of data transmitted.
6
Q
What is an Ephemeral port?
A
- One that is temporarily used.
- These ports range from 1024 through 65,535
- Determined in real time by the client.
7
Q
What is a non ephemeral port?
A
- Permanent port numbers that don’t change
- Range from 0 through 1023.
- Usually on a server or service.
8
Q
TCP and UDP ports can be any number from?
A
- 0 to 65,535
9
Q
Port numbers are for communication and not for?
A
- Security
10
Q
What do Service Port numbers need to be?
A
- They need to be “well known”
11
Q
Most servers use what kind of ports?
A
- Non ephemeral ports( Permanent well known)
Ranging from 0 to 1023