Section 1: Protocols Flashcards

1
Q

What is FTP, and what ports does it use?

A

TCP/20 (active mode data)
TCP/21 (control)
Works across operating systems

Transfers files between systems

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

What is SSH used for, and what makes it secure?

A

TCP/22

Provides encrypted, text-based console communication.

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

How is SFTP different from FTP, and which port does it use?

A

Uses SSH for encryption
TCP/22

Secure file transfer with encryption

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

What is Telnet, why is it less secure than SSH and what port does it use?

A

Telecommunication Network
Text-based console communication
TCP/23

Not encrypted, unlike SSH

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

What is SMTP, and which ports are used for secure and insecure email transfers?

A

Simple Mail Transfer Protocol
Insecure: TCP/25 (plaintext)
Secure: TCP/587 (TLS encryption)

Email transfer between servers; client-to-server email sending.

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

What does DNS do, and what ports does it use for different query sizes?

A

Domain Name System
Small Queries: UDP/53
Large Queries: TCP/53

Resolves domain names to IP addresses

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

What is DHCP, what is its role in IP address management and which port numbers does it use?

A

Dynamic Host Configuration Protocol
Automates IP address configuration
Server: UDP/67
Client: UDP/68

Real-time IP leases, DHCP reservations by MAC address.

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

What is TFTP used for, how is it different from FTP and which port number does it use?

A

Trivial File Transfer Protocol
Simple file transfer without authentication
UDP/69

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

What is the difference between HTTP and HTTPS, and which ports do they use?

A

HTTP: TCP/80 – Unencrypted web browsing.

HTTPS: TCP/443 – Secure web browsing using TLS/SSL.

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

What is NTP, why is it important for network devices and which port number does it use?

A

Network Time Protocol
Synchronizes time across devices like routers, switches, and servers.
UDP/123

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

What is SNMP, how does it manage network devices and what port number does it use?

A

Simple Network Management Protocol
Gathers statistics and manages network devices
Queries: UDP/161
Alerts: UDP/162

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

What is LDAP, what is it used for in networking and which port number does it use?

A

Lightweight Directory Access Protocol
Accesses and manages directory information
TCP/389

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

How does LDAPS differ from LDAP, and what port does it use?

A

LDAP Secure
Secure version of LDAP
TCP/636

Non-standard implementation using SSL encryption

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

What is SMB, how is it commonly used in Windows networks and which port number does it use?

A

Server Message Block
File and printer sharing in Windows Network
TCP/445

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

What is Syslog, what is its main use in logging and which port number does it use?

A

Standard for system message logging
UDP/514

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

What is SQL used for, and what port does it typically operate on?

A

Structured Query Language
Database management and querying
TCP/1433

17
Q

What is RDP, what is it used for and which port does it use?

A

Remote Desktop Protocol
Provides remote desktop access to Windows machines
TCP/3389

18
Q

What is SIP, what role does it play in VoIP and which port does it use?

A

Session Initiation Protocol
Manages and sets up VoIP communication sessions
Unencrypted: TCP/5060
Encrypted with TLS: TCP/5061