edited by
314 views

1 Answer

Best answer
5 votes
5 votes
In $IPv4$, classes are identified by the leading bits.
    
    Leading bit $0\;\text{- class A}$. Network field size $=8\;\text{bits}$. Number of networks $=2^{8-1} = 2^7.$
    
    Leading bits $10\;\text{- class B}$. Network field size $=16\;\text{bits}$.  Number of networks $=2^{16-2} = 2^{14}.$
    
    Leading bit $110\;\text{- class C}$. Network field size $=24\;\text{bits}$.  Number of networks $=2^{24-3} = 2^{21}.$
    
    So, $a=7,b=14,c=21$
    
    $\implies 2a+3b+5c = 161.$
selected by
Answer:

Related questions

1 votes
1 votes
1 answer
2
gatecse asked Oct 23, 2020
353 views
Which of the following mapping is CORRECT with respect to $IPv4$?$$\begin{array}{|c l |c l |}\hline& \text{Destination Address} & &\text{Type}\\\hline\text{I} & \text{01:...