both networks will receive 2048 bytes as a single unit
message stream network will receive 1024 bytes only at one time. But byte stream network will receive 2048 bytes as a single unit.
message stream network receives 2048 bytes as a whole. But bytes stream 1024 bytes only at a time.
both will receive 1024 bytes at one time since there is a gap between writes