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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TCP and UDP are encapsulated inside of what?

A
  • IP Protocol.

- Two ways to move data from place to place.

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

What is the term that describes using many applications at the same time?

A
  • Multiplexing. Specifically of both TCP and UDP.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TCP and UDP ports can be any number from?

A
  • 0 to 65,535
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Port numbers are for communication and not for?

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

What do Service Port numbers need to be?

A
  • They need to be “well known”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Most servers use what kind of ports?

A
  • Non ephemeral ports( Permanent well known)

Ranging from 0 to 1023

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