Hi AWADHESHWARI
I think roundtrip time calculation isn't implemented in cloudsim code. I mean amond datacenter entities and broker entities but you can built network inside the datacenter entity (hosts to hosts, vm to vm, cloudlet to cloudlet)
Actually
round trip time = (file size/bw)+latency+processing time +(outputsize/bw)+latency= 180.48
this is simple calculation if you want to calculate any network's roundtrip time you should use this structure.
i took latency =10; bw =10.0 Kbit/s; cloudllet file size and output siz =300 Byte =300*8 =2400 bit from the code.
Didn't you find any way how to calculate round trip time among broker and datacenter entities? If you find please let me know.
Regards!