InterviewSolution
Saved Bookmarks
| 1. |
What is the error (if any) in the following representation – 75.45.301.14?(a) There should be no leading zeros(b) We cannot have more than 4 bytes in an IPv4 address(c) Each byte should be less than or equal to 255(d) No errorI got this question during an interview.My doubt stems from IP Addressing in portion Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» CORRECT answer is (c) Each BYTE should be LESS than or equal to 255 To ELABORATE: NONE. |
|