What happens when a buffer recievs more data than it can hold ?
The excess data is bounced back to the senders Network, causing it to crash
The excess data is abosrbed into the reciepient network, causing it to slowdown
The excess data overflows into the adjacent buffers, corrupting or overwriting the valid data held in them
The excess data is removed by the compiler usually