Logical addressing is a function of the network layer of the OSI model. Unlike hardware address( MAC ADDRESS) it provides a hierarchical structure to separate networks. A logical address identifies not only a unique HOST ID , but also the network that host belongs to . These are not hard-coded onto hosts and can be freely changed.
Two most common protocols used are IPX (INTERNETWORK PACKET EXCHANGE) and IP( INTERNET PROTOCOL).IPX was predominantly used on novell networks,but is mostly deprecated.
Nowadays IP is mostly used and their are already two versions of IP in the market.these are as follow
- IPv4 (32- bits)
- IPv6 (128-bits)
WHY WE REQUIRE IP ADDRESS?
NOTE- unlike MAC address , these are unique throughout the world and not just the network in which they are.
Each ip address has its subnet mask which is decoded into bcd format which represent the actual ip address of network as well as the host
Things related to an IP address
- HOST ID
- NETWORK ID
- NETWORK ADDRESS
- SUBNETTING/SUPERNETTING
- BROADCAST ID
xxx.xxx.xxx.xxx
The above example is also called as decimal notation because of the periods used in representing it . here each block consist of 8 bits hence the range 0- 255 is available for each block. As a result the total available permutations are 232
But even this is getting over and hence we have to introduce ip version 6 which has more address space available and more security implementations.
Their are mainly 5 class through which we differentiate IPv4 address.These are as follow .
- Class A ( 0-126)
- Class B (128-191)
- Class C (192-223)
- Class D (224-239)
- Class E (240-254)
Note that range give beside them denotes the range of only 1st block of IPv4. IP address
127.0.0.0 has been reserved for research purpose and is also called as the Loop back IP . This address has been used a lot by the crackers who try to avoid the auto updation of their pirated software suits whereas students sometime use it to play pranks on their mates.
Keep Looking...
No comments:
Post a Comment