450 Flashcards

1
Q

NRZ encoding

A

Transmission is high on 1 and low on 0. Signal shifts between numbers, sustaining between repeating numbers.

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

NRZI encoding

A

Transmission shifts on 1’s and sustains on 0’s. Transitions ocour during numbers / in the middle of the clock cycle.

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

Manchester encoding

A

Transmission shifts to high on 0’s and shifts to low on 1’s. Transitions occur during numbers / in the middle of the clock cycle.

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

What can occur if there is a long sequence of either ones or zeroes in a transmission?
What impact might this have?

A

A long sequence of 1’s and 0’s keep the signal high or low for too long. This can cause the
baseline signal of the receiver to change. This can also cause the clock signal to drift.

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

Why is Manchester encoding only 50% efficient? What is the efficiency measured
against?

A

Manchester encoding has a 50% efficiency, due it’s doubled rate of signal transitions, as NRZ and
NRZ can transmit twice the bits. It is NRZI and NRZ that Manchester is measured against.

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

Does NRZI with 4B/5B encoding have the same efficiency as Manchester encoding?
Explain.

A

NRZI 4B/5B encoding has an 80% efficiency. 4b/b encoding lessens the amount of consecutive.
1’s and caps the amount of 0 at 3. NRZI also deals with consecutive 1’s by switching upon 1’s.
Manchester encoding has a 50% efficiency.

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

What are the 2 interfaces of a protocol

A

Service interface and peer interface

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

What is a service interface

A
  1. the interface to the other network layers
  2. defines the operations that local objects can preform on the protocol.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a peer interface

A
  1. Interface between different peers on a network.
  2. the format of message headers and trailers.
  3. defines the form and meaning of messages exchanged between protocol peers to implement the communication service.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What type of address would a wifi distribution system use?

A

MAC address as it operates at the link layer.

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

fully explain how 802.11 achieves collision avoidance, include the optional mechanism described in the book.

A

Carrier Sense and RTS-CTS

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

what is RTS

A

request to send

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

What is CTS

A

clear to send

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

Whats a checksum?

A

Check + Sum.

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

what happens in binary addition when you extant by 1

A

remove the extant 1, and add 1 to remainder.

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

What is XOR

A

00 = 0
01 = 1
10 = 1
11 = 0

15
Q

how is a checksum performed

A

Divide binary string into 4 nibble chunks. Add the 1st 2 chunks (wrap around extant 1’s) add the 3rd chunk to the sum, add the 4th to that sum etc. when finished find the binary compliment.

15
Q
A
15
Q

how do i

A
15
Q

what is the CRC polynomial

A

a based ass number that we dont need to find the origin to.

15
Q
A
16
Q
A