Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

ipv4.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

IPv4

  • the address is formed by a set of 32 bits separated into 4 groups of 8 bits
  • the values for each octet can range from 0 to 255, which is the equivalent of 11111111 in binary format
# Binary format (4 groups of 8 bits)
11000000.10101000.00001010.00010100

# Decimal format
192.168.10.20