What is IP Address?
An IP address is the numeric identifier a device presents on an IP network so packets can be routed to and from it. IPv4 writes 32 bits as four decimal octets, such as 203.0.113.7. IPv6 writes 128 bits as hexadecimal groups, such as 2001:db8::1. Every request a server logs is tied to one.
An address splits into a network prefix and a host portion, divided by a mask written in CIDR notation. 198.51.100.0/24 describes 256 addresses whose first 24 bits are fixed. Blocks flow down a chain from IANA to the five regional registries, which allocate to ISPs and hosting companies, which assign to customers. Whoever announces a block into global routing does so under an autonomous system number, and that ASN is often the first attribute an anti-fraud system checks, before it looks at the address itself.
The address on your laptop is rarely the one a server records. RFC 1918 reserves 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 for private networks, and 100.64.0.0/10 is set aside for carrier-grade NAT. Packets leaving those ranges have their source rewritten by a router. Add a proxy and the rewrite happens a second time at the exit node, so the destination sees the proxy's public address and learns nothing about the machine behind it, unless something in the stack leaks around the tunnel.
A server reads the source address of the TCP connection it accepted. Everything else is hearsay. A transparent proxy adds X-Forwarded-For and Via headers naming the original client, an anonymous one strips them, and an application sitting behind a load balancer should trust X-Forwarded-For only when it comes from its own front end. Code that reads the header without validating the hop chain can be handed any address the caller feels like claiming.
Geolocation is inference rather than a property of the number. Commercial databases combine registry records, reverse DNS, latency measurements and provider feeds, and they lag reassignment by weeks, which is why a freshly transferred block sometimes resolves to the wrong country. Reputation works the same way. Scoring services track spam reports, abuse history and past automation against an address and against the block around it, so an address arrives carrying whatever the previous holder did with it.
Where you meet it
The address a target site logs is the one you have to control, and it is not the one your operating system shows you. Before debugging a block, check where your traffic leaves from at each layer - the proxy, the browser and the tool making the requests can each report something different. A mismatch between them usually explains why a session that works in a browser fails in a script minutes later.
Common questions
Does using a proxy change my IP address?
It changes the address the destination sees. Your own interface keeps its address; the request goes to the proxy, which opens a separate connection to the target and presents its public address there. Anything that bypasses the tunnel - DNS resolution, WebRTC, an IPv6 route - still exits under your real address.
What is the difference between a private and a public IP address?
Private addresses come from ranges reserved for internal networks, such as 192.168.0.0/16, and are not routed across the internet. Public addresses are globally unique and allocated through the regional registries. A router translates between the two, which is how every device in a house shares one public address.
Can two devices have the same IP address?
Yes, and it is normal. Every device behind a home router shares that router's public address, and mobile carriers put many subscribers behind one address using carrier-grade NAT. A site therefore cannot treat an address as a single person, which changes how much weight it can put on the address in fraud scoring.
Related terms
Real 4G/5G mobile and residential IPs
PROXIES.SX runs carrier IPs in 100+ countries with HTTP and SOCKS5 on every endpoint. $4/GB down to $2.40/GB at volume, free endpoints and rotation, and your GB never expire.