Chap 2.1 - data transmission Flashcards
define data
info. translated for efficient transmission
define transmission
-movement of data from 1 device to another
define processing
-generating meaningful info.
how is a text sent
-text
-converted into binary
-arranged into data packets / datagram
-router
-internet
-person
define data packet
-data split into smaller bytes for transmission over a network
-contains header, payload, trailer
standard size of data packets
-64 KiB
what happens if data packet is small
-add 0’s
are data packets unlimited
yes
data packet structure for packet switching
-header
-payload
-trailer
what is in a header
-IP address of source device
-IP address of destination device
-sequence of packet (packet no.)
-size of packet in bytes
-total no. packets
-IP of router
-hop no.
what does sequence of data packet allow
correct reassembly of data packets
what is in payload
-data
what is in trailer
-method of identifying end of packet
-some form of error checking
max hop count
30
define packet switching
-forwarding packets form 1 router to another leading towards its destination
difference btw packet & circuit switching
packet:
-no fixed route
-diff speed for each packets
-have to reorder at arrival
-less expensive
-packets travel independently
-don’t reserve bandwidth
circuit:
-dedicated pathway
-uniform delay of packets
-packets are in order
-more expensive
-packets travel in same path
-reserve entire bandwidth
advantages for packet switching
-no single com. needed
-packet can be resent by rerouting if it fails = high speed transmission
-relatively easy to expand packet usage
-high data transmission rate possible
disadvantages of packet switching
-can be lost & need to resend
-more prone to errors for real time streaming
-delay at destination = have to reassemble
explain how packet switching works
-data is split into multiple packets
-each packet follows its own path to the destination
-routers determine the path
-rout is selected depending on no. packets in each router
-shortest path is selected