IP Addressing1
IP Addressing1
1. Physical address:
The physical addresses also knows as the link address, is the address of a node
as defined by its LAN or WAN. It is included in the frame used by the data link layer. It
is the lowest level address. The size format of these address vary depending on the
network. Most local area network use a 48 bit (6 byte) physical address written as 12
hexadecimal digit, every byte (2 hex-decimal digit) is separated by a colon.
For example: 07:01:02:01:2C:4B
2. Logical address:-
Logical addresses are necessary for universal communications. That are
independent of underlying physical network. Physical addresses are not adequate in
an network environment where different network can have different address format.
A universal addressing system is needed in which each host can be identified uniquely,
regardless of the underlying physical network. The logical addresses are designed for
this purpose. A logical address in the internet protocol is currently a 32 bit address
that can uniquely define a host connected to the network.
For example: 192.168.100.10
3. Port addresses:
Computer is device that can run multiple processes at the sometime. The end
objective of internet communication n is a process communicating with another
process. In the TCP/IP architecture, the label assigned to a process is called a port
address. A port address in TCP/IP is 16 bits in length and represented by one decimal
number ex. 153.
4. Specific address:
Specific addresses are some application have user friendly address that are designed
for that specific application such addresses as email addresses, however, get charged
to the corresponding port & logical addresses by the sending computer.
2n address
Address space (IPv4) = 232 =4294967296
2. Notation:
a. Binary notation: In this IPv4 is display as 32 bit or 4byte
01110101.10010101.00011101.11101010
b. Dotted Decimal notation: It is used to make IPv4 more compact and easier to read
128.11.3.31
c. Hex-decimal notation: - Each hex-decimal digit is equivalent to four bits. This means that
32 bit address has 8 hex-decimal digits.
Classful addressing:-
In this the address space is divided into 5 classes such as-
1. Class A
2. Class B
3. Class C
4. Class D
5. Class E
Class A 0
Class B 10
Class C 110
Class D 1110
Class E 11110
Dotted Decimal notation:
Class Range
Class A 0- 127
Class B 128 - 191