1. Networking
To secure data communications, you need to understand the network types, the devices that move or filter traffic, and the addressing methods that let devices identify each other.
Types of Networks:
- A Local Area Network (LAN) is a network that covers a small geographic area, such as a room, office, building, or campus. It is typically owned and managed by one organization and is used for fast communication between nearby devices.
- A Wide Area Network (WAN) connects networks over long distances. It links separate LANs across cities, regions, or countries. The internet is the largest example of a WAN.
Network Devices:
- A hub is a basic device that connects multiple devices on a network. It sends incoming data to all connected devices, not just the intended one. Because of this, it is inefficient and less secure than smarter devices.
- A switch is more advanced than a hub. It learns the addresses of connected devices and sends data only to the correct destination port. This improves speed, reduces unnecessary traffic, and makes communication more efficient.
- A router connects different networks and controls traffic between them. It decides the best path for data to travel. Routers are commonly used to connect an internal network to other networks, including the internet.
- A firewall is a security device or software control that filters traffic based on rules. It allows permitted traffic and blocks unauthorized or suspicious traffic. Firewalls are often placed between a private network and the internet, but they can also be used inside an organization to separate internal network segments.
- A server is a computer that provides services or resources to other devices on the network. Examples include file servers, web servers, database servers, print servers, and email servers. Because servers store important data and provide critical services, they are usually protected more strictly than normal user devices.
- An endpoint is any end-user or end-device connected to the network. This includes desktops, laptops, smartphones, tablets, and sometimes servers. Endpoints are the devices that actually use or request network resources.
Networking Terms:
- Ethernet (IEEE 802.3) is the standard for wired networking. It defines how devices communicate over cables, including how data is formatted and transmitted so devices from different vendors can work together.
Device Address:
- A MAC address (Media Access Control address) is the physical hardware address assigned to a network interface. It is used mainly inside the local network to identify a specific device interface.
- An IP address (Internet Protocol address) is a logical address assigned to a device so it can communicate on a network. Unlike a MAC address, an IP address can change depending on the network the device joins. It is used to identify devices and route traffic across networks.
Main Idea
Secure communication depends on understanding network types (LAN/WAN), key devices (hub, switch, router, firewall, server, endpoint), Ethernet for wired communication, and MAC/IP addresses for device identification and routing.