1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTTP & HTML
this protocol is used to request web pages from servers (via port 80). The server sends the page back, which is coded in this to tell the browser how to display it, including text, images, and layout. it is the standard language for structuring web pages.
File Transfer Protocol (FTP)
this protocol is used to transfer files between computers over a network. It uses two ports: TCP port 21 for control messages (connection setup) and TCP port 20 for transferring data. it allows users to upload, download, and manage files remotely, and is supported by most operating systems and web browsers.
Telnet
a protocol that allows remote access to a server through a text-based interface, acting like a "virtual terminal" over the network. It connects to the server using TCP port 23 and enables users to run commands on the server as if they were physically connected. However, however it is not secure, so SSH is often used instead for secure remote access.
POP3 (Post Office Protocol)
this protocol is used by email clients to download messages from the server. Once the messages are downloaded, they are typically removed from the server. it operates on port 110 and is ideal for users who want to store emails locally on their device and don't need to access them from multiple locations.
IMAP4 (Internet Message Access Protocol)
this protocol allows email clients to access and manage messages stored on the server. Unlike POP3, this keeps emails on the server (unless deleted by the user), making it ideal for accessing emails from multiple devices. it operates on port 143.