Easy to See Complete CS601 GDB Solution 2022 Idea and Freely Download Right Idea File. DOWNLOAD SOLUTION FILE HERE. Get Latest GDB 2022 Solution.

CS601 GDB 1 Solution 2022 DOWNLOAD SOLUTION FILE  cs601 gdb solution 2022 download
CS601 GDB 1 Solution Fall 2022


Suppose an exam center has 101 PCs for conducting a Govt. job test, and 500 eligible candidates will attempt the exam on these PCs in five different time slots of the day (100 candidates at one time).

Each candidate is assigned an ID and will attempt a specific randomly assigned question paper from one of the four paper code sets 'A', 'B', 'C', and 'D'.

The network infrastructure of the exam center is designed in such a way that there is one Master-PC, and all other PCs are connected with it. No PC is connected Point-to-Point, except Master-PC.

Any candidate can attempt the exam on any PC except the Master PC. A special communication protocol is applied in the whole network for conducting the exam which works as below:

After completion of each exam slot time, the Master-PC will send each candidate’s ID of that time slot, to each PC one by one, to get the candidate’s “Login-time”, “Paper code” and the “candidate’s answers”.

If any PC reply with the desired data to the Master-PC then that candidate’s result will be saved and would be included in the “Final Result List”.

If no data is received from any PC after receiving an ID from Master-PC, then that candidate’s result will be marked as fail and his/her name will not be included in the “Final Result List” of the exam

After carefully analyzing above given information, you are required to suggest which multiple access protocol for communication will be the most suitable from the following:

  • ALOHA
  • Reservation
  • CSMA/CD
  • Polling
  • Token Passing

Also, justify your opinion with two solid reasons.

NOTE: The format of your answer should be as follow:


Protocol Name:

Reason 1:

Reason 2:

 

 

A concise, coherent, and to the point answer is preferred over a lengthy answer having irrelevant details. Your comment must not be more than 4-5 lines. Comments posted on regular lesson's MDB or sent through email will NOT be considered in any case.

Best of Luck!


solution:

CS601 GDB 1 Solution 2022 DOWNLOAD SOLUTION FILE  cs601 gdb solution 2022 download
CS601 GDB 1 Solution Fall 2022


 Reason 1;


In polling protocol, transmission is guaranteed with full transmission media bandwidth and resources

 


 Reason  2;


 

It leads to maximum efficiency and bandwidth utilization


 Reason 3;

It works in a round Robbin fashion, similar to a scenario in which a teacher takes attendance from the class. If a particular student is present, then the data is sent back and attendance is marked, otherwise absent is considered.