2. Data transmission Flashcards

1
Q

how is data transmitted

A

it is broken down into packets to be transmitted

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

what is the structure of a pcket

A
  • packet header
  • payload
  • trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does the packet header include

A
  • senders IP adress
  • recievers IP adress
  • Packet number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

describe the process of packet switching

A
  • Data is broken down into packets
  • Each packet could take a different route
  • A router controls the route a packet takes
  • Packets may arrive out of order
  • Once the last packet has arrived, packets are
    reordered
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the 2 methods of transmission

A

serial
parralel

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

what is serial transmission

A

serial transmission, a single wire is used to connect the sending device to the receiving device. Bits are transmitted one at a time.
it is reliable over long distance, less likely to get lost, wont arrive in wrong order, take long time

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

parralel transmission

A

multiple wires are used to connect the sneding device and recievig device. several bits aee sent simultaneously. each bit travels through a seperate wire. it is faster but bits may arrive rearanged and can be expensive

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

what are the 3 types of data transmission

A

simplex
half- duplex
full duplex

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

what is simplex

A

only 1 device can transmit data in 1 direction only eg:files sent to be printes

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

what is half duplex

A

data can be sent both directions but 1 at a time. eg: walkie talkies

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

what is duplex

A

data can be sent forward and backwards simultaneously eg: online video game

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

what is the universal serial bus

A

s a communication interface that has become a standard for connecting devices to their parent

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

does the usb use serial or parralel

A

serial transmission- only 1 direction

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

advantages of usb

A
  • it is univeral
  • can only be inserted a certain way
  • compatible with many devices
  • use other cables while using usb
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is parity check

A

involves a parity bit at the end or start of binary number and is sent along with the data. there is an even parity or add parity ( refering to th enumbers of 1s)

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

how to calculte checksum

A

if the sum of bytes is less than 255- that is the checksum
if not then
- divide the sum of bytes by 256
- round to nearest integer
multiply integer by 256
- origingal sum- product

17
Q

what is echo check

A
  • a method of error detection where the receiving computer sends back an exact copy of the data to the sending computer.
  • The sending computer then compares the data it originally sent to the data it has received back.
  • If there is a match between the two data sets, then the transmission took place without error. If there is an error, the sending computer resends the data, and the process starts all over again.
18
Q

what is check digit

A

A check digit is an extra digit added to a number that is calculated from the existing digits in the number. It is used to check for errors during data entry.
eg: ISBN, barcodes

19
Q

what is automatic repeat request

A
  • controls errors
  • when data is recieved computer sends the aknowladgement which indicates weather data was sent correctly. can be positive or negative
  • if negative computer will re request the data
  • this process is repeated until tmeout is passed
20
Q

what is encryption

A

encryption scrambles data so it cant be understood without decoding it.

21
Q

wat are the 2 types of tect

A

plaint text- regular
cipher text- encrypted

22
Q

how does ceaser cypher work

A

shifts letter a number of positions to the right or to the left

23
Q

what is symetric encryption

A

a single key is used for encrypting messege and decrypting it. messege and key are send to reciever in seperate texts

24
Q

what is asymetric encryption

A

uses 2 keys, one private and one public- 1 for encryption and other is used for decryption.

25
Q

advantages of asymetric encryption

A

much more reliable- a messege cant be decrypted withput both keys