AP Networking

Upgrading my network

Choosing the right devices and the right cables — or no cables at all — is not guesswork. Every decision about endpoint hardware and transmission medium involves tradeoffs in cost, performance, flexibility, and interference tolerance. Getting these choices right the first time saves money, reduces troubleshooting, and keeps the network performing reliably for every user and use case it must support.

Planning before purchasing

A network upgrade requires matching equipment to the real needs of the people and processes that will use it. Buying the most powerful device available is rarely the right answer — some tasks need flexibility, others need stability, others need low cost. Understanding what each category of device and each medium does well (and where it falls short) is the core skill in network planning.

What this topic covers

  • 2.3.A — Selecting the right endpoint device type for each use case
  • 2.3.B — Choosing a transmission medium based on location, speed, cost, and interference tolerance
  • 2.3.C — Deciding when to use dynamic (DHCP) versus static IP addressing

Selecting the right endpoint device

SOHO networks support a wide variety of endpoint device types. Matching the device category to the task prevents overspending on capability that won't be used and understerspending on devices that can't keep up.

Computers

Desktops • Laptops • Servers

Computers are ideal for tasks that require high interactivity, multitasking, or significant processing power. They run full operating systems with broad software compatibility and can handle complex workloads that would overwhelm simpler device categories.

Best for:

  • Content creation (video editing, graphic design, writing)
  • Software development (compiling, running IDEs, testing)
  • Data analysis (large spreadsheets, databases, machine learning)
  • Serving resources to other devices (servers)

IoT Devices

Thermostats • Smart TVs • Security Systems • Wearables

Internet of Things (IoT) devices are ordinary physical objects enhanced with network connectivity. Unlike computers, they typically perform one or a small number of specialized functions automatically without requiring ongoing user input.

Best for:

  • Automating physical processes (adjusting temperature, triggering lights)
  • Monitoring environments remotely (security cameras, sensors)
  • Streaming media to a fixed location (smart TVs, media players)
  • Enabling remote control of home or office systems

Mobile Devices

Smartphones • Tablets • Handheld Gaming Devices

Mobile devices are small, lightweight endpoints designed for portability and wireless connectivity. They connect to networks wirelessly and prioritize convenience and accessibility over raw processing power or storage capacity.

Best for:

  • Flexible, on-the-go communication (calls, messaging, email)
  • Quick data entry and access to cloud applications
  • Mobile access to applications across multiple locations
  • Portable media consumption and gaming

Specialized Endpoint Devices

Printers • VoIP Phones • POS Terminals

Specialized endpoint devices are designed by organizations to meet specific operational needs that general-purpose devices don't address efficiently. These devices sacrifice versatility for deep optimization of one function.

Common types:

  • Printers and scanners: Handle physical document input/output at volume
  • VoIP phones: Enable voice calls over an internet connection rather than phone lines
  • POS terminals: Handle transaction processing and inventory management at retail or service businesses

Selecting the right transmission medium

The physical or wireless medium carrying data is one of the most consequential decisions in network design. Each medium has a profile of cost, performance, installation complexity, and interference susceptibility. The best choice balances all four factors for each specific location and use case.

Factors to evaluate for every medium decision

Device location: Can a cable physically reach the device? Is the device stationary or mobile?

Performance needs: What speed and latency does the use case require?

Susceptibility to interference: Are there nearby sources of electromagnetic interference (EMI)?

Ease of installation: Can the cable be run without specialized tools or labor?

Cost: What is the per-meter cable cost and what does installation labor add?

Medium Max speed Max distance EMI resistance Cost Installation
Twisted pair (UTP) Up to 10 Gbps 100 m Moderate Affordable Easy
Twisted pair (STP) Up to 10 Gbps 100 m High (shielded) Affordable Easy
Wireless (Wi-Fi) 500 Mbps–1 Gbps Varies by environment Low (susceptible) Affordable Easy
Coaxial Up to 1 Gbps ~45 m before loss Better than twisted pair Moderate Harder than twisted pair
Fiber optic 1–100 Gbps Up to 10 km Immune to EMI Most expensive Requires special tools

