-3

What is the difference between packets and data in any of the network models (TCP/IP) or (OSI) models? And please add some examples in the answer.

  • 1
    Please read [How do I ask and answer homework questions?](https://meta.stackoverflow.com/questions/334822/how-do-i-ask-and-answer-homework-questions) and [ask] – Haem Feb 12 '19 at 10:21

1 Answers1

0

A data is a collection of packets. A packet is sub part of data which contains some header bits along with the message bits.

Each packet consists of three distinct parts, each of which each part contains some of the components listed above: Header: typically includes an alert signal to indicate that the data is being transmitted, source and destination addresses and clock information to synchronise the transmission.

enter image description here

As you can see in this the message is divided into chunks and then from the application layer it adds the header bits and recieve to the transport layer and then in consecutive layers each layer add its header bits.

Aman Gupta
  • 352
  • 1
  • 8