Network Working Group D. Eastlake, III
Request for Comments: 1455 Digital Equipment Corporation
May 1993
Physical Link Security Type of Service
1. Nature of Requirement
This Internet Protocol addition addresses two potential security requirements: resistance to traffic analysis and confidentiality. These are described in the two subsections below followed by a discussion of why links have different levels of physical security so that it is meaningful to request that more secure links be used.
1.1 Traffic Analysis
At this time all Internet Protocol (IP) packets must have most of their header information, including the "from" and "to" addresses, in the clear. This is required for routers to properly handle the traffic even if a higher level protocol fully encrypts all bytes in the packet after the IP header. This renders even end-to-end encrypted IP packets subject to traffic analysis if the data stream can be observed. While traffic statistics are normally less sensitive than the data content of packets, in some cases activities of hosts or users are deducible from traffic information. It is essential that routers have access to header information, so it is hard to protect traffic statistics from an adversary with inside access to the network. However, use of more secure physical links will make traffic observation by entities outside of the network more difficult thus improving protection from traffic analysis.
Eastlake [Page 1]
RFC 1455 Link Security TOS May 1993
No doubt users would like to be able to request a guaranteed level of link security, just as they would like to be able to request a guaranteed bandwidth or delay through the network. However, such guarantees require a resource reservation and/or policy routing scheme and are beyond the scope of the current IP Type of Service facility.
1.2 Confidentiality
Use of physical links with greater physical security provides a layer of protection for the confidentiality of the data in the packets as well as traffic analysis protection. If the content of the packets are otherwise protected by end-to-end encryption, using secure links makes it harder for an external adversary to obtain the encrypted data to attack. If the content of the packets is unencrypted plain text, secure links may provide the only protection of data confidentiality.
Eastlake [Page 2]
RFC 1455 Link Security TOS May 1993 1.3 Link Physical Security CharacteristicsPhysical links, which are composed of lines and routers, differ widely in their susceptibility to surreptitious observation of the information flowing over them. For examples of line security see the following list:
2. Protocol Specification
The value 15 decimal (F hex) in the four-bit Type of Service IP header field requests routing the packet to minimize the chance of surreptitious observation of its contents by agents external to the network. (This value is chosen to be at the maximum hamming distance from the existing other TOS values.)
Eastlake [Page 3]
RFC 1455 Link Security TOS May 1993 3. Protocol ImplementationThis TOS can be implemented in routing systems that offer TOS based routing (as can be done with OSPF, see RFCs 1245 through 1247) by assigning costs to links. Establishing the "cost" for different links for this TOS is a local policy function.
Eastlake [Page 4]
RFC 1455 Link Security TOS May 1993
It should also be noted that routing algorithms typically compute the sum of the costs of the links. For this particular type of service, the product of the link probabilities of secure transmission would be more appropriate. However, the same problem is present for the high reliability TOS and the use of a sum is an adequate approximation for most uses as noted in RFC 1349.
Eastlake [Page 5]
RFC 1455 Link Security TOS May 1993
Security Considerations