InterviewSolution
Saved Bookmarks
| 1. |
A classless address is given as 167.199.170.82/27. Find the number of addresses.(a) 128(b) 64(c) 32(d) 16This question was posed to me in unit test.Enquiry is from Classless Addressing topic in section Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» CORRECT choice is (C) 32 The best I can explain: n =27 Therefore NUMBER of addresses is 2^(32-n) = 32. |
|