What is a packet within the network environment? What kind of information does it contain?
A packet is the shortest unit of data transmitted over a computer network. It's a message to be transfer over the network is broken up into little packets through the sending computer.
Each packet holds the following info:
-Sender's address
-Destination address
-Data
-Error-recovery info.