Data Exchange 2 Flashcards

1
Q

What is Parallel transmission?

A

Data transmitted simultaneously over an equal number of channels
Short range with 5 meters
Used to connect printers to computers

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

What is serial transmission?

A

Data Transmitted one at a time over a single channel
Slower rate of data transfer
Can be used over large distances

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

What is Bi-directional transmission?

A

Data transmitting in both directions but not at the same time

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

What is a packet?

A

This is a method of breaking data files into small packets or chunks in order to send them across a network

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

What are the Benefits of packet switching?

A

It makes very efficient use of the network - no tied-up lines.
It can easily get around broken bits of the network.
As customers increase, the network only has to expand slowly comparedto circuit switching.

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

What are the Implications of wireless networks?

A

It’s a bit more difficult to setup properly
Risk of ‘outsiders’ accessing your network unless you set up the security (e.g. WPA, WPA2)
Significantly slower than a wired network (2 – 50 times slower)
The network can be less stable. Signals may interfere and walls may weaken the signal and disconnect

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

What are the Components of a wireless network?

A

router, access point and wireless adapter

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

What is a Router?

A

Router
A Router is a device that transfers data from one network to another in an intelligent way.
It has the task of forwarding data packets to their destination by the most efficient route.

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

What is an access point?

A

Access point
Built in router
The hardware device that allows this is called the ‘Wireless Access Point’ or WAP.

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

What is a Wireless network adaptor?

A

Wireless network adaptor

Turns a device with a USB to wireless

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

What is Client-side processing?

A

Client-side scripting enables interactionwithina webpage.

The interaction takes place within the webpage

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

What are the advantages of Client-side processing?

A

Benefits
Speed- faster once code has been downloaded
Security- more secure than server side as all actions take place on the downloaded page

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

What are the disadvantages of Client-side processing?

A

Disadvantages
Browser specific- not all scripts work so may need to create different versions
Computer speed- your computer speed may slow the interaction such as download speed

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

What is Server-side processing?

A

Involves the use of scripts that are run on another computer on the internet.
Information are submitted to a server which processes it to provide results in the form of a web page

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

What are the advantages of Server-side processing?

A

Benefits
Efficiency- complex codes can be run better as it does not have to be downloaded.
Speed- performance is effected by speed of web server. So speedy server= fast processing

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

What are the disadvantages of Server-side processing?

A

Disadvantages
Security- exchange of data over the network may present security risk
Overloading- a server needs to be able to cope with large volumes of users.