When to choose twisted pair

Use twisted pair for stationary devices that need a fast, stable connection and are within 100 meters of the switch — desktops, printers, and NAS devices. Choose STP in environments with high EMI (near HVAC equipment, fluorescent lighting, or industrial machinery). Use UTP for most standard office and home installations where EMI is not a significant concern.

When to choose wireless

Use wireless for mobile or portable devices that need flexibility — smartphones, tablets, laptops, and IoT devices. Wireless is also ideal when running a cable to the device's location would be difficult or cost-prohibitive. Accept the tradeoff: wireless connections are more susceptible to interference from walls, neighboring networks, and other devices, and signal strength decreases with distance.

When to choose coaxial

Use coaxial when upgrading or maintaining a network that already uses coaxial infrastructure — particularly in older buildings with existing coaxial runs. Coaxial offers better EMI resistance than twisted pair but is more rigid and harder to install. Be aware of signal loss over distances greater than approximately 45 meters without amplification.

When to choose fiber optic

Use fiber optic when the network requires ultra-high bandwidth, complete EMI immunity, or maximum connection stability over long distances. Fiber is not commonly used inside SOHO LANs because of its cost and installation complexity. It is appropriate for backbone connections between buildings, or where the environment makes copper cable unreliable.

Advertisement

Dynamic vs. static IP addressing

How a device receives its IP address is a configuration decision that affects reliability, manageability, and how easily other devices can locate it. The two options — dynamic assignment (DHCP) and static assignment — have distinct use cases.

Dynamic IP (DHCP)

With dynamic addressing, IP addresses are assigned automatically by a DHCP server — typically the router on a SOHO network. The device requests an address when it connects, and the server assigns one from its available pool. The lease expires after a set time and the device may receive a different address on reconnection.

Best for:

  • Mobile devices (smartphones, tablets, laptops)
  • Temporary or guest devices
  • Networks with limited IT support
  • Home and small office environments where simplicity is preferred

Why: DHCP automates all address assignment and configuration. IP addresses are only allocated to devices that are actively connected, making the pool usage efficient. No administrator action is needed when a new device joins the network.

Static IP (manual assignment)

With static addressing, an IP address is manually configured on the device and does not change. The address stays the same across reboots, disconnections, and reconnections.

Best for:

  • Servers (web, file, print, DNS)
  • Network printers
  • Remote access services
  • Security systems (cameras, access controls)
  • Media servers that other devices must reliably locate

Why: Devices that other systems must consistently reach need a predictable, permanent address. A printer at 192.168.1.50 always found at that address is more manageable than a printer whose address changes every few days. Static addressing requires manual setup and careful documentation to prevent IP address conflicts.

The conflict risk with static addressing

If a static IP address is assigned to one device and the DHCP server later assigns the same address to another device, an IP conflict occurs — both devices will experience connectivity problems. Prevent this by either configuring the DHCP server to exclude statically assigned addresses from its pool, or by assigning static addresses outside the DHCP range.

Advertisement

Putting it all together

Every network component decision involves a tradeoff. Match device types and media to the actual needs of users and applications — not to the most expensive or most powerful option available.

Computers → interactivity, multitasking, processing power

IoT → automation, monitoring, streaming, remote control

Mobile → portability, wireless, on-the-go access

Specialized → optimized single-purpose tasks (print, VoIP, POS)

Twisted pair (UTP/STP) → stable wired devices within 100m

→ STP when high EMI present; UTP for standard installations

Wireless → mobile/portable devices; easy installation; susceptible to interference

Coaxial → existing coaxial infrastructure; better shielding; signal loss >45m

Fiber → ultra-high bandwidth; EMI immunity; long distances; expensive

Dynamic (DHCP) → mobile, temporary, guest devices; automated

Static → servers, printers, services needing consistent address