Communication & Internet technologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Simplex

A

Data transmitted one way only

E.g. Computer to printer

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

Duplex

A

Data transmitted both ways simultaneously

E.g. VOIP (Skype)

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

Half Duplex

A

Data transmitted both ways but not at the same time

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

Full Duplex

A

Data transmitted both ways at the same time

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

Serial

A

One bit sent at a time over single wire
E.g. Computer to Printer
Sending data externally between devices
Advantages – fewer errors, cheaper wiring, less chance of data being out of order

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

Parallel

A

Multiple bits sent at the same time using multiple wires
E.g. Computer to Modem
Sending data internally
Advantages- faster transmission

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

Why serial is used to connect devices to PC

A

Single wire means less chance of corruption
Single wire reduces costs
More reliable over distances
Bits still synchronized after transmission

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

Asynchronous Data Transmission

A
  1. Data being transmitted in an agreed bit pattern.
  2. Data bits (1s and 0s) are grouped together and sent with CONTROL BITS
  3. Receiver of the data knows when the data starts and when it ends.
  4. Prevents data becoming mixed up
  5. Without these control bits, it would be impossible to separate groups of data as they arrived.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Synchronous Data Transmission

A
  1. Continuous stream of data
  2. Data is accompanied by timing signals generated by an internal clock
  3. The receiver counts how many bits (1s and 0s) were sent and then reassembles them into bytes of data.
  4. faster data transfer method than asynchronous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

USB (Universal Serial Bus)

A

Data transmission method
Uses serial transmission – bits sent one at a time
Devices automatically detected
Only fits one way so can’t connect incorrectly
Industry-standard
Backward compatible

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

Parity Check

A
Checks a byte of data
A parity bit is added
Counts number of 1s
Can be odd or even
If parity incorrect error detected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When will parity Check not work

A

Two bits interchanged

Multiple errors in same byte

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

Automatic Repeat Request (ARQ)

A

Uses acknowledgement
Check performed on receiving data
If an error is detected request is sent to resend the data
Resend request repeated until data is sent correctly
Send acknowledgement that data is received
If acknowledgement is not received in sent time data is resent

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

Checksum

A

Value calculated form the data
It is added and transmitted with the data
Value recalculated after transmission
Values compared after transmission to check for error

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

Check digit

A

A digit is calculated from the data
It is added to the data
Digit recalculated when data is entered
Digits are compared to check for error

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

Requesting Web pages

A
Request
Web browser used
URL entered into a browser
HTTP/HTTPS protocol used
URL sent to DNS
DNS returns IP of the webserver
Request made to the webserver
Webserver returns HTML of the webpage

Sent
URL contains the domain name
The domain name used to locate the IP address
DNS server stores index of IP address and domain names
Web browser sends a request to the webserver

Received
Data stored on the webserver
Web server sends data to the browser
Browser translates HTML

17
Q

Browsers

A
Interprets and displays HTML
Provides functions such as bookmarks and history
Has forward, back and home buttons
Stores cookies and cached pages
Handles CSS and Javascript
18
Q

Drawbacks of duplex

A

Data more likely to be skewered

More expensive to install