This commit is contained in:
Nico Schottelius 2019-02-20 16:50:17 +01:00
parent a8285e72b4
commit d2c79bd3a3
1 changed files with 16 additions and 4 deletions

View File

@ -1,10 +1,13 @@
* Time table * Time table / log
| 2019-02-22 | kick-off | | 2019-02-21 | Kick-Off |
| 2019-02-22 | have all papers handed in | | 2019-02-21 | Clarifications Ueli Maurer (Mentor) |
| 2019-02-22 | Have all papers handed in |
| 2019-02-22 | Have rough definition of tasks | | 2019-02-22 | Have rough definition of tasks |
| 2019-03-01 | Feature list / priority list / roadmap clear | | 2019-03-01 | Feature list / priority list / roadmap clear |
| 2019-03-08 | NAT46 1:1 table TCP/UDP working | | 2019-03-08 | NAT46 1:1 table TCP/UDP working |
| 2019-03-15 | NAT46 1:1 table ICMP, ICMPv6 working | | 2019-03-15 | NAT46 1:1 table ICMP, ICMPv6 working |
| 2019-03-22 | NAT64 prefix based IPv6->IPv4 conversion |
| 2019-03-29 | NAT64 dynamic pool implementation |
| | | | | |
| 2019-08-05 | Latest start writing documentation | | 2019-08-05 | Latest start writing documentation |
| 2019-08-21 | hand in thesis | | 2019-08-21 | hand in thesis |
@ -31,19 +34,28 @@
***** ICMP <-> ICMPv6 ***** ICMP <-> ICMPv6
**** TODO Stateless Prefix based NAT64: IPv6 to IPv4 translation prefix based **** TODO Stateless Prefix based NAT64: IPv6 to IPv4 translation prefix based
***** Allows IPv6 hosts to reach the IPv4 Internet ***** Allows IPv6 hosts to reach the IPv4 Internet
*** Additional features queue (to be discussed)
**** TODO Offset based translation (v4->v6)
** Thesis documentation ** Thesis documentation
*** Motivation *** Motivation
TBD TBD
*** Current state of the art tayga/jool *** Current state of the art tayga/jool
TBD TBD
**** Tayga
**** Jool
**** Cisco (?)
*** P4 based implementation *** P4 based implementation
TBD TBD
**** Requirements
-
*** Performance comparison *** Performance comparison
*** Feature/Functionality difference / overview *** Feature/Functionality difference / overview
**** Not included **** Not included
- DNS64 - has already been solved in a different domain - DNS64 - has already been solved in a different domain
*** References / Follow up *** References / Follow up
**** RFC 6052 **** RFC 6052
**** RFC 6586 for deployment experiences using Stateful NAT64.
* Proposal / task description * Proposal / task description
** Task description for mystudies ** Task description for mystudies
*** High speed NAT64 with P4 *** High speed NAT64 with P4