Ict test 1 chapter 2 Flashcards

1
Q

What is a packet?

A

a small unit of data

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

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

A

The amount of data that is stores in a file can be very large , If you tries to transmit this data from one device to another, all at once, this just would be possible nor practical. The wires or radio used would simply not be able to accommodate sending such large amount of data at a single time. Therefore , for the data in a file needs to be broken down into packets

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

What are the three different sections in a packet?

A

Packet header
Payload
Trailer

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

What is a IP address?

A

The unique address given to a device when it is connected to a network

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

Why is the IP address important?

A

Without this address , the hardware transmitting the data would not know where to send the data

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

What is the payload?

A

The payload is the actual data being sent from the file

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

What is the Trailer?

A

The Trailer is a section of a packet of data that contains information about any error checking methods that may be used

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

What is the Packet Header?

A

The Packet header is a section of a packet of data that contains information about the contents of the packet and its destination

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

State everything the Packet header contains?

A

Destination address
Originators address
Packet number

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

What is packet switching?

A

a method of transmitting data packets across a network. Each data packet is able to take an individual pathway across a network

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

What is a Router?

A

A router is the device that controls which pathway will be used to transmit each packet

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

What is a Network?

A

Computers and devices that are joined together using cables or wireless technology

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

Which method of data transmission sends data along a single wire?

A

Serial

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

Which method of data transmission sends data multiple bits at a time?

A

Parallel

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

Name two advantages and two disadvantages involving transmitting data using serial data transmission?

A

Advantages
As data is sent one bit at a time, it should arrive in order of sequence. This means there is less chance of the data being screwed

Only one wire is needed for serial transmission cable, therefore, it is cheaper to manufacture and also cheaper to buy

Disadvantages
As data is sent one bit at a time, the transmission of data will be slower

Additional data may need to be sent to indicate to the receiving device when data transmission has started and stopped. This is Called a start bit and stop bit

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

Name two advantages and two disadvantages involving transmitting data using Parallel data transmission?

A

Advantages
As data is sent multiple bit at a time, the transmission of data will be quicker

Many computers and devices use parallel data transmission to transmit data internally. Therefore ,there is no requirement to convert this to serial data transmission to transmit the data across a network

Disadvantages
As data is sent multiple bits at a time, bits do not arrive in order and need to be recorded after transmission. This increases the chance of the data being screwed

Multiple wires are needed for Parallel transmission cable, therefore, it is more expensive to manufacture and also more expensive to buy

17
Q

What does USB stand for?

A

Universal Serial Bus

18
Q

What is a USB port?

A

a socket that is a part of a device that enables you to insert a USB cable

19
Q

What is a USB cable?

A

A type of transmission media that uses a USB method to transmit data

20
Q

What is a USB connection?

A

A collective name for using a USB cable plugged into a USB port to transfer data from one device to another

21
Q

What is a USB device?

A

the name of a device that plugs into a USB port on a computer

22
Q

Name two advantages and two disadvantages of using the USB interface

A

Advantages
The speed of the USB is relatively high ,so data can be transferred quickly

It is a simple interface. The USB cable to device can only fit into the USB one way. Therefore, it means less errors in connecting devices are likely to be made

Disadvantages
The length of the USB cable is limited, normally to 5 meters

The transmission speed is relatively high for a USB connection, But it isn’t as High as other types of connection, such as ethernet

23
Q

What is Parity check?

A

A type of error detection method that adds an additional bite each byte to create a odd or even sum.

24
Q

What is Checksum?

A

A type of error detection method that performs a calculation on data to create a checksum value. Checksum values are compared after transition to see if they match

25
Q

What is Echo check?

A

a type of error detection method that sends a copy of the transmitted data back to the sender to be compared with the original data sent

26
Q

What does ARQ stand for?

A

Automatic repeat request

27
Q

What is ARQ?

A

A type of error detection method that uses acknowledgement and timeout to see if data has arrived correctly after transmission

28
Q

What is acknowledgement?

A

a message that is sent from one device to another to indicate whether data is received correctly

29
Q

What is timeout?

A

a period of time that i set and used to wait for an acknowledgement to be received

30
Q

What is Check Digit?

A

a type of error detection method that is used for a data entry. A calculation is performed on the data entered to create a value. Check digit values are compared to see if the data entered is correct

31
Q

What is encryption?

A

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

32
Q

What is the name given to data BEFORE encryption?

A

Plain text

33
Q

What is the name given to data AFTER encryption?

A

Cipher tex

34
Q

What is the encryption key?

A

a type of algorithm that is used to encrypt data

35
Q

What are the two main methods of encryption?

A

Symmetric and Asymmetric

36
Q

State the process for Symmetric encryption.

A

The process for symmetric encryption is:

Plain text is encrypted into cypher text using a encryption key

The cipher text and the encryption key are then sent separately to the receiving device

The same key is then used to decrypt the cipher text back into plain text form

37
Q

State the process for Asymmetric encryption.

A

The process for symmetric encryption is:

Plain text is encrypted into cypher text using a public key.

The cipher text is transmitted into the receiving device

the cipher text cannot be decrypted using the public key, it is decrypted using a private key