I am new to java and networking, when writing Java socket program I discovered that, IPv4 address can have maximum value of 255.255.255.255
Also, 255 is the maximum value of Byte.
My doubt is why, Integer range is(can be) not used for more(like, 23467.28321.1784.58256
) IPv4 address?