IP Address Configuration on Windows
Accessing network settings: Control Panel → Network and Sharing Center → Change adapter settings → right-click adapter → Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties. Or: Settings → Network & Internet → Ethernet/Wi-Fi → Change adapter options. IPv6: same path, use Internet Protocol Version 6 (TCP/IPv6).
DHCP vs static IP: Obtain an IP address automatically = DHCP (recommended for most devices). Use the following IP address = static configuration. Static IP requires: IP address, Subnet mask, Default gateway, Preferred DNS server, Alternate DNS server. Static IPs: use for servers, printers, network devices where a consistent address is required. Dynamic IPs: use for workstations and mobile devices.
DHCP reservation: configure on the DHCP server (router for SOHO) to always assign the same IP to a specific MAC address — provides the benefit of static addressing with the convenience of DHCP management. Preferred over static configuration on the device because all IP management happens in one place.
Verify configuration: 'ipconfig' (Windows) — displays IP address, subnet mask, default gateway for all adapters. 'ipconfig /all' — displays detailed info including MAC address, DHCP server, DNS servers, lease obtained/expires. 'ifconfig' (Linux/macOS legacy) or 'ip addr' (Linux modern). Check IPv4 and IPv6 separately.
DNS and Proxy Configuration
DNS server configuration: within TCP/IP properties, set preferred and alternate DNS servers. Common alternatives to ISP-provided DNS: Google (8.8.8.8 / 8.8.4.4), Cloudflare (1.1.1.1 / 1.0.0.1), OpenDNS (208.67.222.222 / 208.67.220.220). DNS affects name resolution speed and may enable content filtering (OpenDNS blocks malware domains by default). When troubleshooting: test with a known-good DNS server like 8.8.8.8 to isolate DNS issues from ISP DNS issues.
Proxy settings: a proxy server acts as an intermediary for web requests — the client sends requests to the proxy, which fetches content on behalf of the client. Enterprise environments use proxies for: content filtering, caching, logging, security inspection. Configure in Internet Explorer/Edge settings or system-wide: Settings → Network & Internet → Proxy. Common issue: proxy configured for work network, causes failure on home network — disable proxy when off-network or configure 'bypass proxy for local addresses'.
Alternative IP configuration (Windows): configured in IPv4 properties under 'Alternate Configuration' tab. If DHCP fails, Windows uses this static address instead of APIPA. Useful for: users who work between a DHCP network (home) and a static network (some office environments without DHCP) — they get automatic IP when DHCP is available but fall back to a known static address.