Data Transmission Flashcards
data is broken down into _______ in order to be transmitted
packets
structure of data packet
header, payload, trailer
what does the header contain
- Sends IP address
- Receiver’s IP address
- Packet Number
what does the payload contain
Data/part of message
what does the trailer contain
Bits to show end of packet
what is a packet
small unit of data that can be transmitted from a sender to a receiver through a network communication protocol
what is packet switching
method used to efficiently transmit data from th sender to the receiver
steps of packet switching
- data is broken down into packets
- headers info is used by router to determine source and destination of packet
- packets take different routes and so arrive out of order
- payload carries the actual data
- trailer tells receiver that the end of the packet has ben reached
- once arrived, packets are reordered
advantages of packet switching
take different routes which ensures data will arrive despite route availability
- transmission errors can be detected
disadvantages of packet switching
- packets may be dropped if they move around a network for to long (they each have a TTL value)
- a single delayed packet can cause entire message to be delayed
which factors determine which method is best for transmission
number of bits, number of wires, direction of data
overall, transmission can be
serial or parallel
what is serial transmission
one single wire is used to connect, bits are transmitted one at a time
advantages of serial
- more reliable
- bits arrive in order so wont be mixed up
- chances of bits being lost is slim
- long distance
what is parallel transmission
multiple wires to connect sending with receiving, several bits are sent simultaneously