Most network people understand the terrible effect delay can have on TCP sessions. TCP must pause data transfers while waiting for ACKs. The more network delay there is, the longer this pause will be.
let's say you have the option to build a clinet/server application that will pass a lot of traffic on a LAN. Nothing routable. Let's assume the network is error-free and no packets are lost and no ...