2022-09-04 13:42:20 +12:00
|
|
|
## How a user sees IPv6
|
2022-09-03 14:56:29 +12:00
|
|
|
|
|
|
|
The answer should be: *they don't*. In an ideal world, users would never
|
|
|
|
need to be aware of the lower layers of the protocol stack, and they certainly
|
|
|
|
should never have to see a hexadecimal number, or even be aware that they are using IPv6.
|
|
|
|
The goal of a network designer or operator should be to make this true.
|
|
|
|
|
|
|
|
However, it's unlikely that this will always succeed. It's likely that if a
|
|
|
|
user ever does see something specific to IPv6, it's probably at the worst possible
|
|
|
|
time: when there is a fault or a system configuration issue. That is exactly
|
|
|
|
when the user is either reading on-line help information, or in contact
|
|
|
|
with a help desk. It is therefore recommended to review any documentation
|
|
|
|
you provide to users or to help desk staff to make sure that when IPv6 is
|
|
|
|
mentioned, the information is complete, correct and up to date. It's also
|
|
|
|
important that configuration tools are designed to avoid or minimize any
|
2022-09-04 10:34:01 +12:00
|
|
|
need for users to enter IPv6 addresses by hand.
|
|
|
|
|
2022-09-16 15:56:55 +12:00
|
|
|
### [<ins>Previous</ins>](How%20to%20use%20this%20book.md) [<ins>Next</ins>](How%20an%20application%20programmer%20sees%20IPv6.md) [<ins>Chapter Contents</ins>](1.%20Introduction%20and%20Foreword.md)
|