Computer Network Essentials: Devices, Topologies, and Connectivity

Classified in Technology

Written on in English with a size of 5.62 KB

Understanding Computer Networks

What is a Computer Network?

A computer network is a collection of interconnected computers and devices, linked either physically or wirelessly, for the primary purpose of sharing information and resources.

Types of Computer Networks

Computer networks are primarily classified by their size and geographical reach into two main types:

  • Local Area Network (LAN): These networks cover a limited geographical area, typically within a single building or a small campus. They are the most common type, found in offices, homes, and schools. Example: The network connecting computers within a classroom or an office building.
  • Wide Area Network (WAN): These are powerful networks that connect computers located in different cities, countries, or even continents. Example: The Internet itself is the largest WAN, connecting millions of devices globally.

Essential Elements for Building a Network

To establish a functional network, several key components are required:

  • Connecting Elements: The medium through which devices communicate, either wired (e.g., cables) or wireless (e.g., airwaves).
  • Network Interface Card (NIC): A hardware component that allows a computer to connect to a network.
  • Switch: A device that connects multiple devices on a network and forwards data only to the intended recipient.
  • Router: A device that connects different networks and directs data packets between them.

Basic Network Topologies

Network topology refers to the physical or logical arrangement of nodes and connections in a network. While many exist, two common basic topologies include:

  • Star Topology

    In a Star topology, all devices are connected to a central hub or switch. This is a very common setup.

    • Advantage: If one computer breaks, the rest of the network can still operate.
    • Disadvantage: If the central server or switch fails, the entire network goes down.
  • Tree Topology

    A Tree topology combines characteristics of bus and star topologies, forming a hierarchy.

    • Advantage: Information can travel efficiently as it is transmitted only to the relevant nodes.
    • Disadvantage: A failure in a main segment can isolate multiple computers or entire branches.

Physical Network Connection Methods

There are two primary ways to physically connect network components:

  • Wired Connections: Utilize physical cables for data transmission.
    • Unshielded Twisted-Pair (UTP) Cable: Common for Ethernet networks.
    • Fiber Optic Cable: Uses light for high-speed, long-distance data transfer.
  • Wireless Connections: Transmit data through electromagnetic waves.
    • Wi-Fi: Standard for wireless local area networking.
    • Bluetooth: Used for short-range wireless connections between devices.

Differences Between Hub, Switch, and Router

These three devices play distinct roles in network communication:

  • Hub: A basic networking device that does not discriminate. It sends any information it receives to all connected stations without exception, as it does not store MAC addresses.
  • Switch: More intelligent than a hub, a switch discriminates and sends information only to its intended recipient by using MAC addresses.
  • Router: The most intelligent of the three, a router connects different networks and chooses the optimal path to forward data packets to their destination.

Understanding TCP/IP

TCP/IP (Transmission Control Protocol/Internet Protocol) is the fundamental protocol suite (software) required for computers on a network to communicate with each other. It forms the backbone of the Internet.

Wired Network Cabling

Twisted-Pair Cable Connectors

The common connector for twisted-pair cables, particularly Ethernet, is the RJ45 connector.

Twisted-Pair Cable: Number of Pairs and Colors

Standard twisted-pair cables contain four pairs of twisted wires. The common color codes (e.g., T568B standard) are:

  • White/Orange & Orange
  • White/Green & Green
  • White/Blue & Blue
  • White/Brown & Brown

Why are Wires Twisted in Twisted-Pair Cables?

The wires are twisted into pairs to maintain stable electrical properties and to minimize electromagnetic interference (EMI) from nearby wire pairs and external sources, ensuring reliable data transmission.

Fiber-Optic Cabling

How is Information Transmitted via Fiber-Optic Cable?

Information is transmitted through a fiber-optic cable using transparent glass or plastic filaments. These filaments are capable of transmitting data as light beams, typically produced by an LED (Light Emitting Diode) or a laser.

Common Fiber-Optic Cable Connectors

Two common types of connectors for fiber-optic cables include:

  • SC Connector: Features a push-pull coupling mechanism for direct insertion.
  • ST Connector: Utilizes a bayonet-style coupling mechanism, requiring a quarter turn to connect.

Related entries: