Introduction To The Internet
Introduction To The Internet
Switch
A switch is a device that connects multiple devices within the same
network, such as computers within a local area network (LAN).
Unlike routers, switches do not handle inter-network connections. They
use MAC addresses to identify and direct data within the network.
4. Internet protocols
Internet protocols are a set of rules that dictate how data is transmitted,
formatted, and managed across networks, ensuring seamless
communication between different devices worldwide.
They function like a common language, enabling devices, regardless of
make or model, to understand and process data correctly.
Key Internet Protocols
IP (Internet Protocol): Directs packets of data from source to
destination based on IP addresses.
TCP (Transmission Control Protocol): Ensures reliable data
transmission, checking for errors and retransmitting data as necessary.
Often paired with IP as TCP/IP.
UDP (User Datagram Protocol): Provides faster, less reliable data
transmission without error checking. Used in real-time applications like
video streaming.
HTTP/HTTPS (Hypertext Transfer Protocol / Secure):
Manages the communication between web servers and clients
(browsers). HTTPS adds encryption for secure data exchange.
FTP (File Transfer Protocol): Transfers files between
computers on a network, commonly used for website management
and file sharing. Allows users to upload and download files between
computers over the Internet or a network.Commonly used for
transferring large files and website data to and from servers.
SMTP (Simple Mail Transfer Protocol): Manages the sending of emails
between servers.
IMAP/POP3 (Internet Message Access Protocol / Post Office Protocol
3): Handle the retrieval of emails from servers, with IMAP supporting
multiple devices and POP3 downloading emails to a single device.
DNS (Domain Name System): Translates human-readable domain
names into IP addresses, allowing browsers to locate and load websites.
DHCP (Dynamic Host Configuration Protocol): Automatically assigns
IP addresses to devices within a network, simplifying network setup.
SSL/TLS (Secure Sockets Layer / Transport Layer Security): Encrypts
data transmitted over the Internet, especially in secure communications
(HTTPS).
.