Computing, Module 2 Flashcards

(28 cards)

1
Q

What are the three sections of a data pack?

A
  1. Payload
  2. Trailer
  3. Packet header
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What info does the packet header contain?

A

contains info on the contents of the packet and its final destination

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

Which part of the data packet is the actual data from the file?

A

Payload

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

Why does the data need to be broken down into packets to be transmitted?

A

Because it’s not possible nor practical to transmit the data from one device to another. Radio waves/wires can’t accommodate it.

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

What are packet switches networks?

A

Networks that ship data around in small packets

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

How many bytes does a typical packets contain?

A

A typical packet contains perhaps 1,000 or 1,500 bytes.

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

What four other names do packets get referred to as?

A

frame
block
cell
segment

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

What is the process called by which you transmit data through packets?

A

Packet switching

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

What is a network?

A

Computers/devices joined through wireless technology or cables.

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

What is a router?

A

a network component that examines data packets to obtain its destination and address, then forwards the packets to this address

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

What are the five other methods for transmitting data?

A
  1. Parallel
  2. Serial
  3. Simplex
  4. Half-duplex
  5. Full-duplex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does serial data transmission mean?

A

when data is sent one bit at a time via a single wire

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

What does parallel data transmission mean?

A

when data is sent multiple bits at a time via multiple wires

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

What does simplex data transmission mean?

A

data transmitted in one direction only

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

What does half-duplex transmission mean?

A

data transmitted in both directions but only one at a time

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

What does a full-duplex data transmission mean?

A

data transmitted in both directions at the same time

17
Q

What is a USB?

A

Industry standard used to transmit data

18
Q

What is a USB port?

A

sockets part of the device or computer which enables you to insert the USB

19
Q

What is a USB cable?

A

type of media transmission which allows you to use the USB method

20
Q

What is a USB connection?

A

a collective name for using a USB cable to plug into a USB port which transfers data from one device to the other

21
Q

What is a USB device?

A

name of the device which plugs into the USB port

22
Q

What is the ethernet?

A

another type of data which can transmit data within a network

23
Q

What are three error detection methods?

A
  1. Ecocheck
  2. Parity check
  3. Checksum
24
Q

What is encryption?

A

a method of securing data for storage of transmission that scrambles it and makes it meaningless

25
What is plain text?
data before encryption
26
What is cipher text?
data after encryption
27
What is an encryption key?
a type of algorithm that is used to encrypt data
28
What are two main methods of encryption?
1. symmetric 2. asymmetric