What a Network Is and Why We Build One
Quick answer The definition of a computer network, the five components of data communication, and the advantages and disadvantages examiners expect you to list.
A computer network is a collection of two or more computers and other devices — printers, scanners, servers, mobile phones — joined together by a communication channel so that they can exchange data and share resources. Every device attached to a network is called a node or a host. The moment two machines can pass data to each other you already have a network; scale only changes the name, from two laptops sharing one file up to the Internet itself.
Five components must be present before any communication can take place, and a question on the components of data communication expects all five. There must be a sender (the device that transmits), a receiver (the device that accepts), a message (the data being carried — text, numbers, images, audio or video), a transmission medium (the physical path, wired or wireless, along which the message travels) and a protocol. A protocol is a set of agreed rules that both machines follow; without it the receiver has no way of interpreting the bits arriving at its port. HTTP (HyperText Transfer Protocol) is the protocol a browser uses to fetch a page such as your school website, and TCP/IP (Transmission Control Protocol / Internet Protocol) is the pair of protocols on which the entire Internet is built.
Now the part that earns marks — why networks exist. Write the advantage and then a one-line reason for it:
- Resource sharing. One printer or one scanner in a school computer lab can serve forty machines instead of buying forty printers.
- File and data sharing. A student's project or a teacher's question bank can be copied from one machine to another in seconds without a pen drive.
- Communication. E-mail, chat, video conferencing and online classes all depend on a network.
- Centralised data and backup. Data kept on one server can be secured and backed up in one place instead of being scattered across every desk.
- Cost saving. Sharing hardware, software licences and one Internet connection is far cheaper than equipping each computer separately.
- Reliability. If one printer or one copy of a file becomes unavailable, another node on the network can supply it.
- Remote access. A teacher can reach school files from home, and services such as IRCTC railway booking or a UPI payment work from anywhere in the country.
A complete answer never stops at advantages. State the disadvantages too, because a longer question usually asks for both. Setting up a network costs money for cables, switches and skilled installation. It needs a network administrator to manage users, permissions and faults. Security risk rises sharply: malware that reaches one machine can spread to the rest, and shared folders can expose private data. There is dependence — if the server or the main cable fails, every user stops working at once. And a shared line can become congested, so speed falls when many users are active together.
Two more words are worth defining now because later sections reuse them. Data transfer rate is the amount of data actually moved per second, measured in bits per second. Bandwidth is the maximum data-carrying capacity of the channel — the ceiling that the transfer rate can never exceed. The final section treats both in detail.
Finally, keep the vocabulary straight. The Internet is the worldwide public network of networks. An intranet is a private network inside one organisation that uses the same technology but is closed to outsiders — a school's internal portal, for example. The World Wide Web is not the Internet; it is one service running on the Internet, the collection of linked pages that browsers display.
- A computer network is two or more devices connected by a communication channel to share data and resources; each device is a node.
- The five components of data communication are sender, receiver, message, transmission medium and protocol.
- A protocol is a set of rules both machines follow — HTTP for web pages, TCP/IP for the Internet.
- Main advantages: resource sharing, file sharing, communication, centralised backup, cost saving, reliability, remote access.
- Main disadvantages: setup cost, need for an administrator, faster spread of malware, dependence on the server, congestion.
- The Internet is the global network; an intranet is private to one organisation; the Web is a service running on the Internet.
