Day 30 Flashcards - TCP & UDP

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:30 PM on 7/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

FTP data = TCP port […]

20

2
New cards

[…] = TCP port 20

FTP data

3
New cards

FTP data = […] port 20

TCP

4
New cards

[…] = TCP port 21

FTP control

5
New cards

FTP control = […] port 21

TCP

6
New cards

FTP control = TCP port […]

21

7
New cards

[…] = TCP port 22

SSH

8
New cards

SSH = […] port 22

TCP

9
New cards

SSH = TCP port […]

22

10
New cards

[…] = TCP port 23

Telnet

11
New cards

Telnet = TCP port […]

23

12
New cards

[…] = TCP port 25

SMTP

13
New cards

SMTP = […] port 25

TCP

14
New cards

SMTP = TCP port […]

25

15
New cards

[…] = TCP port 80

HTTP

16
New cards

HTTP = […] port 80

TCP

17
New cards

HTTP = TCP port […]

80

18
New cards

[…] = TCP port 110

POP3

19
New cards

POP3 = […] port 110

TCP

20
New cards

POP3 = TCP port […]

110

21
New cards

[…] = TCP port 443

HTTPS

22
New cards

HTTPS = […] port 443

TCP

23
New cards

HTTPS = TCP port […]

443

24
New cards

[…] = UDP port 67

DHCP server

25
New cards

DHCP server = […] port 67

UDP

26
New cards

DHCP server = UDP port […]

67

27
New cards

[…] = UDP port 68

DHCP client

28
New cards

DHCP client = UDP port […]

68

29
New cards

DHCP client = […] port 68

UDP

30
New cards

[…] = UDP port 69

TFTP

31
New cards

TFTP = […] port 69

UDP

32
New cards

TFTP = UDP port […]

69

33
New cards

[…] = UDP port 161

SNMP agent

34
New cards

SNMP agent = […] port 161

UDP

35
New cards

SNMP agent = UDP port […]

161

36
New cards

[…] = UDP port 162

SNMP manager

37
New cards

SNMP manager = […] port 162

UDP

38
New cards

SNMP manager = UDP port […]

162

39
New cards

[…] = UDP port 514

Syslog

40
New cards

Syslog = […] port 514

UDP

41
New cards

Syslog = UDP port […]

514

42
New cards

[…] = TCP/UDP port 53

DNS

43
New cards

DNS = […] port 53

TCP/UDP

44
New cards

DNS = TCP/UDP port […]

53

45
New cards

Telnet = […] port 23

TCP

46
New cards

What does TCP stand for?

Transmission Control Protocol

47
New cards

What does UDP stand for?

User Datagram Protocol

48
New cards

What are Layer 4 addresses?

Port numbers

49
New cards

[TCP/UDP] provides reliable data transfer.

TCP

50
New cards

[TCP/UDP] provides error recovery.

TCP

51
New cards

[TCP/UDP] provides data sequencing.

TCP

52
New cards

[TCP/UDP] provides flow control.

TCP

53
New cards

[TCP/UDP] has less overhead.

UDP

54
New cards

The Layer 4 destination port number indicates the […] Layer protocol.

Application

55
New cards

The Layer 4 [source/destination] port number is randomly selected by the host that initiates the data exchange.

source

56
New cards

Layer 4 well-known port range (according to IANA):

0 - 1023

57
New cards

Layer 4 registered port range (according to IANA):

1024 - 49151

58
New cards

Layer 4 ephemeral port range (according to IANA):

49152 - 65535

59
New cards

The TCP header […] field is used for flow control.

window size

60
New cards

TCP three-way handshake order of messages (establishing a connection):

SYN ->

61
New cards

TCP four-way handshake order of messages (terminating a connection):

FIN ->

62
New cards

[TCP/UDP] is connection-oriented.

TCP

63
New cards

[TCP/UDP] is connectionless.

UDP

64
New cards

TCP: […] is used to indicate the sequence number of the next segment the host expects to receive.

Forward acknowledgement

65
New cards

TCP: A ‘[…]’ is used to dynamically adjust how large the window size is.

sliding window

66
New cards

For applications like real-time voice and video, [TCP/UDP] is preferred.

UDP

67
New cards

For applications that require reliable communications, [TCP/UDP] is preferred.

TCP

68
New cards