Computer Science, asked by TbiaSamishta, 1 year ago

eesha is developing an ip telephony software in which the audio is encoded and transmitted by the sender as network packets through a communication channel. at the other end these packets are assembled and processed further.eesha recognizes that there maybe a very large number of packets this number is unknown nd which will be processed while more packets are being received .assume that the packets arrive in right order .what data structure should eesha use?

Answers

Answered by Sidyandex
4

Eesha is developing a IP telephony software in which the audio is encoded and transmitted by the sender as network packets through a communication channel.

At the other end these packets are assembled and processed further.

The data structure Eesha should use is list as it will be best suited for the job.

Similar questions