The format of an IPv4 address is also called a dotted-quad sequence. It is represented as: a.b.c.d , where a and d are numbers from 1 to 254 and b and c are numbers from 0 to 255.
IPv4 address consists of 4 bytes identified as abcd. Bytes a and d are numbers from 1 to 254 and b and c are numbers from 0 to 255. The computer processes IP addresses as raw bytes. To make it human readable, the dotted-quad sequence is introduced which interprets the address as: a.b.c.d
In the network , every host has one numeric IP address. For IPv4, it is numeric 32 bit address in the form of a.b.c.d in which the values of a, d are from 1 to 254 and values of b,c are from 0 to 255. and this notation is called dotted quad sequence