2.0 Networking Flashcards
A language used by the computer to speak to each other over a network
Protocol
What protocol suite do all computers today use to communicate? (2)
TCP / IP
Transmission Control Protocol / Internet Protocol
Protocol that is used to share files with users in a LAN (local area network) or a WAN (wide area network) and supports authentication, authorization, and directory browsing
FTP
File Transfer Protocol
FTP (File Transfer Protocol) uses which ports? (2)
TCP Port 20 and 21
True or False
FTP (File Transfer Protocol) is encrypted
False.
It is unencrypted – not recommended, instead use SFTP (Secure File Transfer Protocol
Protocol used to push (put) or pull (get) files from a server and commonly used to manage devices like IP phones, routers, and switches. Does not support authentication, authorization, or directory browsing
TFTP
Trivial File Transfer Protocol
TFTP (Trivial File Transfer Protocol) uses which port?
UDP port 69
True or False
TFTP (Trivial File Transfer Protocol) is unencrypted
True
It is unencrypted – not recommended, instead should use SFTP (Secure File Transfer Protocol
Protocol that supports the same functions as FTP, but with encryption
SFTP (Secure File Transfer Protocol)
SFTP (Secure File Transfer Protocol) uses which port?
hint: uses the same port as SSH
TCP Port 22
Notes:
Difference between TCP and UDP
TCP is connection-oriented, meaning it establishes a connection before data is transmitted and ensures that all data arrives correctly and in order. It provides reliability, error checking, and retransmission of lost data. Example: web browsing (HTTP).
UDP is connectionless, meaning it sends data without establishing a connection and does not guarantee delivery, order, or error checking. It is faster but less reliable. Example: streaming (like video or audio).
In short: TCP = reliable, slower; UDP = fast, less reliable.
Mail Protocol that sends outgoing mail to a server
SMTP
Simple Mail Transfer Protocol
SMTP (Simple Mail Transfer Protocol) uses what port?
TCP Port 25
Mail protocol that downloads incoming mail from a server
a) POP3
or
b) IMAP
POP3
Post Office Protocol
POP3 (Post Office Protocol) uses what port number?
TCP Port 110
Mail protocol that synchronizes incoming mail from a server
a) POP3
or
b) IMAP
IMAP
Internet Message Access Protocol
IMAP (Internet Message Access Protocol) uses what port number?
TCP Port 143
Out of POP3 and IMAP, which is more recommended?
IMAP
Connection protocol that provides remote command line access to interact with a server. Is considered insecure and should no longer be used, rather SSH instead.
Telnet
What port number does Telnet use?
TCP Port 23
Connection protocol that provides encrypted remote command line access to interact with a server (application such as PuTTY)
SSH (Secure Shell)
SSH (Secure Shell) uses what port number?
TCP Port 22
Protocol that provides name to IP address resolution for host
DNS
Domain Name Service
DNS uses what port number?
TCP/UDP Port 53