Answer the question
In order to leave comments, you need to log in
Can an IP be in this format?
Can an IP be in this format −
8sk46z2vJX76?
Answer the question
In order to leave comments, you need to log in
IP is four consecutive hexadecimal numbers. For convenience, they are written in the format DDD.DDD.DDD.DDD, where DDD is a decimal number from 0 to 255.
Of course, it can be written in any form - if you know how it is encoded in this form. Here, for example, the address 10.0.0.1 is encoded:
MTAuMC4wLjEK
(check:
# echo MTAuMC4wLjEK | mimencode -u
10.0.0.1
No, of course, the form of representing an IPv4 address is to write it as four numbers representing the values of each byte in decimal form and separated by dots (the same 127.0.0.1). In IPv6, the separator is a colon and is 128-bit (whereas IPv4 is 32-bit). Localhost IPv6 - 0:0:0:0:0:0:0:1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question