TCP/UDP Flashcards

(26 cards)

1
Q

session

A

Exchange of data between two devices

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

Session multiplexing

A

Destination port is used to identify the protocol being used and a random source port is chosen

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

Well-known port numbers

A

0-1023

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

Registered port numbers

A

1024 - 49151

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

Ephermeral/private port numbers

A

49152 - 65535

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

How is TCP connection oriented and reliable?

A

TCP connections must be established before data is exchanged. missing segments are transmitted again if not received by receiver

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

TCP sequencing

A

Segments have a sequence number that allows them to be reassembled at destination

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

Flow control

A

Destination can tell source host to increase/lower data flow

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

TCP header fields

A
  1. Source port
  2. Destination Port
  3. Flag (establish and terminate connections
  4. Window size - flow control (size of data sent)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Forward acknowledgement

A

Used to indicate the sequence number the next segment the host is expecting

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

Window size and sliding window

A

Window size controls how much data can be sent

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

Port/protocol: FTP data

A

TCP 20

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

Port/protocol: FTP control

A

21 TCP

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

Port/protocol: ssh

A

22 TCP

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

telnet port/protocol

A

23 TCP

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

smtp port/protocol

17
Q

HTTP port/protocol

18
Q

POP3 port/protocol

19
Q

HTTPS port/protocol

20
Q

DHCP server port/protocol

21
Q

DHCP client port/protocol

22
Q

TFTP port/protocol

23
Q

SNMP agent port/protocol

24
Q

SNMP manager port/protocol

25
Syslog port/protocol
514 UDP
26
DNS port/protocol
53 both