IP over Avian Carriers
From Free net encyclopedia
IP over Avian Carriers or RFC 1149 is a humorous Request for Comments document issued by the Internet Engineering Task Force. It describes how Internet Protocol traffic may be carried by homing pigeons. It was written by D. Waitzman and released on April Fool's Day 1990, one of the April 1st RFCs.
On April 28 2001, just over a decade later, RFC 1149 was actually implemented by the Bergen Linux User Group. They sent 9 packets over a distance of approximately 5km (3 miles), each carried by an individual pigeon and containing one ping (ICMP Echo Request), and they received 4 responses. With a 55% packet loss, and a response time ranging from 3000 to over 6000 seconds, Carrier Pigeons seem unlikely to be adopted more widely as a transport method on the Internet.
Waitzman described an improvement of his protocol in RFC 2549, IP over Avian Carriers with Quality of Service, (April 1, 1999).
Here the terminal screencapture from the pinging process:
Script started on Sat Apr 28 11:24:09 2001 vegard@gyversalen:~$ /sbin/ifconfig tun0 tun0 Link encap:Point-to-Point Protocol inet addr:10.0.3.2 P-t-P:10.0.3.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:150 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:88 (88.0 b) TX bytes:168 (168.0 b) vegard@gyversalen:~$ ping -i 900 10.0.3.1 PING 10.0.3.1 (10.0.3.1): 56 data bytes 64 bytes from 10.0.3.1: icmp_seq=0 ttl=255 time=6165731.1 ms 64 bytes from 10.0.3.1: icmp_seq=4 ttl=255 time=3211900.8 ms 64 bytes from 10.0.3.1: icmp_seq=2 ttl=255 time=5124922.8 ms 64 bytes from 10.0.3.1: icmp_seq=1 ttl=255 time=6388671.9 ms --- 10.0.3.1 ping statistics --- 9 packets transmitted, 4 packets received, 55% packet loss round-trip min/avg/max = 3211900.8/5222806.6/6388671.9 ms vegard@gyversalen:~$ exit Script done on Sat Apr 28 14:14:28 2001