Section 6 - Communication: technology and consequences Flashcards

1
Q

what is serial data transmission

A

bits are sent one at a time over a single wire

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

what is parallel data transmission

A

several bits are sent simultaneously over a number of parallel wires

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

what are the advantages if serial over parallel transmission

A
  • the bits could travel at different speeds over the wires (data skew)
  • bits can interfere with each other across the wires and cause corruptions (cross-talk)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what does bit rate mean

A

the speed at which data is transmitted serially (bits per second)

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

what does baud rate mean

A

the rate at which the signal changes

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

how can baud rate be higher than bit rate

A

if more than one bit is encoded in each signal change

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

what is bandwidth

A

the range of frequencies that a transmission medium can carry (bits per second)
the larger the range, the greater amount of data that can be transmitted in a certain time

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

what is latency

A

the time delay between the moment that transmission of the first byte starts and when it is received

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

what is synchronous transmission

A

when data is transferred at regular intervals that are timed by a clocking signal

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

what is asynchronous transmission

A

when one byte is sent at a time that is preceded by a start bit and followed by a stop bit
the start bit alerts the device and synchrnoises the clock inside the receiver
the stop bit is a stop period

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

what is protocol

A

a set of rules relating to communication between devices

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

what is a local area network (LAN)

A

a LAN consists of a number of computing devices on a single site or in a single building connected together by cables
users on the network can communicate with each other as well as sharing data and hardware devices

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

what is the physical topology of a network

A

the networks actual design layout

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

what is the logical topology of a network

A

the shape of the path the data travels in, and how components communicate

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

what is a physical bus topology

A

all the computers are connected to a single cable
the ends of the cable are plugged into a terminator

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

what are the advantages of bus topology

A
  • inexpensive to install as it doesn’t require that much cable or any additional hardware
17
Q

what are the disadvantages of bus topology

A
  • if the main cable fails, no network data can be transmitted
  • the performance gets worse with heavy traffic
  • all the computers on the network can see all data transmission
18
Q

what is a physical star topology

A

a network with a central node (switch or computer) that acts as a router to transmit messages
the central node has a record of the unique MAC addresses to identify which computer to send the data to

19
Q

advantages of star topology

A
  • if one cable fails, only one station is affected
  • the performance stays consistent even when a network is being heavily used
  • no collisions
  • messages are sent directly to the central computer and cannot be seen by other stations
  • easy to add new stations without disrupting the network
20
Q

what are the disadvantages of star topology

A
  • may be costly to install
  • if the central device goes down, no data can be transmitted
21
Q

what is a MAC addess

A

every device has a network interface card (NIC) that has a unique media access control address (MAC address) which is hard coded into the device

22
Q

what is client-server networking

A

computers known as clients are connected to a powerful central computer (server)
each client holds some of its own files and resources and can also access resources held by the server

23
Q

advantages of a client-server network

A
  • security is better as access rights are managed by the server
  • backups are done centrally so individual users don’t need to back up their data
  • resources and data can be shared easily
24
Q

disadvantages of a client-server network

A
  • expensive to install and manage
  • professional IT staff are needed to maintain the servers
25
Q

what is a peer-to-peer network

A

there is no central server, instead individual computers are connected to each other locally or over a WAN to share files
each computer has equal status

26
Q

advantages of a peer-to-peer network

A
  • cheap to set up
  • enables users to share resources
  • not difficult to maintain
27
Q

disadvantages of peer-to-peer networks

A
  • widely used for online piracy
28
Q

what is wifi

A

a local area wireless technology that enables you to connect devices to a network or the internet via a wireless access point (WAP)

29
Q

what are some methods to secure a wireless network

A
  • WPA and WPA2: wi-fi protected access
  • whitelist: controls what MAC addresses are allowed on the network
  • CSMA/CA
  • CSMA/CA with RTS/CTS
30
Q

what is CSMA/CA

A

carrier sense multiple access/ collision avoidance is a protocol for transmission in wireless LANs
1. assemble a frame
2. check if the channel is idle
3. if yes transmit the data
if no wait a random period of time and try again
4. end

31
Q

what is CSMA/CA with RTS/CTS

A

the station wanting to transmit data sends a request to send (RTS) signal and the WAP sends a clear to send (CTS) signal back if the channel is idle