'If the HTTP response is segmented into 7 packets, what is the bits size of each packet?

I am working on some basic network calculations. The question is how long an HTTP response will reach the client from the server. The HTTP response (1000 bytes) is segmented into 7 packets.

How do I know the bits size of each packet? Will it have the same size or be different? If different, how to determine the size of each of them?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source