Purchase Solution

Message transmission using different number of packets

Not what you're looking for?

Ask Custom Question

You want to send a 200 bytes long message from your machine to a friend's machine via 4 intermediate nodes. You are required to use a header size of 5 bytes per packet. You have the option of sending the message as 5 packets, as 10 packets and as 20 packets. Which of these three options minimizes the transmission time? What is the minimum transmission time?

Purchase this Solution

Solution Summary

Solution leads to the answer with brief explanations and calculations.

Solution Preview

Whether we send the message of 200 bytes in 5 packets or in 10 packets or in 20 packets, message content still remains the same as 200 bytes. However because we have to use a header size of 5 bytes, with every packet ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.