HOME      Other material for programmers   Pi? Arduino? Other?
(Parent page, Raspberry Pi tutorials)

I have notes for translators, if you would add a translation.


GLOSSARY ENTRY for IP address
SheepdogGuides.com Pi Tutorials

filename: pt9Gloss-IPAddress.htm

An "IP address" is a numeric identifier for a device connected to a LAN or to the internet (which is sometimes called a "WAN". It is more or less "the" WAN.)

IP addresss consist of 4 or 6 numbers separated by "decimal" points. 192.168.0.1 is a common IP address for the router at the heart of a LAN that is connected to the internet.

The four (or six) numbers in the IP address are usually written in decimal. Sometimes they are written in hex. (If you see any letters in the IP address, it is written in hex.) They are always in the range 0-255 inclusive. I.e. they will always be zero or more, but never more than 255. (Those are the numbers you can show with eight 1's and 0's in a binary code. Such numbers are called "bytes", which derived from "by eight", which was how such numbers were described in the early days. Eight 1's and 0's, get it?)

255.255.255.0 and FF.FF.FF.00 are the same thing, written differently. (Just like 12, twelve, "a dozen", 0x1100 and $C all are the same thing, written differently... when you know the conventions. (The last two are the number in binary and hex, respectively.)

Leading zeros are usually optional... 192.168.0.1 might be written 192.168.000.001 by a pedantic person, or for a badly written interface... but usually 192.168.0.1 is acceptable.

When an IP address is written in hex, when a letter is used, the case doesn't matter. $a and $A both mean what we usually call "ten".

See also "IP address".

(What does "IP" stand for? "Internet Protocol".)

Hope that helped?

I hope that was helpful. Getting started is always so tedious. This page is just a "glossary entry" off of my main "Getting started with Raspberry Pi" page. Feel free to contact me (see below) with comments, suggestions, questions... save the next reader being confused by something? Please cite this page's URI, if you do: qSUPPLY.

Please remember- this material is copyright. (TK Boyd, 2018) There are further notes in this page's parent page.




To email this page's editor, Tom Boyd.... Editor's email address. Suggestions welcome!



Valid HTML 4.01 Transitional Page WILL BE tested for compliance with INDUSTRY (not MS-only) standards, using the free, publicly accessible validator at validator.w3.org. Mostly passes. There were two "unknown attributes" in Google+ button code. Sigh.

Why does this page cause a script to run? Because of the Google panels, the code for the search button, etc. Why do I mention scripts? Be sure you know all you need to about spyware.

....... P a g e . . . E n d s .....