Monthly Archives: November 2010

UBTorrent 32-bit Linux binary uploaded

Sorry it took me a while since I couldn’t find a suitable machine. Justin told me (thanks!) about the gcc -m32 option and here it goes.

Posted in Project 2 | Tagged | Leave a comment

Homework assignment 4 posted

Due on Wednesday, Dec 08

Posted in Assignments | Tagged | Leave a comment

China’s 18 minute mystery

Well, we were just done talking about BGP problems. This BGP black-hole incident happened 6 months ago, due to a large Chinese ISP. But it resurfaced in the news because the US-China Economic and Security Review Commission released its report … Continue reading

Posted in In the news | Tagged | Leave a comment

Grading Statistics

CSE 589 Assignment 1 Average: 50.16 Standard Deviation: 10.6 Max: 60 Min: 27 Assignment 2 Average: 47.75 Standard Deviation: 15.18 Max: 68 Min: 13 Midterm Average: 62.07 Standard Deviation: 17.44 Max: 92 Min: 19 CSE 489 Assignment 1 Average: 42.18 … Continue reading

Posted in Announcements, Assignments | 1 Comment

Assignments, Midterm and Project 1

Please collect your assignments / go over your midterms during office hours this week if you haven’t already done so. You should receive an email with your project1 grade and comments by the weekend. Office hours: Aditya, Tuesdays noon – … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

Why is interdomain routing hard to get right?

BGP definitely is a headache. It has multiple security problems (see also RFC 4272). It may take a long time to converge (see [Griffin-Wilfong, 1999], [Labovitz et al., 2000]). It might suffer from route oscillation, one of whose solutions called route … Continue reading

Posted in Lectures | Tagged , , | Leave a comment

Torrent records

Some nice statistics.

Posted in In the news | Tagged | Leave a comment

Recitation Notes

You can use the bendecoder provided by calling the be_decode function as mentioned in the Dr. Ngo’s post. This will return a pointer to a be_node. You can lookup the bencode.h file for the implementation of this structure. Note that … Continue reading

Posted in Project 2 | Tagged , | 6 Comments

Info hash and the ben decoder

The info hash field in the output of the metainfo command is supposed to be SHA1(value), where value is the value of the info key in the torrent file. The info key’s value is a dictionary which begins with a … Continue reading

Posted in Project 2 | Tagged | 2 Comments

Internet Routing Protocols

Hierarchical routing is employed on the Internet. Roughly, autonomous systems (AS) can run their separate routing protocols (interior gateway protocols – IGP, or intra-domain routing protocols), and talk to each other using an exterior gateway protocol (EGP, also called inter-domain … Continue reading

Posted in Lectures | Tagged , , , , | Leave a comment