Unit 6: Networks
1. Sharing Data Anytime Anywhere
A computer network is a collection of computers and other hardware components interconnected by communication channels that allow sharing of resources and information. In today’s world, networks provide the backbone for "sharing data anytime anywhere," ensuring that information is accessible regardless of physical location.
2. Uses of a Network
Networks are implemented in various environments to achieve several key objectives:
- Resource Sharing: Allowing multiple users to share hardware like printers, scanners, and storage devices.
- Information Sharing: Enabling the exchange of files, databases, and documents across different systems.
- Communication: Providing platforms for emails, instant messaging, and video conferencing.
- Data Protection: Facilitating centralized backups to ensure data can be recovered in case of local hardware failure.
3. Common Types of Networks
Networks are classified based on their geographical scale:
4. Hybrid Networks
A Hybrid Network is a combination of two or more different network types or infrastructures. For example, a company might use a wired LAN for its desktop computers but connect them to a wireless network for mobile devices, all while being linked to a global WAN for internet access.
5. How Networks are Structured
The structure of a network refers to how the computers are organized and interact with each other:
- Client-Server Network: A central powerful computer (the Server) provides resources and services to smaller computers (the Clients).
- Peer-to-Peer (P2P) Network: All computers have equal status and share resources directly without a central server.
6. Network Topologies and Protocols
Network Topologies
Topology refers to the physical or logical layout of a network—how nodes are connected to each other.
- Star Topology: All nodes are connected to a central hub or switch.
- Bus Topology: All nodes share a single communication line (the backbone).
- Ring Topology: Each node connects to exactly two other nodes, forming a continuous circular path.
- Mesh Topology: Every node is connected to every other node, providing high redundancy.
Network Protocols
Protocols are a set of rules that govern how data is transmitted and received over a network. Common protocols include:
- TCP/IP: The foundational protocol of the Internet.
- HTTP/HTTPS: Used for transferring web pages.
- FTP: Used for transferring files between computers.
Network Media
This refers to the physical path used to carry signals:
- Wired Media: Twisted-pair cables, Coaxial cables, and Fiber-optic cables.
- Wireless Media: Radio waves, Microwaves, and Infrared.
Network Hardware
Devices required to build a network include:
- NIC (Network Interface Card): Hardware that allows a computer to connect to a network.
- Hub/Switch: Connects multiple devices in a LAN.
- Router: Connects different networks (e.g., your home LAN to the Internet WAN).
- Bridge: Connects two similar network segments.
- Gateway: Connects two different types of networks.
8. Exam Focus Enhancements
Exam Tips
- Star vs. Mesh: Star is common and easy to manage; Mesh is expensive but most reliable. Know this distinction for "Scenario-based" questions.
- Protocols: Always remember that without protocols, hardware cannot communicate. They are the "language" of the network.
- Topologies: Be prepared to draw the Star and Bus topologies, as they are frequently asked in diagrams.
Common Mistakes
- Hub vs. Switch: A Hub sends data to everyone on the network (inefficient); a Switch sends data only to the intended recipient.
- Internet vs. WWW: The Internet is the hardware infrastructure (the network of networks); the WWW is a service that runs on the internet.
Frequently Asked Questions
Q: What is the main advantage of Fiber-optic cable?
A: It uses light to transmit data, making it much faster and immune to electromagnetic interference compared to copper wires.
Q: Which topology is used in most modern offices?
A: The Star Topology is the most common because if one computer fails, the rest of the network stays active.