MrPickles / dank-dns

The dankest DNS in all of D-Root
0 stars 0 forks source link

Traffic Validity Analysis #10

Open zxlin opened 8 years ago

zxlin commented 8 years ago

Analysis - Traffic Validity

Determining the amount of valid/invalid traffic for the both the new and old IP address, before and after the old server started announcing the new IP address. In addition, for any invalid traffic breaking the TLD rule (3), we keep track of the number of infractions for each unique TLD.

I am basing the rules on valid/invalid traffic from the papers "A Day at the Root of the Internet" (SIGCOMM 08) and "Wow, That's a Lot of Packets" (PAM 03). The rules are in sorted order of priority in the structure below, meaning that we attribute only 1 invalidation reason to each query.

zxlin commented 8 years ago

TODO: Rules 7, 8, 9

zxlin commented 8 years ago

Wow, That's a Lot of Packets