Unit 2.1 - Types and Methods of data transmission Flashcards
what are the 3 components in a data packet?
-packet header
-payload
-trailer
what does the packet header include?
-IP address of destination
-packet number
-originator’s address
-IP address of source
-sequence number of packet
-size of packets
what does the payload include?
actual data in packet
what does the trailer include?
-method of identifying the end of the packet
-form of error checking to make sure packet arrives error-free
what are the 5 steps of packet switching
-data is broken down into packets
-each packet could take a different route
-a router in each stage of transmission controls the route a packet takes
-packets may arrive out of order
-once the last packet has arrived, packets are reordered
what are the 5 methods of data transmission?
-serial
-parallel
-simplex
-half-duplex
-full-duplex
what is packet switching
message is broken up into a number of packets and each packet is sent independently, in its own path, from the start point to the end point.
what is circuit switching
Connection is made, data is transferred by packets, connection is released. each packet knows the entire fixed path which is provided by the source. Packets get sent one by one.
what are advantages of packet switching [4]
-no need to set up a single communication line
-re routing packets can overcome failed, busy, faulty lines
-easy to expand package usage
-high data transmission rate is possible (faster than circuit switching)
what are advantages of circuit switching [6]
-more reliable / secure
-dedicated pathway (consistent quality and bandwidth)
-no delay (no packet routing)
-predictable performance
-simple
-good for real time / continuous data transmission (voice calls)
what are disadvantages of packet switching [3]
-packets can be lost and need to be re-sent
-more prone to errors (real life streaming
-delay at the destination when the packets are being re-ordered
-less reliable than CS
-can’t handle real-time communication
what are disadvantages of circuit switching [5]
-INEFFICIENT RESOURCE UTILIZATION (WASTES PRODUCTS) (locks network resources even it isn’t being used)
-VULNERABILITY TO FAILURES (if one part of the circuit fails, the entire connection is lost)
-DELAY IN ESTABLISHING CONNECTIONS (setting up dedicated circuit and establishing communications takes time)
-HIGHER COST (maintaining is expensive because of dedicated channels and switches)
-outdated and no longer used
what are bouncing packets.
packets bounce from router to router and don’t reach their destination.
what are 5 differences of circuit and packet switching
-CS is physical path, PS is not
-CS packets all use the same path, PS packets travel independently
-CS reserve entire bandwidth in advance, PS doesn’t reserve
-CS bandwidth wastage, PS no bandwidth wastage
-CS no store and forward transmission, PS supports store and forward transmission
what is serial data transmission
data is sent one bit at a time, one after another as a single stream, over a single wire/channel