1. What Is a Network?
A network connects computers or devices to share data, applications, printers, or internet access. It is a critical part of both personal and professional life, enabling communication across buildings or globally.
2. Local Area Network (LAN)
LANs are restricted to small locations like offices or homes. Earlier, LANs had device limits and distance constraints, but modern tech has eased these. They're often split into workgroups like accounting, sales, or marketing for better management.
3. Wide Area Network (WAN)
WANs connect larger geographic areas, such as the internet. They rely on routers and public links and typically offer lower speeds than LANs. Differences include needing router ports, broad coverage, and using public transmission media like phone lines.
4. Other Types of Networks
- PAN: Connects nearby devices like phones or laptops via Bluetooth or infrared.
- MAN: Connects buildings across a city using fiber optics.
- CAN: Links LANs across a university or enterprise campus.
- SAN: Links servers to storage arrays in datacenters.
- SDWAN: A virtual architecture for managing network connections and services.
- MPLS: A WAN technology that enables flexible, prioritized data transfer via labeling.
5. Core Network Components
- Workstations: Powerful computers that users access daily and can share resources with others.
- Servers: Specialized computers for tasks like file storage, emails, websites, or apps. Must be secure and optimized.
- Host: Any device on the network with an IP address, including printers, servers, and PCs.
6. Network Architecture
- Peer-to-Peer: All devices are equal, acting as both client and server. Suitable for small networks but harder to manage.
- Client-Server: A central server processes requests, ideal for larger networks due to better security and resource management.
7. Network Topologies
- Bus: All devices connect to a single main cable. Simple to install but hard to troubleshoot.
- Star: Devices connect to a central hub/switch. Scalable and fault-tolerant but more expensive and dependent on the center.
- Ring: Devices connect in a loop. Less commonly used due to complexity and poor fault tolerance.
- Mesh: Devices connect to all others, offering maximum fault tolerance but high cost and complexity.
- Point-to-Point: Direct link between two devices like routers.
- Point-to-Multipoint: One device connects to several others.
- Hybrid: Combines multiple topologies for optimal benefits.
8. Choosing the Right Topology
Depends on cost, ease of installation, maintenance, fault tolerance, and security needs. Star is good for small networks, hybrid mesh suits large-scale systems like ISPs.
9. Backbone and Segments
- Backbone: The main part of the network connecting all segments and servers using fast technologies like Gigabit Ethernet.
- Segments: Subsections of a network linked to the backbone.
10. Virtual Networks
Virtual networking uses vSwitch, vNIC, and NFV to offer network services without physical hardware. Hypervisors run multiple virtual machines on a server, supporting flexible setups.
11. Conclusion
Understanding networks, components, and topologies is key to building secure, scalable infrastructures. Mastering this also prepares you for Network+ and real-world IT environments.