summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-10-12 19:59:29 +0000
committerOthmar Gsenger <otti@anytun.org>2007-10-12 19:59:29 +0000
commitb9348baf1a82f4ee8fc93ceea1534464d2f72962 (patch)
treeaff8f9bf693e77df6d535b381a3c521d0f89196d
parent24c3 text (diff)
vortrag 2
-rw-r--r--vortrag10
1 files changed, 8 insertions, 2 deletions
diff --git a/vortrag b/vortrag
index 5b1fded..aa6f2cf 100644
--- a/vortrag
+++ b/vortrag
@@ -1,7 +1,13 @@
-Anycast services and routing
-How to build highly redundant and scaleable internet services with anycast
+Title: Anycast services and routing
+Subtitle: How to build highly redundant and scaleable internet services with anycast
+
+Abstract:
+
+The talk will give an overview on internet routing and anycast ip addressing. We'll show how anycast can be used to build scaleable and redundant network services and to protect against deny of service attacks.
+
+description:
Anycast like unicast or multicast is a special form of addressing on the internet. Two or more hosts share the same IP address, but only one of them gets the IP packets. Wich host recieves packages is usally determined by the routing protocol, so this might theoretically change after every packet.