Overview of TCP/UDP Protocols and Well-Known Ports

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

FIN

No more data from sender

2
New cards

ACK

Acknowledgment field significant

3
New cards

PSH

Push function

4
New cards

SYN

Synchronize sequence numbers

5
New cards

RST

Reset the connection

6
New cards

Well-known ports

Numbers 0 to 1023

7
New cards

Registered ports

Numbers 1024 to 49151

8
New cards

Dynamic or private ports

Numbers 49152 to 65535

9
New cards

LISTEN

The local connection is waiting for a connection request from any remote device.

10
New cards

ESTABLISHED

The connection is open, and data may be exchanged

through the connection.

11
New cards

ESTABLISHED

This is the normal state for the data-transfer phase of the connection.

12
New cards

CLOSE-WAIT

The connection is closed, but is waiting for a termination request from the local user.

13
New cards

TIME-WAIT

The local connection is waiting a default period of time after sending a connection termination request before closing the connection.

14
New cards

How much time does the state TIME-WAIT normally last?

30 to 120 seconds

15
New cards

SYN-SENT

The local connection is waiting for a response after sending a connection request. The connection should transition quickly through this state

16
New cards

SYN_RECEIVED

The local connection is waiting for a confirming connection request acknowledgment. The connection should transition quickly through this state.

17
New cards

TCP

Connection-oriented protocol, described in RFC 793, incurs additional overhead to gain functions.

18
New cards

UDP

Simple, connectionless protocol, described in RFC 768, has the advantage of providing low-overhead data delivery.

19
New cards

Segment

The pieces of communication in TCP.

20
New cards

Datagram

The pieces of communication in UDP.

21
New cards

File Transfer Protocol (FTP) Data

20

22
New cards

File Transfer protocol (FTP) control

21

23
New cards

telnet

23

24
New cards

simple mail transfer protocol (smtp)

25

25
New cards

trivial file transfer protocol (tftp)

69

26
New cards

hypertext transfer protocol (http)

80

27
New cards

post office protocol 3 (pop3)

110

28
New cards

internet relay chat (irc)

194

29
New cards

secure http (https)

443

30
New cards

routing information protocol (rip)

520

31
New cards

DNS

53

32
New cards

SNMP

161

33
New cards

AOL instatnt messenger, IRC

531

34
New cards

MS SQL

1433

35
New cards

WAP (MMS)

2948

36
New cards

RADIUS authentication protocol

1812

37
New cards

MSN messenger

1863

38
New cards

cisco skinny client control protocol (SCCP, used in VoIP applications)

2000

39
New cards

real-time transport protocol (rtp, a voice and video transport protocol)

5004

40
New cards

session initiation protocol (SIP, used in Vo IP applications)

5060

41
New cards

alternate http (last 8)

8008

42
New cards

alternate http (last 0)

8080