Post History
Assume a app generates a message (stack on computer).Each layer of the sending entity will put then control information in the data depending on the protocol and transmit the data to the next lowe...
#1: Initial revision
Splitting of message inside the layers
Assume a app generates a message (stack on computer).Each layer of the sending entity will put then control information in the data depending on the protocol and transmit the data to the next lower layer . ![](https://electrical.codidact.com/uploads/9VT3qobzToaebSDMYBQ3PR9c) Each layer of the receiving entity will edit the received data by removing the control information of the counterpart layer of the sending entity. If the data is too big to be handled by a layer of the sending entity,the sending entity splits the message to 2 parts.1)Will the control information of that layer be put to both 2 parts of the message?