Mobile Numbers in India may go from 10 digits to 11

  • Thread starter Thread starter vissu
  • Start date Start date
  • Replies Replies 41
  • Views Views 18,752
hmm..wat next the hexadecimal number system for mobiles?They are already using hexadecimal notation in IPv6
 
interesting point.mobile phones and computers are converging and are being used for internet access.will it be ipv6 vs mobile numbers??
 
IPv6 can also be represented in decimal :p.Sameway current mobile numbers can be represented in hex too!Its just that hex is better for comp and mobile numbers are for humans.But afterall they all are integers.
 
ofcourse they can be converted from one notation to another.

Its just that hex is better for comp and mobile numbers are for humans.
how is HEX better for computers ? last time i checked they were only understanding binary..on the contrary hex is easier for humans than binary.
 
Conversion from HEX to BIN is very easy (HEX is nothing but BIN^4 i.e. 2^4). So HEX and BIN are same. Hex is not easy for normal human. But yes HEX is easiest way for human to tell something to comp, else typing IPv6 address in BIN wud be craziest thing that human being wud be doing!Hope you wud agree :D
 
Back