Computer Networks Basics·Lesson 3 of 10
Advantages and Disadvantages
The Trade-off
Connecting computers together unlocks huge benefits — shared resources, instant communication, and centralized data. But every connection is also a new door, and networks bring real costs and risks. Strong engineers can argue both sides, because the right design always depends on weighing the two.
Advantages
- Resource sharing — one printer, file store, or internet connection serves many users
- Fast communication — email, messaging, voice, and video between devices
- Centralized data — store and back up information in one managed place
- Cost efficiency — share expensive hardware and software licenses
- Scalability — add more devices and users without starting from scratch
- Remote access — reach files and services from anywhere
Disadvantages
- Security risks — one entry point can expose every connected device
- Setup and maintenance cost — hardware, software, and skilled admins
- Single points of failure — if the server or central link dies, many users are affected
- Malware spread — viruses can propagate quickly across connected machines
- Complexity — more devices mean more configuration and troubleshooting
- Dependence — productivity stalls when the network goes down
Reading the List
Notice how most disadvantages are the flip side of an advantage. Centralizing data makes it easy to manage and back up — but it also creates a single, valuable target. Sharing resources saves money — but it means one failure can affect everyone. Networking is rarely about avoiding downsides entirely; it's about managing them with the right architecture.
Interview angle
When asked about a network design, don't just list benefits. Name the matching risk and how you'd mitigate it — for example, "centralized data is easy to back up, but I'd add redundancy and access controls to handle the single-point-of-failure and security downsides."
“"Bigger, more connected networks are always better."”
Quick Revision Cheat Sheet
Biggest win: Resource sharing and instant communication
Biggest risk: Security — one door can expose the whole network
Hidden cost: Setup, maintenance, and skilled administration
Key pattern: Most downsides are the flip side of an upside
Design rule: Add connectivity deliberately, with matching safeguards