InterviewSolution
Saved Bookmarks
| 1. |
N_sub = n + log_2(N/N_sub) is used to find the suffix length.(a) True(b) FalseThe question was asked by my college professor while I was bunking the class.My question is taken from Designing Subnets topic in section Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» CORRECT OPTION is (b) False Easy explanation: N_sub = N + log_2(N/N_sub) is used to find the prefix LENGTH. |
|