Week 8 Flashcards

1
Q

What is the curse of Inverse-Square Law?

A

Power is proportional to 1 / (distance^2)

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

What is a big problem in communication?

A

inverse-square law
If received power is low, noise becomes a severe problem

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

What is compression?

A

Removing redundancy

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

What is error correction?

A

Adding redundancy to improve reliability

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

What are the two main methods of error correction?

A

Reverse error correction
Forward error correction

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

How does reverse error correction work?

A

Receiver checks message, if error is detected transmitter resends the message

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

What are some issues with reverse error correction?

A

Unsuited for real-time applications
Unsuited for simplex communication like broadcasting

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

How to detect bit errors?

A

Parity Check
Cyclic redundancy check

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

What are some issues with parity check?

A

If there are even number of errors, we can’t detect them

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

What are some issues with Hamming Code?

A

Can only correct 1 bit error
Can detect 2 bit errors, but not correct them

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