Networking concepts Flashcards
Command: ping
Purpose: Tests connectivity between devices
Command: traceroute (Linux) / tracert (Windows)
Purpose: Traces the path packets take to a destination
Command: netstat
Purpose: Displays active connections, stats, and routing tables
Command: ipconfig (Windows)
Purpose: Shows IP address configuration
ipconfig /release
Drops current IP address
ipconfig /renew
Requests a new IP from DHCP
Command: ifconfig (Linux)
Purpose: Legacy tool for viewing and configuring network interfaces
Concept: NAT (Network Address Translation)
Purpose: Translates private IPs to public IPs for internet access
Concept: BGP (Border Gateway Protocol)
Purpose: Routes data between autonomous systems; used by ISPs
Protocol: TCP (Transmission Control Protocol)
Purpose: Reliable, connection-oriented communication with error checking
Protocol: UDP (User Datagram Protocol)
Purpose: Fast, connectionless communication without delivery guarantees (lower overhead)