A method of writing IP addresses with where value of each byte is given as a decimal number, and each byte separated by a dot.
127.0.0.1 is the dotted decimal representation of the binary value 11111111000000000000000000000001 which is the address your computer uses to refer to itself.