summaryrefslogtreecommitdiffstats
path: root/ipv6.page
diff options
context:
space:
mode:
Diffstat (limited to 'ipv6.page')
-rw-r--r--ipv6.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/ipv6.page b/ipv6.page
new file mode 100644
index 0000000..7668ea8
--- /dev/null
+++ b/ipv6.page
@@ -0,0 +1,18 @@
+
+ - by default (but not actually with most operating systems?), the client
+ device MAC address gets used as the lower 64bits of auto-configured IP
+ addresses, leaking a universally unique identified of the device.
+
+ - Instead of DHCP, Neighbor Discovery leads to a globaly-routable address very
+ quickly.
+
+ - Secure Neighbor Discovery Protocol (SEND) is patent-encumbered... but
+ something like this is necessary to prevent malicious MITM?
+
+ - IP Mobility
+
+Questions:
+
+ - How fast is neighbor discovery?
+
+ - How fast is IP Mobility handover?