Editing IP address
From FileZilla Wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= IPv4 addresses = | = IPv4 addresses = | ||
Internally, IPv4 addresses are represented by a 32bit number. To make it easier to work with them a different notation is used to enter and to display IPv4 addresses. Most commonly IPv4 address have the form ''a.b.c.d'', with each letter representing an 8 bit number, with ''a'' representing the highest 8 bits of the address and the ''d'' the lowest 8 bits. In other words, an IPv4 address is a sequence of four numbers, each between 0 and 255, separated by dots. Examples for valid IPv4 addresses are ''127.56.24.12'' or ''213.239.222.5''. By contrast, sequences such as ''213.256.222.5'' or ''127.24.12'' or ''127.56.24.12.3'' are not valid addresses. | |||
Internally, IPv4 addresses are represented by a 32bit number. To make it easier to work with them a different notation is used to enter and to display IPv4 addresses. Most commonly IPv4 address | |||
== Special addresses == | == Special addresses == | ||
Line 22: | Line 20: | ||
| 192.168.0.0/16 || 192.168.0.0-192.168.255.255 || Private network | | 192.168.0.0/16 || 192.168.0.0-192.168.255.255 || Private network | ||
|- | |- | ||
| 169.254.0.0/16 || | | 169.254.0.0/16 || 192.254.0.0-192.254.255.255 || Link-local addresses | ||
|} | |} | ||
= IPv6 addresses = | = IPv6 addresses = | ||
== Special addresses == | == Special addresses == | ||