大象传媒

Networks - EduqasLocal area network hardware

Devices can be networked using different hardware, such as routers, hubs, switches, gateways and bridges. They can cover local areas (LANs) or wider areas (WANs). Networks are constructed using different topologies, including ring, bus, star and mesh. All of these differences have advantages and disadvantages to users.

Part of Computer ScienceUnderstanding Computer Science

Local area network hardware

To connect a computer or device to a , several components are required:

  • a or wireless network interface controller (WNIC)
  • a transmission , either wired or
  • a network connection device, such as a , , , (WAP), gateway or

Network interface card

A network interface card (NIC) provides a method of connecting to a network. A NIC offers an interface for a wired connection. A wireless network interface controller (WNIC) provides a radio for connecting wirelessly.

Most modern PCs come with a NIC and WNIC built in, providing the option of either connection method. However, mobile devices such as tablets, smartphones and many embedded devices feature only a WNIC, giving only wireless connection.

Transmission media

Transmission media carry signals from one computer to another. Media are either wired or wireless.

In modern networks, wired media use either twisted copper wiring or . Each wired medium has particular characteristics:

Twisted copper wireFibre-optic cable
CostCheapExpensive
BandwidthLower bandwidth (originally designed for voice only)Faster bandwidth
Maximum transmission speedUp to 10 gigabits per secondUp to 100 gigabits per second
Maximum distance for reliable communicationUp to 100 metresOver 2 kilometres
Cost
Twisted copper wireCheap
Fibre-optic cableExpensive
Bandwidth
Twisted copper wireLower bandwidth (originally designed for voice only)
Fibre-optic cableFaster bandwidth
Maximum transmission speed
Twisted copper wireUp to 10 gigabits per second
Fibre-optic cableUp to 100 gigabits per second
Maximum distance for reliable communication
Twisted copper wireUp to 100 metres
Fibre-optic cableOver 2 kilometres

Wired connections are reliable and not usually subject to interference. However, they limit mobility - a wired device usually has to stay in place. Most modern wired LANs use CAT6 cabling that allows connection speeds of up to 250 megahertz (MHz).

Wireless connections use radio waves to carry signals. These signals are limited in range (usually up to 50 metres) but are subject to magnetic interference. They can also be blocked by walls. However, they are ideal for mobile devices, which can connect to a network as long as they are in the range of a wireless access point (WAP).

Network connection devices

A network connection device allows computers to connect to a network and transmit data. There are several types of connection device to consider:

  • hub
  • switch
  • wireless access point (WAP)
  • router
  • gateway
  • bridge

Hubs

A hub is a small device that allows wired devices to connect to a network. Hubs have no knowledge of the devices connected. That means that all of data that arrive at the hub are transmitted to all connected computers. This affects network performance, as many unnecessary signals are transmitted across its connections.

Switches

Switches are similar to hubs, with one important difference - a switch records which computers are connected to which ports. When a message is received, the switch forwards each packet of data to its intended recipient only. This improves network performance by cutting down on unnecessary transmissions.

Wireless access points

A wireless access point (WAP) uses a radio transceiver to allow wireless connections to a network. In effect, the WAP creates its own wireless network which devices connect to. The WAP then sends the wireless traffic data it receives onto the main wired network.

WAPs can also be used to extend the range of a wireless network. In this case, the WAP can either receive and transmit traffic data to other WAPs or it can be connected via a cable to the main network.

Routers

Routers are one of the most commonly used connection devices. They are used to send data signals across the internet. Routers work by storing the addresses of computers on the network. They then determine the most suitable route for sending data.

Routers are also commonly used in homes. Home routers usually contain a hub and a WAP, enabling a small network to be formed. They also contain a , which allows users to connect to the internet.

Gateways

A gateway joins together two networks that use different , for example joining a LAN to a .

Bridges

A bridge joins together two networks that use the same protocols, for example joining a LAN to another LAN.