Question: Q11. Write a set of Python classes that can simulate an Internet application in which one party, Ali, is randomly creating a set of packets

Q11. Write a set of Python classes that can simulate an Internet application in which one party, Ali, is randomly creating a set of packets (i.e. e-mails) that she wants to send to Veli. An Internet process is continually checking if Ali has any packets to send, and if so, it delivers them to Veli's computer, and Veli is periodically checking if his computer has a packet from Ali, and, if so, he reads, displays and deletes it. Hint: Use three different classes, for Ali, Veli and Internet, and provide methods that perform their various tasks, as well as a simulator engine that performs the random messaging
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
