Ip Addressing Grade 10
Ip Addressing Grade 10
ADDRESSING
An IP address is a number that is used
to identify a device on the network.
Each device on a network must have a
unique IP address to communicate with
other network devices. Network devices
are those that move data across the
network, including hubs, switches, and
routers. On a LAN, each host (device that
sends or receives information on the
network) and network device must have
an IP address within the same network to
A person’s name and fingerprints usually do not change. They
provide a label or address for the person’s physical aspect—the
body.
A person’s mailing address, on the other hand, relates to where
the person lives or picks up mail. This address can change.
A person’s mailing address, on the other hand, relates to where
the person lives or picks up mail. This address can change.
Forthis reason, the 32 bits are grouped into four 8-bit bytes
called octets.
An IP address, even in this grouped format, is hard for
humans to read, write, and remember. Therefore,
each octet is presented as its decimal value,
separated by a decimal point or period.
This format is called dotted-decimal notation. When a
host is configured with an IP address, it is entered as
a dotted-decimal number, such as 192.168.1.5.
DEFINITION OF TERMS
Binary
– the primary language for
computers that is made up of
only two numbers: 0 and 1.
Binary Prefix
used to represent the quantity
in terms of byte or bit in
computing.
Decimal
a base 10 number system.
Bit (b)
short for binary digit, either 0 or
1.
Byte (B)
aunit of computer information
consisting of eight (8) bits.
gigahertz (GHz)
also known as clock rate or
clock speed of the processor.
How to Read Binary
Binary is a base-2 number system, where the number two (2) is raised
by an exponent (n-1). The exponent is denoted by the digits’ place (n)
and subtracted by 1, wherein it increases as you move through each
position starting from the right, going to the left.
Position 7 6 5 4 3 2 1 0
(n-1)
Exponent 27 26 25 24 23 22 21 20
2(Position)
Value 128 64 32 16 8 4 2 1
Note: The first place should be 1 but since it is (n-1) subtracted by 1, it becomes 0.
The first value is equivalent to 1 because 20 is equal to 1. Note: Any value with an exponent
of 0 is always equal to 1.
ON/OFF 0 0 0 0 0 0 0 1
0000 0001 = 1
ON/OFF 0 0 0 0 0 1 0 1
0000 0101 = 5
The binary number 0000 0101 is equivalent to 5 because the turned-ON values
are: (ALWAYS START FROM THE RIGHT)
1 and 4
Number 5 and the “Value” in the tables are examples of decimal numbers, the
number system that we have known since we learned how to count numbers.
Note: Each group of eight bits is known as a byte.
8 bits = 1 byte
That
is how the computer represented the letters and
numbers, and all the data that you can see in the
computer like images and videos.
00101001.01001100.10101000.0101
1001
41.76.168.89
CONVERT THE FOLLOWING INTO
BINARY
1.195.172.97.4.
2.234.208.177.46.
3.188.145.56.18.
CONVERT THE FOLLOWING INTO
DECIMAL.
4.
11110000.01011101.11011011.0000111
1.
5.
11111111.01010101.11001100.1110001
0.
1.11000011. 10101100. 01100001. 00000100
2.11101010. 11010000. 10110001. 00101110
3.10111100. 10010001. 00111000. 00010010
4.240.93.219.15.
5.255.85.204.226.
IP HEADER CLASSES