website - what is the range of public ip address ipv4? -


i looping through ips on internet.i inserting ips in database.

i have looped 0.0.0.0 255.255.255.255 as know of ips private.

so want know range of public ip addresses on websites running.

let me know if thinking wrong. thanks.

private ip addresses are:

10.x.x.x

and

172.16.x.x 172.31.x.x

and

192.168.x.x

also refer to: http://tools.ietf.org/html/rfc5735

everything else can public ip address.

basically 2^32 - ranges above. quite lot. less 2^128 used ipv6

there other ip addresses cannot used. broadcasts , multicast , possibly other uses. don't forget not available public ip addresses may in use @ moment in time. in days of internet many not be.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -