All you need to know about IP address
If you aren't sure what IP address is, IP
(Internet Protocol) address is a unique address that identifies a
computer or a device on the Internet. It contains 32
bits or 4
bytes (octets) and is
written in four sets of decimal numbers separated by a period (or
dot) in between. Each set of decimal numbers represents a byte (i.e. 8
bits) and can not exceed 255, that is when all the eight bits are 1 (or 11111111). Example of IP address: 202.60.80.1
An IP
address
is comparable to a telephone number that uniquely identifies an
individual or a business on the telephone network.
Back to Top
==>> The anatomy of IP address
Every computer or device on the Internet is part of a network
(e.g. ISP, corporate, or home network). That's why IP address body
(i.e. xxx.xxx.xxx.xxx where x is a decimal number) consists of
network identity (ID) and host (i.e. node/device) ID. A subnet
mask value which resembles an IP address is usually given along
with an IP address to help identify which part of the address
refers to network ID or host ID. Subnet is logical grouping of
hosts in a network that functions to segregate traffic.
In a class A IP address, the first byte refers to network ID
and the last three bytes refer to host ID. In a class B IP
address, the first two bytes refer to network ID and the last two
bytes refer to host ID. In class C IP address, the first three
bytes refer to network ID and the last byte refers to host ID.
Class A IP addresses are used by very big networks, class B by
medium to large networks, while class C by small networks.
| |
From |
To |
Default subnet mask |
| Class A |
0.0.0.0 |
127.255.255.255 |
255.0.0.0 |
| Class B |
128.0.0.0 |
191.255.255.255 |
255.255.0.0 |
| Class C |
192.0.0.0 |
223.255.255.255 |
255.255.255.0 |
Example, if your computer IP address is 192.168.1.3 (a class C
IP address), it must belong to a network (LAN) with this network
address
192.168.1.0 and its host ID is 3.
Back to Top
Your IP address currently is 38.103.63.16
When your computer (be it a desktop PC, laptop, handheld/PDA,
or smart phone) accesses the Internet, it has an IP address that
is assigned to it by your ISP or a broadband router in your
organization. IP address is different with MAC address. A MAC
address or physical address was assigned to a device by its
manufacturer and stays the same during its lifetime while IP
address depends on the network or service provider through which
your computer or device gets an Internet connection.
For example, if you use Windows XP, to check your IP address,
do one of the following:
1) double-click your Internet connection icon on the taskbar and
click the Details tab.
2) open the Command Prompt window and type this command :
ipconfig
or ipconfig /all. You can go to the Command Prompt through
Start > All Programs > Accessories > Command Prompt.
3) go to Network Connections folder, click on your Internet
connection name, and see your IP address on the Details pane on
the bottom left of the folder. You can go to the Network Connections folder through
Start > Connect To > Show all connections or through Control
Panel.
This article provides
a more detailed interpretation of your IP address.
Back to Top
When your computer logs on to your
ISP, your ISP assigns an IP address to it. In the case of
a dial-up access, your computer will get a different IP address each
time it logs on to the ISP and makes an Internet connection. That
is called dynamic IP address. The IP address is assigned by a
DHCP server at your ISP.
On the other hand, using an always-on connection such as
DSL or
cable modem, your
computer is usually given the same IP address all the time by the
ISP. That is called static IP address.
Dynamic IP address can also be assigned to your computer by a
broadband router (or residential gateway) if your computer is on a LAN and
accesses the Internet through a broadband router. Dynamic IP address assignment is
handled by a DHCP server at the router.
The DHCP server can be set to reserve an IP address
for a computer during a connection or change it periodically at a predefined interval.
Back to Top
Continue -->
|