CS610 GDB No. 1 Solution Fall 2022 With File

In this post, I will be sharing CS610 GDB solutions. You will get cs610 gdb solution 2022 with file.

CS610 is a course that covers the fundamental concepts of computer networks. It explores topics such as network architectures, protocols, and services, and teaches students how to design, implement, and troubleshoot computer networks.


CS610 GDB Solution:

Total Marks:05
Starting Date:Thursday, December 22, 2022
Closing Date:Friday, December 23, 2022

Graded Discussion Board Topic:

Scenario:


Mr. Sohail Aamer is a very hardworking scholar currently working on a research project in which he has to design a communication protocol suite for a medium sized network. It is mentioned there in the requirements of the project proposal that the data can be of any size and any type. So, multimedia streaming may also be involved in the communication. The research scholar is now confused about selection of the most suitable packet size strategy for the proposed protocol suite.

He has three options as mentioned below:

  1. Implementing very small sized fixed packets.
  2. Implementing medium to large sized fixed packets.
  3. Implementing variable sized packets.

By doing some related research work in this regard, the scholar has eliminated the option No.1 by himself and wants to make selection from remaining options i.e. option No.2 and 3 as mentioned above. All of the packets will have size lesser then MTU.

After analyzing the above given scenario, you are required choose the most suitable packet sizing strategy from medium to large sized fixed packets and variable sized packets, also mention at least two reasons briefly contributing towards your choice.

Note: Your Solution should be in following format:

My choice: (Medium to large fixed size packets/Variable Sized packets)

Reason 1:
Reason 2:

Note:

  • Do not copy paste directly to your lms.
  • Rephrase it in your own words.
  • We will not be responssible for your marks.

CS610 GDB Solution 1:


Reason 1: Variable sized packets allow for more efficient use of network resources. With fixed sized packets, some packets may be larger than necessary for the amount of data being transmitted, resulting in wasted bandwidth. With variable sized packets, the size of the packet can be adjusted to more closely match the size of the data being transmitted, leading to more efficient use of network resources.

Reason 2: Variable sized packets allow for more flexibility in terms of the types of data that can be transmitted. With fixed sized packets, it may be necessary to break up larger pieces of data into multiple packets, which can be time-consuming and may result in additional overhead. With variable sized packets, it is easier to transmit larger pieces of data without the need for fragmentation. This can be particularly useful when transmitting multimedia data, as it allows for more seamless streaming of video and audio.

CS610 GDB Solution 2:

My choice: Variable Sized Packets

Reason 1: Variable sized packets allow for more efficient use of network resources. In a network with variable sized packets, the packets can be tailored to the size of the data being transmitted, rather than being limited to a fixed size. This can lead to fewer packets being transmitted overall, and less wasted space in each packet.

Reason 2: Variable sized packets can also be more effective at handling multimedia data, which can vary greatly in size. Using fixed size packets may lead to excess overhead when transmitting smaller pieces of multimedia data, as the entire packet must still be transmitted even if only a small portion of it contains actual data. Variable sized packets allow for a more flexible and efficient transmission of multimedia data.


CS610 GDB Solution 3:

My choice: Variable sized packets

Reason 1: Variable sized packets allow for more efficient use of network resources. When using fixed sized packets, some packets may be larger than necessary to transmit the data they contain, leading to wasted bandwidth. With variable sized packets, the packet size can be adjusted to fit the exact size of the data being transmitted, allowing for more efficient use of network resources.

Reason 2: Variable sized packets can also provide better performance in cases where the data being transmitted has a high degree of variability in size. For example, if the data being transmitted includes both small text files and large multimedia files, using fixed sized packets may result in either a lot of wasted bandwidth (for the small files) or a lot of fragmentation (for the large files). With variable sized packets, the packet size can be adjusted to better match the size of the data being transmitted, leading to better performance.



Instructions:

  1. Your answer must be relevant and precise, as long and irrelevant answer will lead to deduction of your marks.
  2. You need to use font style as “Times New Roman” and font size as “12”.
  3. You can consult different books, materials from internet but write answer based on your own understanding and analysis as exact copying form Internet or any other sources will be awarded zero marks.
  4. You should post or submit your answer on the Graded Discussion Board (GDB), not on the Moderated Discussion Board (MDB).
  5. You can’t participate in the GDB after the due date via email.
  6. Please remember that there is no grace day for GDB submission. So, submit your answer within the specified 48 hours.

Leave a Comment