unit 2: data transmission Flashcards

1
Q

data packets

A

small part of a data that is transmitted over a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

data packet structure

A
  • packet header
  • payload
  • trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

packet header

A
  • IP address of source device
  • IP address of destination device
  • sequence no. of packet
  • size of packet (in bytes)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

payload

A

actual data in the packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

trailer

A

*method of identifying end of packet
*some form of error checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cyclic redundancy checks (CRCs)

A
  1. sending comp. adds up all 1-bits in payload and storing as hexa in trailer before sending
  2. receiving comp. recalculates no. of 1-bits in payload
  3. comp. checks this value against hexa in trailer
  4. if matching, no transmission errors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

process of packet switching

A
  1. each packet follows own path (route)
  2. routers determine the route
  3. routing selection depends on no. of packets waiting to be processed in a node
  4. shortest possible path available is always selected
  5. unfortunately, packets may reach destination in diff. order when sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

benefits of packet switching

A
  • no need to tie up a single communication line
  • possible to overcome faulty lines: rerouting
  • easy to expand package usage
  • high data transmission rate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

drawbacks of packet switching

A
  • lost: need to be resent
  • more prone to errors with real-time streaming
  • delay at destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

hopping

A

method where a hop no. is added to the header and it reduces by 1 each time the packet leaves a router
there’s a max. no. of hop numbers and if the hop reaches 0, it will be deleted at next router
the receiving computer notices missing packet and then requests for the packet to be resent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

factors to consider in data transmission

A
  1. direction
  2. method
  3. how data will be synchronised

they’re considered by communication protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

simplex

A

data is sent in ONE DIRECTION ONLY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

half- duplex

A

data is sent in BOTH DIRECTIONS but NOT AT SAME TIME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

full duplex

A

BOTH DIRECTIONS AT THE SAME TIME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

serial data transmission

A

data is sent ONE BIT AT A TIME over A SINGLE WIRE/ CHANNEL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

parallel data transmission

A

SEVERAL BITS OF DATA (usually 1 byte) are sent down SEVERAL CHANNELS/ WIRES all at the same time

17
Q

serial : features

A
  1. less risk of external interference
  2. reliable transmission: LONG distance
  3. no risk of being out of synchronisation
  4. used if amount is small
  5. less expensive: fewer hardware requirements
18
Q

parallel : features

A
  1. faster rate of data transmission
  2. works wells over SHORTER DISTANCES
  3. can arrive out of synchronisation
  4. PREFERRED method WHEN SPEED IS IMPORTANT
  5. if data TIME-SENSITIVE , better option
  6. more hardware, more expensive
  7. EASIER TO PROGRAM INPUT/OUTPUT OPERATIONS
19
Q

USB consists of:

A
  1. Four-wire shielded cable
  2. Two wires are used for power
  3. Two wires are used in data transmission
20
Q
A