Difference between revisions of "pCDN:NAT"

From NMSL
Line 2: Line 2:
  
 
NAT Traversal techniques help in some situations however no single solution exist as NAT behavior is not standardized. Some of the techniques such as STUN require a public server with global access to assist in the connection establishment phase. Other techniques take advantage of NAT configuration protocols such as UPnP.
 
NAT Traversal techniques help in some situations however no single solution exist as NAT behavior is not standardized. Some of the techniques such as STUN require a public server with global access to assist in the connection establishment phase. Other techniques take advantage of NAT configuration protocols such as UPnP.
 +
 +
In pCDN, peers receive a list of potential senders from the server. The peer chooses some of these senders, connects to them, and downloads the requested file. Each peer is listening for incoming connections from other peers. If peers are behind NAT, no connection can be established unless the NAT box is configured in a way to pass the traffic through. Moreover, the downloading peer needs to know the public IP and external port of the sender. This information should be discovered by each peer by examining the NAT device it is behind, and reporting them to the pCDN server. The pCDN server would later provide downloading peers with this information.

Revision as of 20:17, 27 February 2008

Network Address Translation (NAT) is a technique that allows multiple hosts on a private network to access the Internet using a single IP address. This usually requires overwriting the IP address and port numbers of outgoing packets in the router. A NAT device is only able of determining the destination of the incoming traffic if it belongs to a session initiated by one of the hosts inside the private network. Therefore, hosts behind a NAT cannot act as a server. This in particular causes problems for P2P applications.

NAT Traversal techniques help in some situations however no single solution exist as NAT behavior is not standardized. Some of the techniques such as STUN require a public server with global access to assist in the connection establishment phase. Other techniques take advantage of NAT configuration protocols such as UPnP.

In pCDN, peers receive a list of potential senders from the server. The peer chooses some of these senders, connects to them, and downloads the requested file. Each peer is listening for incoming connections from other peers. If peers are behind NAT, no connection can be established unless the NAT box is configured in a way to pass the traffic through. Moreover, the downloading peer needs to know the public IP and external port of the sender. This information should be discovered by each peer by examining the NAT device it is behind, and reporting them to the pCDN server. The pCDN server would later provide downloading peers with this information.