Skip to content
SmartStudy

Networks and Data Communication

Infrastructure

Networks and Data Communication

Syllabus tag: KASNEB CPA | Foundation Level | CA16 Information Communication Technology | Topic 5 Networks and Data Communication

Lesson objectives

By the end of this topic, you will be able to:

  • Classify networks by geographical scope
  • Describe the common network topologies
  • Identify the main networking devices
  • Explain the client-server and peer-to-peer models
  • Describe transmission media and the factors affecting speed

Why this matters

Nothing in a modern accounting system is standalone. Understanding how the parts connect explains where data can be intercepted, why a branch office is slow, and what a company is buying when it pays for bandwidth.

Classification by scope

NetworkScope
PANPersonal — devices around one person, typically Bluetooth
LANLocal — one building or site
MANMetropolitan — a city or campus
WANWide — countries or continents; the internet is the largest

LAN and WAN differ in more than distance. A LAN is usually owned by the organisation and is fast and cheap to run. A WAN uses third-party infrastructure, is slower, costs money continuously, and is where security exposure begins — the data leaves premises the company controls.

Topologies

TopologyStructureWeakness
BusAll devices on one backbone cableThe backbone fails and the whole network stops
StarAll devices connect to a central hub or switchThe hub fails and the whole network stops
RingEach device connects to two others in a loopA single break can halt the ring
MeshDevices interconnect on multiple pathsExpensive in cabling
Tree / hierarchicalStars connected to a backboneBackbone dependence

Star is the usual choice for an office. It costs more in cable than a bus and is far easier to diagnose: one workstation failing affects only itself, and faults can be traced to a single connection.

Mesh is expensive because it is resilient. Multiple paths mean no single break isolates anything, which is why the backbone of the internet is meshed and an office is not.

Network devices

  • Network interface card (NIC) — connects a device to the network
  • Switch — directs traffic only to the intended recipient
  • Router — connects different networks and chooses the path between them
  • Modem — converts between digital and analogue signals
  • Firewall — filters traffic according to rules
  • Access point — provides wireless connection to a wired network

A switch and a hub differ in an important way. A hub sends every message to every device; a switch sends it only where it is addressed. The switch is faster and more secure, because traffic is not broadcast to machines that have no business seeing it.

Client-server and peer-to-peer

Client-serverPeer-to-peer
StructureCentral server provides servicesEach machine both requests and provides
SecurityCentrally administeredManaged on each machine
BackupCentralised and reliableEach user is responsible
CostHigher — server and administrationLower
SuitsAny organisation keeping accounting recordsVery small offices

Any business keeping accounting records should use client-server. Not for speed, but because backup and access control can be enforced centrally. In a peer-to-peer network, the security of the whole is the security of the least careful user.

Transmission media

MediumCharacteristics
Twisted pairCheap, common in offices, limited distance
CoaxialBetter shielding, higher capacity
Fibre opticVery high capacity, immune to electrical interference, hard to tap
Wireless / radioConvenient, no cabling, easier to intercept
SatelliteReaches remote areas, noticeable delay
MicrowaveLine of sight, high capacity

Fibre is hard to tap, which is a security property as well as a performance one. Wireless is the reverse: convenience is bought with an exposure that requires encryption to manage, since the signal does not stop at the wall.

Speed and its limits

Bandwidth is the capacity of the link. Latency is the delay before data starts arriving. They are different, and confusing them is a common error.

A satellite link may have high bandwidth and poor latency — plenty of capacity, but a noticeable pause on every exchange. A file transfer barely notices; an interactive system feels unusable.

Other factors: the number of simultaneous users, the protocol overhead, and the slowest link in the path. A network is only as fast as its narrowest point, which is why upgrading a head office connection does nothing for a branch on a poor line.

:::checkpoint A branch office reports that the accounting system is slow, though head office finds it fast. Identify three possible explanations from this topic and say which you would test first. :::

Protocols

A protocol is an agreed set of rules for communication.

  • TCP/IP — the foundation of the internet
  • HTTP and HTTPS — web pages; HTTPS adds encryption
  • FTP — file transfer
  • SMTP, POP3, IMAP — email sending and retrieval

The S in HTTPS matters to an accountant. Data submitted over plain HTTP travels readable by anyone in the path. Any page collecting a password, a payment or client data should be HTTPS, and a browser warning to that effect should never be dismissed.

:::checkpoint A company allows staff to access the accounting system over public wireless networks. Identify the risk and state two controls that would reduce it. :::

Next in Information Communication TechnologyThe Internet and E-Commerce