A computer network is a collection of interconnected devices (computers, servers, network devices) that communicate and share resources.
All devices are connected to a single central cable, called the bus. Data sent from one device travels to all devices on the network.
All devices are connected to a central hub or switch. Data sent from one device is forwarded to the destination device by the central hub.
Each device is connected to two other devices, forming a circular data path. Data travels in one direction around the ring.
Every device is connected to every other device. Provides high redundancy and reliability but is expensive and complex to install.
Combines two or more different topologies. Example: A large network that uses star topology within individual departments and connects these stars using a bus topology.
The Open Systems Interconnection (OSI) model is a conceptual framework used to understand and implement network protocols in seven layers.
Layers:
The TCP/IP model is a simpler four-layer model used as the foundation for the internet.
Layers:
A router is a device that forwards data packets between computer networks, directing the data along the most efficient routes.
A switch connects devices within a single network, using MAC addresses to forward data to the correct device.
A hub is a basic networking device that connects multiple devices in a network and broadcasts data to all devices.
A modem modulates and demodulates signals for data transmission over telephone lines or cable.
An access point is a device that allows wireless devices to connect to a wired network using Wi-Fi.
FTP (File Transfer Protocol): Used for transferring files between computers on a network.
SMTP (Simple Mail Transfer Protocol): Used for sending emails.
DNS (Domain Name System): Translates domain names to IP addresses.
DHCP (Dynamic Host Configuration Protocol): Assigns IP addresses to devices on a network.
IPv4 uses a 32-bit address scheme allowing for 4.3 billion unique addresses, formatted as four decimal numbers separated by periods (e.g., 192.168.0.1).
IPv6 uses a 128-bit address scheme allowing for a vastly larger number of unique addresses, formatted as eight groups of four hexadecimal digits (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
Subnetting divides a large network into smaller, more efficient subnetworks. It helps in better IP address management and improves security.