Networking Flashcards

1
Q

What is the total amount of ports ?

A

65 535

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

How does a computer it’s receiving data in form of email or website or other data types?

A

They carry an identification, a port number

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

explain portnumber 25

A

SMTP (Simple Mail Transfer Protocol)
- sends outgoing mail to a server
- TCP

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

explain portnumber 110

A

POP3 (Post Office Protocol)
- downloads incoming mail, mail isn’t saved on server
- TCP

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

explain portnumber 134

A

IMAP (Internet Message Access Protocol)
- synchronizes incoming mail from a server
- TCP

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

explain portnumber 20, 21

A

FTP (File Transfer Protocol)
- share files with users in LAN or WAN
- supports authentication, authorization, directory browsing
- unencrypted
TCP

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

explain portnumber 69

A

TFTP (Trivial FTP)
- push or pull files from a server
- commonly used to manage devices like IP phones, routers, switches
- does NOT support auth, …
- unencrypted
- UDP

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

explain portnumber 22 (extension)

A

SFTP (Secure FTP)
= Secure implementation of FTP
- supports all the same functions, but encrypted
- extension of SSH, hance they use the same port number
- TCP

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

explain portnumber 23

A

Telnet
- provides remote command line access to interact with a server
- considered insecure, should no longer be used, use SSH
- TCP

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

explain portnumber 22

A

SSH (secure shell)
- same as Telnet
- provides encrypted remote command line access to interact with a server
- SSH version 2 added SFTP and SCP support
- TCP

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

explain portnumber 53

A

DNS (Domain Name Systems)
- resolves domain name to IP addresses
- TCP/UDP

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

explain portnumber 67, 68

A

DHCP (Dynamic Host Configuration Protocol)
- provides various configurations to client in an IP network via broadcast
- UDP
67 = server port
68 = client port

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

explain portnumber 80, 443

A

HTTP
- transmits webpages
HTTPS
- encrypted, using SSL and TLS

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

explain portnumber 137/139

A

NetBios (Network Basic Input/Output System)
- provides various network communication features in a windows network
- used in windows before IP networking
- NetBios over TCP/IP is still used in windows
- TCP/UDP

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

explain portnumber 161/162

A

SNMP (Simple Network Management Protocol)
- used to query, configure, monitor host in LAN
-SNMPv3 encrypts communication, previous versions did not
- UDP

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

explain portnumber 389

A

LDAP (Lightweight Directory Access Protocol)
- used in domain-based network environments to facilitate system and user management
- TCP/UDP

17
Q

explain portnumber 445

A

SMB (Server Message Block)
- provides file sharing, network browsing, printing services
- commonly used in windows networks but supported in Linux, macOS, many others
- CIFS (common Internet File System) = open implementation of SMB used on Linux and macOS
- TCP

18
Q

explain portnumber 3389

A

RDP (Remote Desktop Protocol)
- used to securely remotely access a windows desktop
- TCP