Chapter 03 — Networks, Communication, and Connected Systems#

Business Context#

The Day Everything Went Dark#

Maya Chen had just started her dream internship at DataFlow Solutions when, at 9:15 AM on a Tuesday, she noticed something strange — her Slack messages weren’t going through. Then her email stopped loading. Within minutes, the entire office was buzzing with confusion.

What Maya and her colleagues didn’t know was that they were experiencing a network outage that would cost their company — and thousands of others — millions of dollars in lost productivity. This wasn’t just an inconvenience; it was a stark reminder of how dependent modern business has become on networks and cloud computing.


Understanding the Invisible Backbone#

After the network was restored three hours later, Maya’s supervisor Tom Rodriguez gathered the intern class for an impromptu lesson.

“This printer is connected to our Local Area Network (LAN),” he explained. “Think of a LAN as the nervous system of our office — it’s a private, high-speed network that connects all the devices within our building.”

“But we also work with clients across the country,” Maya said. “How does that connection work?”

“That’s where Wide Area Networks (WANs) come in. A WAN spans large geographic areas, linking multiple LANs together. When you video call with our client in Seattle, your data travels from our LAN in Chicago, through various WANs including the internet, to their LAN in Seattle. Think of LANs as hallways in individual buildings, and WANs as highways connecting different cities.”


The Need for Speed: Bandwidth and Latency#

Maya noticed that her colleague Jennifer, working from her rural home office, kept freezing and cutting out during video calls.

“That’s a perfect example of bandwidth differences,” Tom explained. “Bandwidth is the maximum rate of data transfer across a network — think of it like the width of a highway. Jennifer’s home internet has lower bandwidth, like a two-lane road, while our office has high bandwidth, like a six-lane highway.”

“There’s also latency — the time delay in transmitting data. Poor connectivity doesn’t just frustrate employees — it can cost real money in lost deals and decreased productivity.”


The Security Challenge#

When Maya asked about the company VPN policy, IT director Lisa Park explained: “A Virtual Private Network (VPN) creates an encrypted tunnel that secures data transmitted over public networks. Imagine sending a confidential letter — instead of putting it in a clear envelope anyone can read, you put it in a locked box only the recipient can open.”

Lisa shared a case study: “A competitor had an employee check email from a coffee shop without using VPN. A cybercriminal intercepted that connection and gained access to sensitive client data. The company faced lawsuits, lost clients, and spent hundreds of thousands on damage control.”


The Cloud Revolution#

When DataFlow Solutions announced they were migrating their customer management system to the cloud, Tom explained: “Cloud computing is simply the delivery of computing resources — servers, storage, applications — over the internet, rather than from your local computer or on-site servers.”

The Three Service Models:

  • Software as a Service (SaaS) — like going to a restaurant. Everything is prepared for you. Examples: Salesforce, Zoom, Microsoft 365.
  • Platform as a Service (PaaS) — like a meal kit delivery service. The platform provides tools, but you build your own custom solution.
  • Infrastructure as a Service (IaaS) — like having a fully equipped kitchen rented to you. You get the infrastructure but install and manage everything else yourself.

DataFlow’s cloud migration let them serve clients in London, Tokyo, and São Paulo with the same performance as Chicago clients, while reducing IT costs by 40%.


Edge Computing#

Edge computing processes data closer to its source rather than sending everything to distant cloud servers,” Tom explained. “One of our restaurant clients uses IoT sensors to monitor food temperature in real-time. Instead of sending all that data to a cloud server across the country, edge computing devices in each restaurant analyze the data locally, enabling immediate alerts if temperatures go outside safe ranges.”


APIs: Connecting the Business Ecosystem#

“The magic happens through Application Programming Interfaces (APIs),” the project manager explained. “Think of APIs as universal translators that allow different software applications to share information and work together.”

By integrating systems through APIs, clients reduced data entry time by 60% and eliminated errors caused by manual transfers between systems.


Ethics and Digital Responsibility#

“We have clients in rural areas who struggle with poor internet connectivity,” Tom noted. “As we build more sophisticated cloud-based tools, we risk leaving some clients behind. This is part of the digital divide — the gap between those with access to modern technology and those without.”