Introduction to IP Flashcards

(10 cards)

1
Q

TCP (Transmission Control Protocol0

A

A connection-oriented protocol used for reliable communication. It establishes a connection before data is sent, ensures delivery, and handles retransmissions and ordering of packets.

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

UDP (User Datagram Protocol)

A

A connectionless protocol that sends data without establishing a session. It offers fast delivery, but with no error checking or guarantee of delivery.

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

IP (Internet Protocol)

A

The primary protocol used for routing packets across networks. Each device on the network must have an unique IP address.

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

Port Number

A

A numerical identifier in TCP/UDP used to distinguish different services or applications on a device (e.g., web server uses port 80 for HTTP).

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

Socket

A

A combination of an IP address and port number used to uniquely identiify a netwoork service on a device.

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

Multiplexing

A

A technique allowing multiple applications to send and receive data over a single network connection using unique port numbers.

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

Connection-Oriented Protocool

A

A communication method (like TCP) that requires session initiation, data delivery confirmation, and session termination.

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

Connectionless Protocol

A

A communication method (like UDP) that does not establish a session or guarantee packet delivery.

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

Non-Ephemeral Ports

A

Also known as well-known ports, these are predefined by the IANA (Internet Assigned Numbers Authority) and range from 0 to 1023.

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

Ephemeral Ports

A

Temporary ports assigned by the client’s operating system for short-lived communications, typically in the range 1024-65535.

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