Section 14: Ports and Protocols Flashcards

1
Q

Port

A

Logical communication endpoint that exists on a computer or server

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

Inbound Port

A

Logical communication opening on a server that is listening for a connection from a client

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

Outbound Port

A

Logical communication opening created on a client in order to call out to a server that is listening for that connection

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

Well-Known Ports

A

Ports 0 to 1023 are considered well-known and are assigned by the Internet Assigned Numbers Authority (IANA)

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

Registered Ports

A

Ports 1024 to 49151 are considered registered and are usually assigned to proprietary protocols

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

Dynamic or Private Ports

A

Ports 49152 to 65535 can be used by any application without being registered with IANA

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

Port 20, 21

A

File Transfer Protocol (FTP)
Provides insecure file transfers

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

Port 22

A

Secure Shell (SSH)
Provides secure remote control of another machine using a text-based environment

Secure File Transfer Protocol (SFTP)
Provides secure file transfers

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

Port 23

A

Telnet
Provides insecure remote control of another machine using a text-based environment

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

Port 3389

A

RDP

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

Port 53

A

Domain Name System (DNS)
Converts domain names into IP addresses and vice versa

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

Port 67, 68

A

Dynamic Host Configuration Protocol (DHCP)
Automatically provides network parameters, such as assigned IP address, subnet mask, default gateway, and the DNS server

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

Port 80

A

Hypertext Transfer Protocol (HTTP)
Used for insecure web browsing

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

Port 110

A

Post Office Protocol Version Three (POP3)
Used for receiving incoming emails

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

Port 137, 139

A

Network Basic Input/Output System (NetBIOS)
Used for file or printer sharing in a Windows network

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

Port 143

A

Internet Mail Application Protocol (IMAP)
A newer method of retrieving incoming emails which improves upon the older POP3

17
Q

Port 161, 162

A

Simple Network Management Protocol (SNMP)
Used to collect data about network devices and monitor their status

18
Q

Port 389

A

Lightweight Directory Access Protocol (LDAP)
Used to provide directory services to your network

19
Q

Port 443

A

Hypertext Transfer Protocol - Secure (HTTPS)
Used as a secure and encrypted version of web browsing, secured through SSL or TLS

20
Q

Port 445

A

Server Message Block (SMB)
Used for Windows File and printer sharing services

21
Q

Port 3389

A

Remote Desktop Protocol (RDP)
Provides graphical remote control of another client or server

22
Q

Transmission Control Protocol (TCP)

A

Connection-oriented protocol, which means its a reliable way to transport segments across the network
a two way type of connection where you send information and wait for acknowledgement

3-way handshake:
CLIENT ————— SERVER
syn ->
<- syn ack
ack ->

“are you ready, yes I am, here it comes”

23
Q

User Datagram Protocol (UDP)

A

unreliable and it transmit segments called datagrams.
Its a connectionless protocol because it doesnt wait for connections