From: Srikumar V. <sri...@gm...> - 2008-03-31 11:50:13
|
Hi, First, set up the desired network topology. Using InfoPacket in GridSim determine the bandwidth of the link you want to send the file through. Compute the total time required for sending the file with that bandwidth (total_time=size/bandwidth). Send the first packet of the file and then send the last packet of the file after total_time. You will have to write your own methods to do this though. Cheers Srikumar. 2008/3/31 lq l <liq...@ya...>: > Hello everyone: > > I am a newer to gridsim. I wonder if I can simulate a file > transmission use this toolkit. For example, if a file is very big , so its > transmition will take much time ,how can i simulate this ? > Thank you very much. > > > sincerely yours > > llq > > 2008.3.31 > > > ________________________________ > 雅虎邮箱,您的终生邮箱! > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > |