Types and Methods Flashcards
what is data transmission?
centre of all digital communication
why is breaking down data into chunks necessary?
allows data to be transmitted faster from the sender to the reciever
what is a data packet
small unit of data that can be transmitted from sender to receiver through a network communication protocol
what is the structure of a packet
header, payload, trailer
what does the header do and what does it contain
information is used by routers to determine source and destination of packet. Contains: sender’s IP address, reciever’s IP address, packet number
what does the header do and what does it contain
information is used by routers to determine source and destination of packet. Contains: sender’s IP address, reciever’s IP address, packet number
what does the payload do and what does it contain
carries the actual data. contains: data/part of message
what does the trailer do and what does it contain
tells receiver that the end of the packet has been reached. contains: bits to shows end of packet
advantages of packet switching
take different routes, transmission errors can be detected
disadvantages of packet switching
packets may be dropped if they reach their TTL
what factors determine which method is best for transmitting each piece of data
number of bits, number of wires, direction of data
what is serial transmission
one single wire is used to connect, bits are transmitted one at a time
advantages of serial
more reliable over long distance. bits arrive in order so wont be mixed up, chances of bits being lost is slim
what is parallel transmission
multiple wires are used to connect the sending device and the receiving device, several bits sent at a time
advantages of parallel
faster than serial
disadvantages of parallel
bits may arrive out of order, expensive method to implement over longer distance because it requires multiple wires
disadvantages of series
slow
What does USB stand for
universal serial bus