Chapter 2 : Communication and Internet Technologies Flashcards

1
Q

how is data broken up before transmission and why?

A

Broken up into data packets. The packets of data are usually small, typically 64 KiB.

Pros: much easier to control than a long continuous stream of data
Cons: need to reassemble the data when it reaches its
destination

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

What is the structure of data packets?

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

What is packet switching and the role of the router in the process?

A

Packet switching is a method of data transmission in which a message is broken up into a number of packets, each packet is sent independently from start to end.

At each stage in the transmission, there are nodes that contain a router. Each router will determine which route the packet needs to take, in order to reach its destination

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

What is simplex data transmission?

A

Simplex mode occurs when data can be sent in ONE DIRECTION ONLY, ie. computer to printer

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

What is half-duplex data transmission?

A

when data is sent in BOTH DIRECTIONS but NOT AT THE SAME TIME

Example: walkie talkie

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

What is full-duplex data transmission?

A

data can be sent in BOTH DIRECTIONS AT THE SAME TIME, ie. broadband internet connection

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

What is a USB?

A

Universal Serial Bus

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

What is serial data transmission?

A

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

Example: Connecting a computer to a printer via USB connection

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

What is parallel data transmission?

A

SEVERAL BITS OF DATA (usually one byte) are sent down SEVERAL CHANNELS/WIRES

Example: internal circuits in a computer, because the distance traveled is short and high-speed is essential

A phone is an example of parallel data transmission.

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

What are the benefits and drawbacks of USB systems?

A

Advantages disadvantages

small compact low storage capacity

Fast read-write over USB 3

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

Advantages and Disadvantages of the hard drive disc(hdd

A

Advantages

cheap per MB storage

Fast read-write speed

large storage capacity

Disadvantages

has moving parts

magnets can corrupt data

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

advantages and disadvantages of CD

A

Advantages

cheap

easily produced

Disadvantages

low storage capacity

fragile

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

DVD

A

Advantages

higher storage than CD

universal format

disadvantages

still fragile

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

Blueray

A

Advantages

Cheap

highest storage

disadvantages

Fragile

Quickly overtaken by streaming media

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

what is the difference between cd/dvd cd-r/dvd-r and cd-rw/dvd-rw

A

when it has a -r at the end it is an empty disc which you can put data on once

when it has -rw at the end it is a disc on which you can put data on multiple times

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

What is a payload?

A

the actual data being sent in the packet

17
Q

What is a trailer?

A
  • method of identifying the end of the packet
  • Some form of error checking to ensure packet arrives error-free