Internet / Files Flashcards
What are the functions of an operating system?
Manages hardware and software
Managing processes, multitasking
Manages memory
Manages file and device management
Manages user interface
Manages security and access control
What is a file system and how is it organized?
The way an operating system organizes, stores, and retrieves files on storage devices
Files are organized into blocks or clusters.
Directories / Folders hold files
What is the Internet? How does it work?
It is a global network of connected computers and servers. It works with hardware and software that enable communication.
What is a protocol?
A set of rules or standards that define how data is transmitted and received over a network.
What is an IP address used for?
It is a unique identifier used to locate and communicate with devices on a network.
What is the functionality of a DNS?
It translates human-readable domain names (like URLs) into IP addresses.
HTTP
used for transferring web pages over the internet
HTTPS
the secure version of HTTP by adding encryption
SSH
used for secure remote access to another computer or server
FTP
used to transfer files between computers over a network
SMTP
used for sending email messages from one server to another
TCP
reliable delivery service. Ensures that data is sent correctly, in order, and fully delivered. Used for accuracy.
UDP
fast delivery service. Used when speed is more important.
Application vs transport
HTTP HTTPS SSH FTP SMTP
UDP TCP