Jeremy's IT Lab CCNA TCP & UDP Day 30

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/66

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

67 Terms

1
New cards

[...] = TCP port 110

POP3

2
New cards

[...] = TCP port 20

FTP data

3
New cards

[...] = TCP port 21

FTP control

4
New cards

[...] = TCP port 22

SSH

5
New cards

[...] = TCP port 23

Telnet

6
New cards

[...] = TCP port 25

SMTP

7
New cards

[...] = TCP port 443

HTTPS

8
New cards

[...] = TCP port 80

HTTP

9
New cards

[...] = TCP/UDP port 53

DNS

10
New cards

[...] = UDP port 161

SNMP agent

11
New cards

[...] = UDP port 162

SNMP manager

12
New cards

[...] = UDP port 514

Syslog

13
New cards

[...] = UDP port 67

DHCP server

14
New cards

[...] = UDP port 68

DHCP client

15
New cards

[...] = UDP port 69

TFTP

16
New cards

[TCP/UDP] has less overhead.

UDP

17
New cards

[TCP/UDP] is connection-oriented.

TCP

18
New cards

[TCP/UDP] is connectionless.

UDP

19
New cards

[TCP/UDP] provides data sequencing.

TCP

20
New cards

[TCP/UDP] provides error recovery.

TCP

21
New cards

[TCP/UDP] provides flow control.

TCP

22
New cards

[TCP/UDP] provides reliable data transfer.

TCP

23
New cards

DHCP client = [...] port 68

UDP

24
New cards

DHCP client = UDP port [...]

68

25
New cards

DHCP server = [...] port 67

UDP

26
New cards

DHCP server = UDP port [...]

67

27
New cards

DNS = [...] port 53

TCP/UDP

28
New cards

DNS = TCP/UDP port [...]

53

29
New cards

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

UDP

30
New cards

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

TCP

31
New cards

FTP control = [...] port 21

TCP

32
New cards

FTP control = TCP port [...]

21

33
New cards

FTP data = [...] port 20

TCP

34
New cards

FTP data = TCP port [...]

20

35
New cards

HTTP = [...] port 80

TCP

36
New cards

HTTP = TCP port [...]

80

37
New cards

HTTPS = [...] port 443

TCP

38
New cards

HTTPS = TCP port [...]

443

39
New cards

Layer 4 ephemeral port range (according to IANA):

49152 - 65535

40
New cards

Layer 4 registered port range (according to IANA):

1024 - 49151

41
New cards

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

0 - 1023

42
New cards

POP3 = [...] port 110

TCP

43
New cards

POP3 = TCP port [...]

110

44
New cards

SMTP = [...] port 25

TCP

45
New cards

SMTP = TCP port [...]

25

46
New cards

SNMP agent = [...] port 161

UDP

47
New cards

SNMP agent = UDP port [...]

161

48
New cards

SNMP manager = [...] port 162

UDP

49
New cards

SNMP manager = UDP port [...]

162

50
New cards

SSH = [...] port 22

TCP

51
New cards

SSH = TCP port [...]

22

52
New cards

Syslog = [...] port 514

UDP

53
New cards

Syslog = UDP port [...]

514

54
New cards

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

FIN ->

<- ACK

<- FIN

ACK ->

55
New cards

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

SYN ->

<- SYN-ACK

ACK ->

56
New cards

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

Forward acknowledgement

57
New cards

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

sliding window

58
New cards

Telnet = [...] port 23

TCP

59
New cards

Telnet = TCP port [...]

23

60
New cards

TFTP = [...] port 69

UDP

61
New cards

TFTP = UDP port [...]

69

62
New cards

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

source

63
New cards

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

Application

64
New cards

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

window size

65
New cards

What are Layer 4 addresses?

Port numbers

66
New cards

What does TCP stand for?

Transmission Control Protocol

67
New cards

What does UDP stand for?

User Datagram Protocol