IP Addressing & Subnetting
IP Addressing & Subnetting
Subnetting
By Charles Galiwango
Octets
The 32-bit IP address is broken up into
4 octets, which are arranged into a
dotted-decimal notation scheme.
An octet is a set of 8 bits
Example of an IP version 4:
172.64.126.52
Thinking in Binary
The binary system uses only 2
values “0 & 1” to represent
numbers in positions representing
increasing powers of 2.
We all are accustomed to thinking
& working in the decimal system,
which is based on the number 10.
Thinking in Binary (Cont.)
1 and 0 = 0
0 and 1 = 0
0 and 0 = 0
Boolean Algebra (Cont.)