Networking Flashcards
What is the total amount of ports ?
65 535
How does a computer it’s receiving data in form of email or website or other data types?
They carry an identification, a port number
explain portnumber 25
SMTP (Simple Mail Transfer Protocol)
- sends outgoing mail to a server
- TCP
explain portnumber 110
POP3 (Post Office Protocol)
- downloads incoming mail, mail isn’t saved on server
- TCP
explain portnumber 134
IMAP (Internet Message Access Protocol)
- synchronizes incoming mail from a server
- TCP
explain portnumber 20, 21
FTP (File Transfer Protocol)
- share files with users in LAN or WAN
- supports authentication, authorization, directory browsing
- unencrypted
TCP
explain portnumber 69
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
explain portnumber 22 (extension)
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
explain portnumber 23
Telnet
- provides remote command line access to interact with a server
- considered insecure, should no longer be used, use SSH
- TCP
explain portnumber 22
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
explain portnumber 53
DNS (Domain Name Systems)
- resolves domain name to IP addresses
- TCP/UDP
explain portnumber 67, 68
DHCP (Dynamic Host Configuration Protocol)
- provides various configurations to client in an IP network via broadcast
- UDP
67 = server port
68 = client port
explain portnumber 80, 443
HTTP
- transmits webpages
HTTPS
- encrypted, using SSL and TLS
- TCP
explain portnumber 137/139
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
explain portnumber 161/162
SNMP (Simple Network Management Protocol)
- used to query, configure, monitor host in LAN
-SNMPv3 encrypts communication, previous versions did not
- UDP