Advertisement
acarrunto

public IP, private IP range

Aug 8th, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. >private ip
  2. ex:
  3. class
  4. A 10.0.0.0 to 10.255.255.255
  5. B 172.16.0.0 to 172.31.255.255
  6. C 192.168.0.0 to 192.168.255.255
  7.  
  8. >public ip
  9. ex (exclude all private ip)
  10. class
  11. A 1.0.0.0 to 9.255.255.255 / 11.0.0.0 to 126.255.255.255
  12. B 128.0.0.0 to 171.255.255.255 / 173.0.0.0 to 191.255.255.255
  13. C 192.0.0.0 to 195.255.255.255 / 197.0.0.0 to 223.255.255.255
  14. D 224.0.0.0 to 247.255.255.255 (multicast addresses)
  15. E 248.0.0.0 to 255.255.255.254 (experimental use)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement