InterviewSolution
Saved Bookmarks
| 1. |
Number of addresses :(a) 64(b) 128(c) 256(d) 512I got this question in an interview for job.This is a very interesting question from Designing Subnets topic in portion Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» RIGHT ANSWER is (C) 256 The BEST explanation: N = 2^(32-24) = 256. |
|