Topic 2 -Data transmission Flashcards
(21 cards)
how is data sent over long distances
broken uop into smaller parts, data packets,
what does the data packet contain
header
payload
trialer
header
IP address of sending , receiving device and sequernce number of packet
payload
actual data
trailer
method of identifying end of packet + some form of error checking
what is packet switching and how it works
way of transmitting data.
message broken up into number of packets that can be sent indipendently, at the destination they will be reassambled in correct order
each packet will follow its own pathj based on traffic
what routers do and why
determine which routye the packet needs to take, depends on n. of packets waiting to be processed at each node, shortes route always chosen
advantages of packet switching
fast, efficient
high data transmission rate is possible
emails and text will work in a crisis or disaster
different speeds devices can communicate
disadvantages
packets can be lost
this method only good for some type of data
there is a delay at destination (re-order)
DATA TRANSMISSION
transmitting bits from one device to another
serial transmission
less likely to do errors
slower, less efficient6
long distance
parallel transmission
quicker, very effiecient
high error rate
short distance
transmission mode
simplex= one direction
half duplex= both directions but one at the time
full duplex= both directions at the same time
USB features
universal serial bus, serial data transmission form (half and full duplex)
4 wires,2 for power, 2 for data transmission
USB advantages
standard in industry
error-free data transmission
easy to add more USB ports
devicesplugged in automatically detected
USB disadvantages
max 5 metres
may not be supported by older computers
when do errors occur in data transmission
interface
problems data switching
skewing of data
power surges
what is parity check
extra bit added to ensure that n of bits is even or odd
what is check digits
additional digit at the end of a string to check for mistakes, can be calculated using modulo 10 system
checksum
block of data is sent alongside a calculated checksum value, receiving compoter calculates this value and the 2 values are compared to check fo error
Automatic repeat requests(ARQ)
message sent to the sender indacating if data has been received correctly
tuime out= time allowed to elapse before an ackowlegmebnt is received