2.1 - data transmission types + methods ๐Ÿ“ค Flashcards

1
Q

how is a data packet structured?

A

a header w/ the IP addresses of both sides, the sequence number for ease of assembly at the destination, and the packet size in bytes + a payload w/ the actual data being sent in the packet + a trailer that helps identify the packetโ€™s end and also checks for data errors

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

how can a network for transmitting data packets be visualized?

A

by placing the sending device + router to the left, the receiving device + router to the right, and the router nodes in between w/ lines connecting all of them for the possible routes

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

how does packet switching work?

A

it involves files being decomposed on the sending side into numerous data packets that can then be transmitted independently from each other and reassembled into a single file when they reach the receiving side

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

how can packet switching be a good thing?

A

itโ€™s possible to reroute data packets in the event of unavailable transmission lines and data can also be transmitted in this way at higher speeds

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

what problems can packet switching cause?

A

data packets may need to be sent again in case they get lost on the way - packet reordering can also induce delays on the receiving side

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

how can data packets overcome clogged transmission lines caused by excessive packet losses? (out syl)

A

by having numbers hopped onto their headers thatโ€™re reduced by 1 upon moving onto another router (eg. hop number of 9 at router A -> reduced to 8 on the way to router B -> further reduced to 7 on the way to router C -> and so on)

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

what happens when the hop number of a packet becomes zero? (out syl)

A

it gets deleted at the next router it reaches and the receiving side asks for the sender to resend any missing packets

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

name the three modes data transmission can occur in w/ their directions:

A

simplex (unidirectional), half-duplex (semi-bidirectional), and full-duplex (fully bidirectional)

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

name the two transmission types data can be sent using w/ how many bits they send at a time:

A

serial (multiple bits are sent individually) and parallel (multiple bits are sent simultaneously)

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

what traits does serial transmission have?

A

it can be relied on for low-interference transmission over longer distances, its lower speed makes it best for smaller files like readmes and vector symbols, it requires less hardware than parallel transmission, and all bits arrive at the receiving side perfectly in sync

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

what traits does parallel transmission have?

A

itโ€™s faster than serial transmission (making it better for larger files like executables as well as more time-sensitive data) and allows for easier I/O operation programming but can result in some bits arriving out of sync at the receiving end and is also expensive due to the increased hardware requirements

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

how does a typical USB cable look like?

A

itโ€™s shielded on the outside to insulate the four wires it contains (red wire - 5V, white wire - data+, green wire - data-, black wire, ground wire)

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

what happens when you plug a USB into a device?

A

the data wires slightly change in voltage to make the device recognize the USB and check if any of the already-installed drivers are appropriate for it

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

how many USB connector types are there?

A

type A (1.x to 3.x), type B (ditto), and type C (2.x onwards)

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

are all USB versions backwards-compatible?

A

yes

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

what makes the type C USB connector stand out over types A and B?

A

it fits either way round in a USB-C port, is small and thin, and offers 100 W power connectivity