Create a program using C++ language that reassembles the packets contained in a text file (p.txt) and outputs the corresponding message. Your program should use the Ordered List ADT to assist in reassembling the packets in a message. Assume that each packet in the message file contains a position number and three characters from the message. When a communications site transmits a message through a packet-switching network, it does not send the message as a continuous stream of data. Instead, it divides the message into pieces called packets. These packets are sent through the network to a receiving site, which reassembles the message. Packets may be transmitted to the receiving site along different paths. As a result, they are likely to arrive out of sequence. In order for the receiving site to reassemble the message correctly, each packet must include the relative position of the packet within the message. For example, if we break the message “A SHORT MESSAGE" into packets three characters long and follow each packet with a number denoting the packet's position in the message, the result is the following set of packets. A S1 HOR2 T M3 ESS4 AGE5 No matter in what order these packets arrive, a receiving site can correctly reassemble the message by placing the packets in ascending order based on their position numbers.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Using C++ Language (ordered linked list & simply)

Create a program using C++ language that reassembles the packets contained in a
text file (p.txt) and outputs the corresponding message.
Your program should use the Ordered List ADT to assist in reassembling the packets
in a message.
Assume that each packet in the message file contains a position number and three
characters from the message.
When a communications site transmits a message through a packet-switching
network, it does not send the message as a continuous stream of data. Instead, it
divides the message into pieces called packets. These packets are sent through the
network to a receiving site, which reassembles the message.
Packets may be transmitted to the receiving site along different paths. As a result,
they are likely to arrive out of sequence. In order for the receiving site to reassemble
the message correctly, each packet must include the relative position of the packet
within the message.
For example, if we break the message “A SHORT MESSAGE" into packets three
characters long and follow each packet with a number denoting the packet's position
in the message, the result is the following set of packets.
A S1
HOR2
T M3
ESS4
AGE5
No matter in what order these packets arrive, a receiving site can correctly
reassemble the message by placing the packets in ascending order based on their
position numbers.
Transcribed Image Text:Create a program using C++ language that reassembles the packets contained in a text file (p.txt) and outputs the corresponding message. Your program should use the Ordered List ADT to assist in reassembling the packets in a message. Assume that each packet in the message file contains a position number and three characters from the message. When a communications site transmits a message through a packet-switching network, it does not send the message as a continuous stream of data. Instead, it divides the message into pieces called packets. These packets are sent through the network to a receiving site, which reassembles the message. Packets may be transmitted to the receiving site along different paths. As a result, they are likely to arrive out of sequence. In order for the receiving site to reassemble the message correctly, each packet must include the relative position of the packet within the message. For example, if we break the message “A SHORT MESSAGE" into packets three characters long and follow each packet with a number denoting the packet's position in the message, the result is the following set of packets. A S1 HOR2 T M3 ESS4 AGE5 No matter in what order these packets arrive, a receiving site can correctly reassemble the message by placing the packets in ascending order based on their position numbers.
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY