Introduction to Computer Networks
1. Definition
- A computer network is a group of interconnected computers that share resources and data.
- Networks allow communication between devices using protocols such as TCP/IP.
2. Types of Networks
- LAN (Local Area Network): Covers small areas like homes, schools, or offices.
- WAN (Wide Area Network): Covers large areas, connecting multiple LANs (e.g., the Internet).
- MAN (Metropolitan Area Network): Covers a city or large campus.
3. Network Topologies
- Bus: All devices connected to a single backbone.
- Star: All devices connected to a central hub or switch.
- Ring: Devices connected in a circular fashion.
- Mesh: Every device connected to every other device.
4. Common Networking Devices
- Router: Connects different networks and directs traffic.
- Switch: Connects devices within a LAN and forwards data.
- Hub: Basic device for connecting multiple computers (less efficient than switch).
5. Importance of Networks
- Resource sharing (printers, files, Internet).
- Communication (emails, messaging).
- Cost efficiency and centralized data management.