In this lesson, you will learn about logical addressing scheme of networking layer, this layer deals with ipadderessing and has a class based and class addressing scheme. You will also learn concept of sub netting and super netting.
IPv4 addresses
An IPv4 address is
Unique means no two devices can have same address at the same time on Internet.
Address Space
An address space is the total number of addresses used by IPv4 protocol. If
IPv4 uses
\begin{aligned} 2^{32} = 42, 94,967,296 \end{aligned}
Notations
Binary Notation:
Decimal Notation:
Each of the octet range
Classful addressing
In classful addressing, the address space is divided in to
Binary Notation starting bits of first octet will tell the class.
Class | First Octet | Second octet | Third octet | Fourth octet |
Any | Any | Any | ||
Any | Any | Any | ||
Any | Any | Any | ||
Any | Any | any | ||
Any | Any | any |
In decimal notation, range of first octet tells the class to which the address belongs.
Class | First Octet | Second octet | Third octet | Fourth octet |
Classes and Blocks
Each of the class is divided into fixed number of blocks and each block has a fixed size.
Class | Number of Blocks | Block Size | Application |
Unicast | |||
Unicast | |||
Unicast | |||
Multicast | |||
Reserved |
There is flaw with this classful addressing. Class
Class
So, in classful addressing,
a large part of addresses was wasted.
Netid, Hostid and Mask
In classful logical addressing, the address is divided into two parts – Netid and hosted
For example, Class
Class | Binary | Dotted-Decimal | CIDR |
Default mask help us find the Netid and hosted of an ipaddress.
The class in the form
Subnetting
Classful logical addressing is obsolete now. An organization would get large number of class
Supernetting
Large number of addresses of class
Classful Addressing is not obsolete,
is replaced with Classless addressing.
Classless Addressing
Due to depletion of addresses, classless logical addressing was introduced to connect more organizations to the Internet.
Address blocks and Restrictions
In classless logical addressing, size of the address block depends on size and nature of the entity. For example,
- Address in a block must be contagious
- Number of address in the block must be power of
. - The first address must be evenly divisible by the number of addresses.
– first addresses – last
Condition 1: address must be contagious .It is contagious.
Condition 2: The number of addresses is
Condition 3: first address when converted to decimal is divisible by
\frac{3,412,334,368}{16}=213270898
How to convert ipaddress to decimal equivalent?
\begin{aligned} &129.15.14 .17\\ \\ &256^3 \times 129 + 256^2 \times 15 + 256^1 \times 14 + 2560 \times 17\\ \\ &= 16777216 \times129 + 65536 \times15 + 256 \times 14\\ \\ &= 216420864 + 983040 + 3584 + 17\\ \\ &= 217407505 \end{aligned}
Mask
In IPv4 addressing, a block of addresses can be defined as
In which
Network addresses
An ipaddress has network address of which we need to find the first and last address for two reasons – first address is address of routing or hub device and last address gives the total size of a block of addresses.
First address in the block can be found by setting rightmost 32-n bits to 0s.
The last address in the block can be found by setting rightmost bit to 1s.
e.g.
Solution:
First address
\begin{aligned} &1100 1101. 0001 0000. 00100101. 0010 0101\\ \\ &32 – 28 = 4 \hspace{1mm}bit\\ \\ &1100 1101. 0001 0000. 00100101. 0010 0000\\ \\ &205.16.37.16/32 \hspace{1mm} is \hspace{1mm} the \hspace{1mm} first \hspace{1mm} address. \end{aligned}
Last Address
\begin{aligned} &1100 1101. 0001 0000. 00100101. 0010 0101\\ \\ &32 – 28 = 4 \hspace{1mm} bit\\ \\ &1100 1101. 0001 0000. 00100101. 0010 1111 = 205.16.37.47/28\\ \\ &The \hspace{1mm} number \hspace{1mm} of \hspace{1mm} address \hspace{1mm} in \hspace{1mm} the \hspace{1mm} block \hspace{1mm} can \hspace{1mm} \\ \\ &be \hspace{1mm} found \hspace{1mm} by \hspace{1mm} using \hspace{1mm} formula, \hspace{1mm} 2^{32-n}. \end{aligned}
IInd Method
Another method of finding the first address is ANDing ipaddress with subnet mask in binary notation.
\begin{aligned} &11111111. 11111111.11111111. 11110000\\ \\ &1100 1101. 00010000.00100101. 00100101\\ &-----------------\\ &11001101 00010000 00100101 00100000 -> 205.16.27.32 \end{aligned}
The last address can be found by ORing any address in the block by complement of the mask.
\begin{aligned} &00000000. 00000000. 00000000.00001111\\\\ &1100 1101.00010000.00100101. 00100101\\ &-----------------\\ &11001101. 00010000. 00100101. 00101111 -> 205.16.27.47/28 \end{aligned}
Network Addresses in Logical Addressing
When an organization is given group of network addresses, then it is free to assign the address to any number of devices that want to connect to internet.
The first address is network address and used in the router and identifies the network in Internet
Hierarchy – Logical Addressing
Two level hierarchy: no sub netting
Each ipaddress in the block has two level hierarchy structure, the leftmost, n bit defines the Network and rightmost
Three level hierarchy: subnetting
Large block of addresses are broken in subnet with small blocks of addresses and own subnet masks. The organization has a different address to receive information from the Internet and router routes the message to each subnet and receive from subnets.
For example,
- Mask for the first subnet be
, then implies that because bits.
First address of Subnet1 is can be found using any address
- Mask for the second subnet be
, then implies that because bits.
First address of Subnet2 is can be found using any address
- Mask for the Third subnet be
, then implies that because bits.
First address of Subnet3 is can be found using any address
More levels of hierarchy
The structure of classless addressing does not prevent more hierarchy. For example, the International
Address allocation
How are addresses allocated?
The address allocation is responsibility of
This is called address aggregation; many blocks of addresses aggregated into one block.
Suppose an address
1st group wants
2nd group wants
Solution:
Similarly,
Network Address Translation (NAT)
NAT enables one user to have large number of addresses internally and one address or a small set of address externally.
The Internet Authorities have reserved
Range | Total |
The site must have single connection to the global Internet through a router that runs the
[/latex]192.168.10.2[/latex]
[/latex]192.168.10.1[/latex]
The rest of the Internet only sees the
Address translation
All packets intended for Internet goes through the router which change the source address with the
Translation table
The problem of sending packet with source address is solved by changing the source address at router. But routing to correct destination inside a private network from Internet is different problem.
This is done using a translation table.
Using one ipaddress
In this scheme, the translation table has two columns, private address and external address. When a packet is sent to external address, the router change the source address and also make a note of private address in the translation table of the source along with external address. When a response from the same destination is received, it is used as for identifying the private address of the destination in side
In the scheme above, the communication is always initiated by private network. The
For example, email server, etc.
Using a pool of ipaddress
In this scheme, the
\begin{aligned} 192.168.100.1 -> 200.15.100.20 -> 200.33.23.22\\ \\ 192.168.100.2 -> 200.15.100.21 -> 200.33.23.22 \end{aligned}
There is few drawbacks with connections, first no more than
Using both ipaddress and port number
To allow many-to-many connections, we need more information in the translation table.
If the translation table also has information for about transport layer then we have not problem creating more connections.
Private Address | Private Port | External Address | External Ports | Transport protocol |
TCP | ||||
TCP | ||||
… | … | … | … | … |
When a response is received then a combination of source address and the destination port number decide the Host address of the destination private network.
The internal port number must be unique.
NAT and ISP
Suppose the
References
Andrew S. Tanenbaum, David Wetherall. n.d. Computer Networks. Pearson, 23-Jul-2013.
Behrouz A. Forouzan, Sophia Chung Fegan. n.d. Data Communications and Networking, Fourth Edition. McGraw hill education.