Data Packaging Flashcards
What does the term IP address mean.
The **unique identification number ** of values given to every device the represents the unique location on which it is connected to the internet
What does IP stand for
Internet Protocol
What are the 3 Data Packet terms
Header
Payload
Trailer
What is the header within data packaging
Contains the destination address, originating address and the packet number so the correct order is restored at arrival
Data packet -
a small part of a message/data that is transmitted over a network; after transmission all the data packets are reassembled to form the original message/data
Payload-
the actual data being carried in a data packet
Payload trailer-
The data that indicates the end of the packet and a checksum for the destination to check it transmitted correctly
Packet switching -
method of transmission in which a message is broken into many data packets which can then be sent along pathways independently of each other
Describe packet switching process
- Data broken down into packets
- Each packet is given a sequence number and sent on its way
- Each packet may take a different route to the next depending on the quickest route at the time
- routers control the rout the packet takes
- Packets may arrive out of order. Once last packet has arrived, the sequence numbers are used to put back in order. The data can then be reconstructed correctly.