Protocol 2 - Check for Errors
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?

Respuesta :

Please note that the Problem to be solved from Protocol 1 is not provided hence the general answers. To construct and send, open a network environment a single multi-packet message, simply click "Add Packet" and then click "Send at Once".

How will the receiver know the order of the packets or if any are missing?

If the text or message sent does not make any reading sense, or if certain words are jumbled and out of place, then it is clear that something is wrong.

If the messages arrive in a coherent fashion, then the packet was fully received.

How will the receiver request missed packets and what will the sender do in response?

Where the users are familiar with the Transmission Control Protocol, lost packets can be detected when there is a timeout. Lost packets are referred to as Dropped packets.

Learn more about Packets at:
https://brainly.com/question/17777733