Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

42%
+1 −2
Q&A Splitting of message inside the layers [closed]

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...

0 answers  ·  posted 2y ago by MissMulan‭  ·  closed 2y ago by Nick Alexeev‭

Question protocol network
#2: Question closed by user avatar Nick Alexeev‭ · 2021-12-08T07:27:27Z (over 2 years ago)
#1: Initial revision by user avatar MissMulan‭ · 2021-12-07T22:51:54Z (over 2 years ago)
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?