- Nate Woods @bign8
- Lisa Peters @s22f485
Code available on Github at https://github.com/bign8/CSCI-566
This has only been tested on Mac OSX Sierra
run
- Install Omnet++
- Go through the tic toc tutorial
- Do the exercise in Step 10 of the tic toc tutorial
- Do the exercise in Step 13 of the tic toc tutorial
- Add random processing delay at each node; Graph delay vs hop count.
- Clients only request contents from server1 and server2. Hint: you should be able to do this with configuration files – without changing the code.
- Content is initially stored only on the origin server.
- server1 and server2 have limited space in their caches. If they do not have the content cached, they issue an HTTP request for the content to the origin server and cache the reply. Implement LRU cache replacement policy with direct lookup of content.
- server1 and server2 check with each other before forwarding the request to the origin server.
- Show a graph of request delay versus cache size.
Note: For the following graphs, each simulation was run for a total of 200000 events and with a single client.
Data avialable in Google Docs