Section 2.1 TCP / UDP Ports and Protocols

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

1/50

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.

51 Terms

1
New cards

Which protocol uses TCP ports 20 and 21?

FTP (File Transfer Protocol)

2
New cards

What is the purpose of FTP?

To transfer files between systems

3
New cards

Which protocol uses TCP port 22?

SSH (Secure Shell)

4
New cards

What is the function of SSH?

Secure remote login and command execution

5
New cards

Which protocol uses TCP port 23?

Telnet

6
New cards

Why is Telnet considered insecure?

Transmits data, including passwords, in plaintext

7
New cards

Which protocol uses TCP port 25?

SMTP (Simple Mail Transfer Protocol)

8
New cards

What is SMTP used for?

Sending email between servers

9
New cards

Which protocol uses UDP and TCP port 53?

DNS (Domain Name System)

10
New cards

What does DNS do?

Resolves domain names to IP addresses

11
New cards

Which ports does DHCP use?

UDP ports 67 and 68

12
New cards

What does DHCP do?

Automatically assigns IP addresses to devices

13
New cards

Which protocol uses TCP port 80?

HTTP (Hypertext Transfer Protocol)

14
New cards

What is HTTP used for?

Unsecured web browsing

15
New cards

Which protocol uses TCP port 110?

POP3 (Post Office Protocol 3)

16
New cards

What does POP3 do?

Downloads email from server to local client

17
New cards

Which ports are used by NetBIOS/NetBT?

TCP/UDP 137, 138, and 139

18
New cards

What is NetBIOS used for?

Legacy local network communication

19
New cards

Which protocol uses TCP port 143?

IMAP (Internet Message Access Protocol)

20
New cards

What does IMAP do?

Accesses and manages email on the server

21
New cards

Which ports does SNMP use?

UDP ports 161 and 162

22
New cards

What is SNMP used for?

Monitoring and managing network devices

23
New cards

Which protocol uses TCP and UDP port 389?

LDAP (Lightweight Directory Access Protocol)

24
New cards

What does LDAP do?

Accesses and maintains directory information

25
New cards

Which port does HTTPS use?

TCP port 443

26
New cards

What is HTTPS used for?

Secure web browsing using SSL/TLS

27
New cards

Which protocol uses TCP port 445?

SMB/CIFS (Server Message Block/Common Internet File System)

28
New cards

What does SMB do?

Provides shared access to files and printers

29
New cards

Which port does RDP use?

TCP port 3389

30
New cards

What is RDP used for?

Remote desktop access to another computer

31
New cards

Which protocol is connectionless and uses UDP?

TFTP (Trivial File Transfer Protocol)

32
New cards

What does TFTP do?

Transfers files without authentication or encryption

33
New cards

Which connectionless protocol assigns IP addresses?

DHCP

34
New cards

What distinguishes UDP from TCP?

UDP is connectionless, TCP is connection-oriented

35
New cards

Which type of protocol does not guarantee delivery?

UDP

36
New cards

Which protocol guarantees delivery using acknowledgments?

TCP

37
New cards

Is DNS typically TCP, UDP, or both?

Both (UDP for queries, TCP for zone transfers)

38
New cards

What kind of communication does SSH use?

Encrypted, connection-oriented

39
New cards

What kind of communication does HTTP use?

Plaintext, connection-oriented

40
New cards

What kind of communication does DHCP use?

Connectionless (UDP)

41
New cards

What is a key feature of TCP?

Reliable delivery through error checking and retransmission

42
New cards

What is a key feature of UDP?

Low latency and minimal overhead

43
New cards

Which protocol is used for real-time services like VoIP?

UDP

44
New cards

What kind of protocol is HTTPS?

TCP-based, connection-oriented

45
New cards

Which protocol should not be used on public networks due to lack of encryption?

Telnet

46
New cards

Which protocol allows browsing shared folders on a Windows network?

SMB

47
New cards

Which mail protocol stores messages on the server?

IMAP

48
New cards

Which mail protocol typically deletes messages from the server after download?

POP3

49
New cards

What protocol is commonly used for remote administration of routers and switches?

SSH

50
New cards

Which protocol uses port 162 for alerts?

SNMP (Simple Network Management Protocol)

51
New cards

Which protocol is used to download configuration files to network devices?

TFTP