๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Networking Beginner

What is IP Address?

A unique numerical label assigned to each device on a computer network for identification and communication.

An IP (Internet Protocol) address uniquely identifies a device on a network. IPv4 uses 32-bit addresses (e.g., 192.168.1.1) providing about 4.3 billion addresses. IPv6 uses 128-bit addresses (e.g., 2001:db8::1) for virtually unlimited addresses.

IP addresses can be public (internet-facing) or private (local network). Private ranges include 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

Related Terms

MTU (Maximum Transmission Unit)
The maximum size of a data packet that can be transmitted over a network without fragmentation.
ICMP (Internet Control Message Protocol)
A network protocol used for diagnostic and error reporting, including ping and traceroute functionality.
Port
A numbered endpoint (0-65535) that identifies specific processes or services on a networked computer for communication.
BGP (Border Gateway Protocol)
The routing protocol that makes the internet work by exchanging routing information between autonomous systems.
Token Bucket Algorithm
A rate limiting algorithm that allows burst traffic by accumulating tokens at a fixed rate and consuming them per request.
VPN (Virtual Private Network)
A technology that creates an encrypted tunnel between your device and a remote server, securing internet traffic.
View All Networking Terms โ†’