Networking -Message Segmentation

  • Thread starter l46kok
  • Start date
  • Tags
    Networking
In summary, message segmentation is a process used in modern packet-switched networks where long messages are divided into smaller packets for transmission and then reassembled by the receiver. However, this method may have drawbacks such as reduced throughput and potential issues with segment swapping and queuing.
  • #1
l46kok
297
0
Networking -Message Segmentation"

Homework Statement


Discuss the drawbacks of message segmentation.


Homework Equations





The Attempt at a Solution


None. period. I cannot think of a single drawback on this system. It is the best method to send packets over any other methods, definitely including message switching.

Yet it asks to discuss the drawbacks of this process. What could possibly be a drawback to this system?
 
Physics news on Phys.org
  • #2
I'm not familiar with the term "message segmentation" per se, but reduced throughput and segment swapping/queuing issues come to mind.
 
  • #3
berkeman said:
I'm not familiar with the term "message segmentation" per se, but reduced throughput and segment swapping/queuing issues come to mind.

In modern packet-switched networks, the source host segments long, application-layer messages (for example, an image or a music file) into smaller packets and sends the packets into the network. The receiver then reassembles the packets back into the original message. This process is known as message segmentation.

Here is an applet of message segmentation

http://lerci.tagus.ist.utl.pt/applets/message/messagesegmentation.html [Broken]

As for reduced throughput, isn't that an issue for all process of packet delivering anyways? Same with queuing, but as for segment swapping, can you be more specific on what issue this might bring?
 
Last edited by a moderator:

1. What is message segmentation in networking?

Message segmentation in networking refers to the process of breaking down a large message into smaller segments for more efficient transmission over a network. This allows for faster and more reliable delivery of data, as well as the ability to retransmit only the segments that may have been lost or corrupted during transmission.

2. Why is message segmentation important in networking?

Message segmentation is important in networking because it helps to optimize the use of network resources and improve overall network performance. By breaking down large messages into smaller segments, it reduces the likelihood of network congestion and allows for more efficient use of bandwidth.

3. How does message segmentation work in networking?

Message segmentation works by breaking down a large message into smaller segments and adding a header to each segment that contains information about the sequence of the segments. The segments are then transmitted over the network and reassembled by the receiving device in the correct order based on the sequence numbers in the headers.

4. What are the benefits of message segmentation in networking?

Some of the benefits of message segmentation in networking include improved network performance, increased reliability of data delivery, and more efficient use of network resources. It also allows for the transmission of large messages that may not have been possible without segmentation.

5. Are there any drawbacks to message segmentation in networking?

One potential drawback of message segmentation in networking is the added complexity and overhead of breaking down and reassembling messages. This can result in a slight increase in processing time and a higher chance of errors if the segments are not properly reassembled. Additionally, if the network does not support message segmentation, it may not be possible to transmit larger messages efficiently.

Similar threads

  • Computing and Technology
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Replies
33
Views
2K
  • Computing and Technology
2
Replies
52
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
4K
  • Quantum Interpretations and Foundations
3
Replies
76
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
12
Views
1K
  • Programming and Computer Science
Replies
1
Views
938
Back
Top