The IP address is a 32-bit number that is unique to your computer. No two systems can have the same IP address. An IP address is similar to the address of your home, which is the method by which other people send mail to you. An IP address works the same way on a TCP/IP network — you will assign the number to your computer, and it is the method other computers use to send information to your computer.
An IP address is made up of four sets of numbers separated by periods. This is called the dotted decimal notation format of the IP address. An example of an IP address in the dotted decimal notation format is
Code:
198.70.26.200
The IP address is made up of a network ID and a host ID:
The network ID is a unique number used only by your network and is the same for all computers on the same network.
For example, in the IP address
Code:
198.70.26.200
Code:
198.70.26
The host ID portion uniquely identifies a computer on the network.
For example, in the IP address
Code:
198.70.26.200
Code:
200
Code:
131.107.26.y
Code:
200
Class A
- Number of Hosts: - 16,777,214
First Octet Value:- 1–126
Octet Summary:- n.h.h.h
- Number of Hosts: - 65,534
First Octet Value:- 128–191
Octet Summary:- n.n.h.h
- Number of Hosts: - 254
First Octet Value:- 192–223
Octet Summary:- n.n.n.h
Any address starting with 127 is illegal because this address is reserved for the loopback address.
Here’s an IP address example: Computer A has an IP address of
Code:
222.22.220.22
Code:
222.22.221.23
Code:
222
Another way to tell whether your computer is on the same network as the computer you are trying to communicate with is to look at the subnet mask. The subnet mask is what your computer uses to determine whether the network device it is trying to communicate with is on the same network or not.
If there is a
Code:
255
For example:
IP Address
Code:
145.90.87.213
Code:
145.90
Code:
255.255.0.0
So this was a little explanation of IP Addressing. Hope you liked it.
0 comments:
Post a Comment