subject
Computers and Technology, 23.10.2020 07:01 getsic

Create a protocol that will solve the problems you saw with Protocol 1 by doing some error-checking. The sender should be able to construct a single multi-packet message that is sent at once. Afterwards they can keep communicating to fix any errors in the transmission. Things to consider: How will the receiver know the order of the packets or if any are missing?
How will the receiver request missing packets and what will the sender do in response?
How will both sender and receiver know the full message arrived successfully?
Write the details of your protocol in the space below or the back of this sheet.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 20:30
If an appliance consumes 500 w of power and is left on for 5 hours, how much energy is used over this time period? a. 2.5 kwh b. 25 kwh c. 250 kwh d. 2500 kwh
Answers: 1
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
question
Computers and Technology, 25.06.2019 04:30
He 98 pointsss how has computers changed over the years? how can they be used now? give details and such!
Answers: 1
You know the right answer?
Create a protocol that will solve the problems you saw with Protocol 1 by doing some error-checking....
Questions
question
Social Studies, 04.03.2021 01:00
question
History, 04.03.2021 01:00
question
Mathematics, 04.03.2021 01:00
question
Social Studies, 04.03.2021 01:00
Questions on the website: 13722360