iGCSE Computer Science Chapter 2

0.0(0)
studied byStudied by 59 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

bandwidth

The maximum amount of data transmitted over an internet connection in a given amount of time.

2
New cards

full-duplex

a transmission method where data is transmitted in both directions at the same time.

3
New cards

half-duplex

a transmission method where is transmitted in both directions, but only one direction at a time.

4
New cards

internet

a very large global network that allows users to access the world wide web.

5
New cards

latency

Latency is the time it takes for data to be transferred between its original source and its destination, measured in milliseconds. Internet latency and network latency affect satellite internet connections, cable internet connections, as well as some WiFi connections.

6
New cards

packet header

a section of a packet of data that contains information about the contents of the packet and its destination.

7
New cards

packet switching

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

8
New cards

packet

a small unit of data.

9
New cards

simplex

a transmission method where data is transmitted in a single direction only.

10
New cards

USB cable

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

11
New cards

USB connection

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

12
New cards

USB device

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

13
New cards

USB port

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

14
New cards

USB

an industry standard that is used to transmit data.

15
New cards

automatic repeat request (ARQ)

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

16
New cards

check digit

a type of error detection method that is used for 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.

17
New cards

checksum

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

18
New cards

echo check

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.

19
New cards

parity check

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

20
New cards

asymmetric

a type of encryption that uses two different keys to encrypt and decrypt data.

21
New cards

cipher text

the name given to data after transmission.

22
New cards

encryption

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

23
New cards

plain text

the name given to data before encryption.

24
New cards

symmetric

a type of encryption that uses the same key to encrypt and decrypt data.

25
New cards

payload

the actual data that the user is sending to the receiver.

26
New cards

trailer

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

27
New cards

ethernet

a system for connecting a number of devices to form a local area network. (Using cables)

28
New cards

router

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

29
New cards

network

computers and devices that are joined together using cables or wireless technology.

30
New cards

internet protocol (IP) address

the unique address that is given to a device when it is connected to a network.

31
New cards

skew

Skew is a disadvantage of parallel transmission. Skew is caused by the fact that each wire in a parallel transmission setup will have slightly different properties. This will mean that each signal will travel at a slightly different speed therefore arriving at their destination at different times.

32
New cards

Public Key

It is part of asymmetric cryptography. This is the key that is shared. If you encode with the public key only the private key can decode. If someone encodes with a private key anybody with the public key can decode.

33
New cards

private key

This is the key that you should share with no one. If you encode with a private key anybody with the public key can decode. Your private key can be used to decode something encoded with your public key. (Part of asymmetric cryptography)