Networking explains how devices exchange data. It is one of the most important cybersecurity foundations because attacks, monitoring and defensive controls all depend on traffic moving between systems.

What is a network?

A network is a group of devices that can communicate. Computers, phones, servers, printers, routers and virtual machines may all share a local network or connect through the Internet.

When you open a website, your device resolves a name, discovers an address, establishes a connection and exchanges requests and responses with a remote server.

Core concepts

IP address

An IP address identifies a network interface and helps routers deliver packets to the correct destination. Private addresses are used inside local networks; public addresses are reachable through the Internet according to routing and firewall rules.

Ports and services

Ports distinguish services on the same host. Typical examples are SSH on 22, DNS on 53, HTTP on 80 and HTTPS on 443. A port number does not guarantee which application is actually running, so defenders validate service behavior and configuration.

DNS

The Domain Name System converts human-friendly names into records such as IP addresses. It is distributed, cached and essential to normal Internet use.

Protocols

Protocols define how data is formatted and exchanged. TCP emphasizes reliable ordered delivery, while UDP reduces overhead when an application can tolerate loss or handle reliability itself.

Security relevance

Network knowledge helps you interpret firewall rules, packet captures, server exposure and security alerts. Practice with your own machines and intentionally designed labs only.

02 · Networking

Continue learning

Back to Smartphone Academy