سؤال

Just wondering about the minimum character count of an IPv4 / IPv6 address in string representation. What's the shortest valid IP address?

هل كانت مفيدة؟

المحلول

1.1.1.1 would be a valid IP address, so the answer to your question is "7".

نصائح أخرى

Technically, you can omit the first three octects if the are 0, therefore shortest ipv4 address is one byte, it is "1", a shorthand for "0.0.0.1".

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top