InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by data packets? |
|
Answer» Data packet is a unit of data that is MADE into a SINGLE package for transmission over a network. They are also referred to as a network layer package and are also used by IP protocol as they contain the IP information which is attached to each packet. They contain much essential information like email MESSAGES, website data, and VoIP (Voice-over-IP) calls. Each data packet has a unique numeric IDENTIFICATION number that DEFINES the packet number and order. |
|