Pregunta

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

¿Fue útil?

Solución

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

Otros consejos

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".

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top