InterviewSolution
Saved Bookmarks
| 1. |
In the above question, what is the subnetwork mask for each network?(a) 27(b) 29(c) 28(d) 26I got this question in quiz.Asked question is from Designing Subnets topic in division Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» RIGHT option is (C) 28 Explanation: nsub1 = nsub2 = nsub3 = nsub4 = n + LOG2(N/Nsub) =26+ log2(64/16)= 28. |
|