Latency
Latency:
Monolithic Architecture:[server at same place]: Latency = computational delay.
Distributed System:[server at different place]: Latency = network delay +computational delay.
Network Delay: Round Trip time taken by server.
Computational Delay: Time taken by server to take data and return information.
Here t3 is computational delay ; t1 and t2 is network delay
Monolithic Architecture=t3
Distributed System=t1+t2+t3
Comments
Post a Comment