InterviewSolution
Saved Bookmarks
| 1. |
What is the error (if any) in the following representation – 221.34.7.8.20?(a) There should be no leading zeros(b) Each byte should be less than or equal to 255(c) We cannot have more than 4 bytes in an IPv4 address(d) No errorI had been asked this question in an interview for job.This is a very interesting question from IP Addressing in division Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» Correct option is (c) We cannot have more than 4 BYTES in an IPV4 address |
|