1 / 12

Homework Assignment #1 Network Programming on PlanetLab

Homework Assignment #1 Network Programming on PlanetLab. 2005 Spring CS441 TA Seungyeop Han (syhan@an.kaist.ac.kr). Objective. To write an application-layer multicast program and evaluate it Execute it on Planet-Lab Measure thruput on each node Find bottleneck node.

sikes
Download Presentation

Homework Assignment #1 Network Programming on PlanetLab

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Homework Assignment #1Network Programming on PlanetLab 2005 Spring CS441 TA Seungyeop Han (syhan@an.kaist.ac.kr)

  2. Objective • To write an application-layer multicast program and evaluate it • Execute it on Planet-Lab • Measure thruput on each node • Find bottleneck node

  3. Compoments of Application-Layer Multicast • Root • Functions as a server • Intermediate nodes • Function as both server and client • Leaf nodes • Function as clients

  4. Program Overview • Root sends 1 GByte to multiple children nodes concurrently • Do not create 1 GB file!!!! • Intermediate nodes receive data from Root and send it out to children nodes • Leaf nodes only receive from parent nodes

  5. Constraints • Root transmits not sequentially, but in parallel to children nodes • Round-robin in small chunks • Intermediate nodes receive and transmit at the same time • Also transmit in parallel to children nodes • Have all nodes up and TCP connections established before transmission is initiated • Total # of nodes used must be min 8

  6. Running overview Root Intermediate Intermediate Leaf Leaf Leaf Leaf

  7. Running overview (2) • Node1] multi 9000 root 0 3 filename myport I’m root # of children • Node2] multi 9000 143.248.139.168 9000 2 Address of parent Port of parent • Node4] multi 9000 143.248.139.168 9000 0

  8. How to login to PlanetLab • Regular PlanetLab User • Register on www.planet-lab.org • Request a slice • PI (Sue Moon) enables the user and assigns a slice • Problem? • # of slices per site < 10 • # of students in cs441 > 30

  9. As a CS441 Student TA assigns a user id • TA assigns a set of nodes a user can use • User can login to assigned nodes • Not onto a slice, but as a private user • $ssh -l [userid] -p 1026 [node_addr] • ssh version >= • User can copy to PL nodes • $scp –P 1026 [userid]@[node_addr]:[filename] [dest]

  10. Program Evaluation • At each node except for root • Measure and print out thruput every 100Mbyte • Thruput = # of bits / time • Make sure leaf nodes received correctly • Add sequence # to each chunk • Mark slowest link

  11. Some Tips • PlanetLab notoriously unreliable • Ever-evolving distributed computing system • Do homework as early as possible • SOSP deadline 3/25 • Cause heavy traffic/load • Do coding/simple debugging on other Linux nodes

  12. Deliverables • Program source code (with many comments) • Document • Output of Thruput every 100MB • Slowest link (bottleneck link) • Explain why it is the slowest • To syhan@an.kaist.ac.kr • Due: 4/5 (Tue) • No Late Turn-ins • Partial Credits to Incompletes

More Related