UDP vs TCP (I write this intro to prepare the ground for my description as to why UDP is wrong on the Spark Core.) TCP is a “connected” protocol. The read and writes happen to a “stream” of bytes which are guaranteed to arrive in order (or not at...
Reading time: 11 mins 🕑
Likes: 7 ❤