Network Configuration & Internet Connections

Key Takeaways

  • Static IP addresses are manually configured and do not change — used for servers, printers, and network infrastructure that must have consistent addresses.
  • NAT (Network Address Translation) allows multiple devices with private IP addresses to share a single public IP address for internet access.
  • A VPN (Virtual Private Network) creates an encrypted tunnel over the internet, allowing remote workers to securely access corporate network resources.
  • Common internet connection types include cable (DOCSIS), DSL, fiber optic, satellite, cellular (4G/5G), and fixed wireless — each with different speed, latency, and availability characteristics.
  • DNS settings can be changed from ISP defaults to public DNS services (Google: 8.8.8.8, Cloudflare: 1.1.1.1) for potentially faster resolution and better privacy.
Last updated: March 2026

Network Configuration & Internet Connections

Static vs. Dynamic IP Addressing

Dynamic (DHCP) — Most Common

  • IP address is automatically assigned by a DHCP server
  • Address may change each time the lease expires and renews
  • Ideal for client devices (desktops, laptops, phones)
  • Reduces administrative overhead — no manual configuration needed

Static — Manual Configuration

  • IP address is manually configured and never changes
  • Used for devices that must be consistently reachable:
    • Servers (web, email, file, print)
    • Network printers
    • Routers and switches
    • DNS and DHCP servers
  • Requires configuring: IP address, subnet mask, default gateway, and DNS servers

DHCP Reservation (Best of Both)

  • DHCP server always assigns the same IP address to a specific device (by MAC address)
  • Device still uses DHCP (automatic) but gets a consistent address
  • Ideal for printers and shared resources that need predictable addresses without manual configuration

NAT (Network Address Translation)

NAT allows multiple devices on a private network to share a single public IP address:

NAT TypeDescriptionUse Case
Static NATOne-to-one mapping (1 private ↔ 1 public)Servers that need direct public access
Dynamic NATPool of public IPs shared among private devicesOrganizations with multiple public IPs
PAT (Port Address Translation)Many private IPs share 1 public IP (different ports)Home/SOHO networks (most common)

PAT is also called NAT overload and is the most common form. Your home router uses PAT — all devices in your house share one public IP address, differentiated by port numbers.


VPN (Virtual Private Network)

A VPN creates an encrypted tunnel through the internet:

VPN TypeDescriptionUse Case
Site-to-SiteConnects two entire networks over the internetBranch offices to headquarters
Remote Access (Client-to-Site)Individual user connects to corporate networkRemote workers, telecommuting
Split TunnelOnly corporate traffic goes through VPN; internet traffic is directReduces VPN bandwidth load
Full TunnelALL traffic goes through VPNMaximum security, all traffic inspected

Common VPN Protocols:

  • IPSec — Industry standard, works at Layer 3
  • SSL/TLS VPN — Works through web browsers (port 443)
  • WireGuard — Modern, lightweight, fast
  • OpenVPN — Open-source, highly configurable

Internet Connection Types

ConnectionDownload SpeedUpload SpeedLatencyAvailability
Cable (DOCSIS 3.1)100 Mbps – 1 Gbps10–50 Mbps15–30msSuburban/urban
DSL (VDSL2)25–100 Mbps5–15 Mbps20–40msWide (phone lines)
Fiber (FTTH)100 Mbps – 10 Gbps100 Mbps – 10 Gbps1–5msGrowing, mainly urban
Satellite (LEO)50–200 Mbps10–30 Mbps20–40msGlobal (Starlink)
Satellite (GEO)12–100 Mbps3–5 Mbps500–700msGlobal (legacy)
Cellular (5G)100 Mbps – 1 Gbps30–100 Mbps10–30msUrban/suburban
Cellular (4G LTE)10–50 Mbps5–15 Mbps30–50msWide
Fixed Wireless25–1000 Mbps5–100 Mbps10–30msRural/suburban

Exam Tip: Satellite (GEO) internet has very high latency (500-700ms) due to the distance signals must travel to geostationary orbit — this makes it unsuitable for real-time applications like VoIP and video conferencing.


Proxy Servers

A proxy server acts as an intermediary between clients and the internet:

Proxy TypeFunction
Forward ProxyClient → Proxy → Internet (hides client identity, content filtering)
Reverse ProxyInternet → Proxy → Server (load balancing, caching, security)
Transparent ProxyIntercepts traffic without client configuration (often for content filtering)

Benefits: Content caching, access control, bandwidth management, anonymity, logging


Common Network Configuration Commands

CommandOSPurpose
ipconfigWindowsDisplay IP configuration
ipconfig /allWindowsDisplay detailed IP configuration (MAC, DHCP, DNS)
ipconfig /releaseWindowsRelease current DHCP lease
ipconfig /renewWindowsRequest a new DHCP lease
ipconfig /flushdnsWindowsClear the DNS resolver cache
ifconfigLinux/macOS (legacy)Display IP configuration
ip addrLinux (modern)Display IP configuration
pingAllTest connectivity to a host
tracert / tracerouteWindows / LinuxTrace the route to a host
nslookupAllQuery DNS records
netstatAllDisplay active network connections
nbtstatWindowsDisplay NetBIOS statistics
pathpingWindowsCombines ping and tracert functionality
Test Your Knowledge

What type of NAT allows multiple private IP addresses to share a single public IP address using different port numbers?

A
B
C
D
Test Your Knowledge

Which Windows command releases the current DHCP-assigned IP address?

A
B
C
D
Test Your Knowledge

Which internet connection type has the HIGHEST latency, making it unsuitable for real-time applications?

A
B
C
D
Test Your KnowledgeFill in the Blank

The Windows command used to clear the local DNS cache is: ipconfig /_______

Type your answer below