First, we need to determine the number of packets required to transmit the $x$ bits of user data. Since each packet contains $p$ data bits, the number of packets needed is $\lceil \frac{x}{p} \rceil$, where $\lceil \cdot \rceil$ denotes the ceiling function
Show more…