Communication Flashcards

1
Q

Bit

A

The smallest unit of data in a computer

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

Bit rate

A

The rate at which data is transferred

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

Serial transmission

A

Uses a single wire to transfer data

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

Parallel transmission

A

Uses multiple wires to transfer data

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

Interference

A

Disturbances that corrupt data; occurs when transmitting data

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

Skew

A

When different buses/lines in parallel transmission arrive at different times

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

Crosstalk

A

When different buses/lines in parallel transmission interact with each other, creating unwanted data changes

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

Simplex transmission

A

Sending data in only one direction (radio/TV)

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

Duplex transmission

A

Sending data in both directions at the same time (phone)

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

Half-duplex transmission

A

Sending data in both directions but only one at a time (walkie-talkie)

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

Checksum

A

Error detection method. The number of bits being transmitted is counted up and the numeric count is transmitted with the data. If the counts match then the receiver knows that the right number of data has been transmitted, but individual errors are not detectable

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

Parity check

A

Error detection method. A parity bit at the end of a byte is used to make the bits add up to an odd or even result, depending on the type of parity used (odd or even). The sender and the receiver agree on which type of parity is to be used, and if the parity bits match on both ends then the receiver knows that the bits add up to the same type of number

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

Check digit

A

Error detection method. All of the numbers are added up and the result is added at the end. If the numbers match on both ends then the receiver knows that the number is correct

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

Automatic repeat request

A

When the receiver detects an error, it sends a request to the sender to resend the packet. It will keep requesting new packets until a correct packet is received or the limit of requests is reached

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

WAN

A

Wide area network

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

ISP

A

Internet service provider. It is a company that provides us with access to the internet, for a fee

17
Q

Browser

A

A program that allows a user to visit, retrieve, and display the information that a website contains.

18
Q

HTML

A

The language that websites are written in. It consists of the content, and the instructions on how to interpret said content.

19
Q

URL

A

Uniform resource locator. It is made up of the access protocol (HTTP/HTTPS) and the domain name (e.g. google.com)

20
Q

Cookie

A

Tiny pieces of data that are downloaded by a computer when visiting a website. It is used to keep track of things, and the website accesses the cookies stored on the computer whenever the client visits it

21
Q

Internet protocol

A

Governs transmission of data via the internet. HTTP (hypertext transfer protocol) or HTTPS (hypertext transfer protocol over secure) is used

22
Q

IP address

A

Internet protocol address. 32 bit code, broken down into four groups of 3 digits. Is an address just like a house address - it is used to identify different devices connected to the internet. Can be static (doesn’t change) or dynamic (held for a certain period of time)

23
Q

MAC address

A

Media access control address. 48 bit code, broken down into 6 pairs of two-digit hexadecimal numbers. Unique to each device, is given by the manufacturer and cannot be changed