From 3b74514805cb5ac04fdf06ff3ddaf38b362f5225 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 26 Apr 2007 16:15:13 +0000 Subject: typos speedy complete --- internet-draft-satp.html | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'internet-draft-satp.html') diff --git a/internet-draft-satp.html b/internet-draft-satp.html index 12f3e1f..c18576b 100644 --- a/internet-draft-satp.html +++ b/internet-draft-satp.html @@ -204,7 +204,7 @@ tunneling from unicast hosts over anycast routers to other unicast hosts

-

An example of SATP used to tunnel in an unicast client - anycast server model +

An example of SATP used to tunnel in a unicast client - anycast server model

                     --------- router -----------
                    /                            \
@@ -266,13 +266,13 @@ redundant tunnel connection of 2 networks
 
 
 Figure 3 

-

Network A has multible routers, that act as gateway/tunnel endpoint to another network B. This is done to build a redundant encrpted tunnel connection between the two networks. All tunnel endpoints of network A share the same anycast address and all tunnel endpoints of network B share another anycast address. When a packet from network a gets transmitted to network B, it first arrives on one of networks A border routers. Which router is used is determined by network A's internal routing. This router encapsulates the package and sends it to the anycast address of the network B routers. The SATP packet arrives at one of network B's routers and gets decapsulated and routed to it's destination within network B. +

Network A has multiple routers, that act as gateway/tunnel endpoints to another network B. This is done to build a redundant encrypted tunnel connection between the two networks. All tunnel endpoints of network A share the same anycast address and all tunnel endpoints of network B share another anycast address. When a packet from network A gets transmitted to network B, it first arrives on one of network A's border routers. Which router is used is determined by network A's internal routing. This router encapsulates the package and sends it to the anycast address of the network B routers. The SATP packet arrives at one of network B's routers and gets decapsulated and routed to it's destination within network B.



2.2.  Encapsulation

-

SATP does not depend an which lower layer protocols is used, but it's most likely used on top of ip or udp. This section should only discuss some issues on ip and udp in combination with anycasting and tunnels. +

SATP does not depend on which lower layer protocols is used, but it's most likely used on top of IP or UDP. This section should only discuss some issues on IP and UDP in combination with anycasting and tunnels.



@@ -312,14 +312,14 @@ Tunneling of Ethernet over IPv6 Tunneling of IPv6 over IPv4 with RTP payload
 Figure 4 

-

When using UDP no flow controll or retransmission is done, neigther by UDP nor anytun. The encapsulated protocol HAS TO take care of this tasks if needed. UDP however has a checksum of the complete udp datagram, so a packet gets discarded if there is a biterror in the payload +

When using UDP no flow control or retransmission is done, neither by UDP nor anytun. The encapsulated protocol HAS TO take care of this tasks if needed. UDP however has a checksum of the complete UDP datagram, so a packet gets discarded if there is a biterror in the payload



2.3.  Fragmentation

- The only way of fully supporting fragmentation would be to syncronise fragments between all anycast servers. This is considered to be to much overhead, so there are two non perfect solutions for this problems. Either fragmentation HAS TO be disabled or if not all fragments arrive at the same server the ip datagramm HAS TO be discarded. As routing changes are not expected to occure very frequently, the encapsulated protocol can do a retransmission and all fragments will arrive at the new server. + The only way of fully supporting fragmentation would be to synchronise fragments between all anycast servers. This is considered to be too much overhead, so there are two non perfect solutions for these problems. Either fragmentation HAS TO be disabled or if not all fragments arrive at the same server the ip datagramm HAS TO be discarded. As routing changes are not expected to occure very frequently, the encapsulated protocol can do a retransmission and all fragments will arrive at the new server.



@@ -337,13 +337,14 @@ Header format 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - | sender ID | sequence number | | - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | + | sequence number | | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ | + | sender ID # | | + +#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ + | | | .... payload ... | | | |-------------------------------+-------------------------------+ | | | padding (OPT) | pad count(OPT)| payload type | | - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+-+ | ~ MKI (OPTIONAL) ~ | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | : authentication tag (RECOMMENDED) : | @@ -358,13 +359,13 @@ Header format

3.2.  sender ID

-

The sender ID is a 8bit unsigned integer. It HAS TO be unique for every sender sharing the same anycast address +

The sender ID is a 16bit unsigned integer. It HAS TO be unique for every sender sharing the same anycast address



3.3.  sequence number

-

The sequenze number is a 24 bit unsigned integer in network byte order. It starts with a random value and is increased by 1 for every sent packet. After the maximum value, it starts over from 0. This overrun causes the ROC to be increased. +

The sequence number is a 32 bit unsigned integer in network byte order. It starts with a random value and is increased by 1 for every sent packet. After the maximum value, it starts over from 0. This overrun causes the ROC to be increased.



3.4.  @@ -376,7 +377,7 @@ payload

3.5.  padding (OPTIONAL)

-

Padding of max 255 ocitets. +

Padding of max 255 octets. None of the pre-defined encryption transforms uses any padding; for these, the plaintext and encrypted payload sizes match exactly. Transforms are based on transforms of the SRTP protocol and these transforms might use the RTP padding format, so a RTP like padding is supported. If padding field is present, than the padding count field MUST be set to the padding lenght.

@@ -384,13 +385,13 @@ None of the pre-defined encryption transforms uses any padding; for

3.6.  padding count

-

The number of octets of the padding field. This field is optional. It's presents is signaled by the key management and not by this protocol. If this field isn't present, the padding field MUST NOT be present as well. +

The number of octets of the padding field. This field is optional. It's presence is signaled by the key management and not by this protocol. If this field isn't present, the padding field MUST NOT be present as well.



3.7.  payload type field

-

The payload type field defines the payload protocol. ETHER TYPE protocol numerbers are used. See IANA assigned ethernet numbers . The values 0000-05DC are reserverd and MUST NOT be used. +

The payload type field defines the payload protocol. ETHER TYPE protocol numbers are used. See IANA assigned ethernet numbers . The values 0000-05DC are reserverd and MUST NOT be used.


@@ -413,10 +414,6 @@ Encryption

Encryption is done in the same way as for SRTP (Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K. Norrman, “The Secure Real-time Transport Protocol (SRTP),” March 2004.) [3]. This section will only discuss some small changes that HAVE TO be made.

-

-

Appendix A.  -The appan

-

4. References

-- cgit v1.2.3