#4: Digital Transmission Flashcards

1
Q

Integral of sin(x).dx

A

-cos(x) + C

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

What is a LAN? Explain.

A

Local Area Network.

A network spanning a small physical area where PCs are connected to each other without the need for an intermediate router/switch.

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

What is the ethernet frame format?

A

1) Pre-amble (data to tell receiver it’s about to transmit actual data)
2) Destination address (physical MAC address)
3) Source address (also physical MAC address)
4) Type
5) Actual data
6) CRC (error checking)

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

Draw a diagram of a basic wired bus topology. What are some drawbacks?

A

Uses coax cable.

What if two devices try and talk at the same time? Packet collision. Therefore requires some packet collision detection,

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

Draw a diagram of star topology. What are some benefits?

A

Uses cheaper twisted-pair cable

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

What’s the difference between a hub, a switch and a router?

A
  • Hub: least expensive + intelligent; when it receives a message, it simply broadcasts it to all devices.
  • Switch: learns which ports are connected to which devices, and switches an incoming packet to the respective device.
  • Router: the most expensive + complicated. It assigns an IP address to each machine, which can then be used from devices outside the LAN.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an ‘MTU’?

A

Maximum Transmission Unit

Max. packet size (generally 1500 bytes).

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

What are the 802.11 IEEE standards? What is one fast protocol at the moment?

A

A set of standards/protocols for wireless LANs.

802.11ac = ~7Gbps, one of the fastest currently

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

What is CSMA/CA?

A

CS = Carrier Sense (can only transmit if no-one else is)

MA = Multiple Access (several people share LAN)

CA = Collision Avoidance (makes sure two people don’t transmit at once; otherwise the transmission must re-start)

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

What is the ‘hidden station’ problem in wireless network transmission?

A

A common wireless LAN problem. It’s conceivable that two stations can see one station in common, but not each other (i.e. they are out of range of each other, but not of a station in between them). They both try and transmit to the middle station at once, and the middle station receives a garbled mix of station A and B’s transmission. This is why CSMA/CA was invented.

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

What does ‘ADSL’ stand for?

A

Asymmetric Digital Subscription Line

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

How does ADSL work?

A
  • physical phone lines only use about 3kHz for voice data
  • this leaves all higher frequency bands unused
  • ADSL uses the remaining unused higher frequency bands for up/downlink of digital data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain Adaptive Bit Allocation in the context of ADSL.

A

problem: there’s lots of noise on an ADSL telephone line.

solution:

  • up/downlink frequency blocks split up in to ‘sub-channels’
  • SNR of each sub-channel monitored
  • sub-channels with lower SNR (i.e. less noise) allocated more bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Draw a block diagram showing how ADSL is modulated. Explain.

A
  1. serial bitstream input allocated into ‘blocks’
  2. ‘blocks’ allocated into ‘sub-channels’ via the constellation map. This defiens the magnitude and phase of these sub-channels to different frequency bands.
  3. the IDFT (Inverse Discrete Fourer Transform) converts these subchannels into a varying waveform which is the sum of all incoming sub-channel waveforms (uses OFDM principle).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the internet?

A

A bunch of connected LANs.

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

What is packet switching? Draw a diagram of how a packet might get from one device to another over the internet.

A

Routing packets to their destination. Each forward from a router to another router = 1 ‘hop’.

17
Q

Explain the concept of Frame Encapsulation.

A

Each protocol adds its own header onto the existing packet. For example, inside an ethernet frame might be an IP header, a TCP header, and other headers.

18
Q

An ethernet header is only used within a ____.

A

LAN (Local Area Network).

19
Q

What do the IP and TCP Protocols do? How are they different?

A

IP = Internet Protocol; responsible for routing and addressing packets of data so that they can travel across networks and arrive at the correct destination. Doesn’t care about reliability, errors, sequencing, etc…

TCP = Transmission Control Protocol; when packets arrive they may be out of order. The TCP orders them and makes sure they are error-free.

20
Q

Why is IPv6 better than IPv4?

A
  1. larger adderss space (2^32 vs 2^128). This means more computers can be on the internet.
  2. simpler header (faster routing).
  3. address autoconfiguration (can get MAC address from the IPv6 header).
21
Q

What is a ‘port’?

A

Identifies an application (e.g. port 80 = HTTP).

22
Q

What is a 3-way handshake? Draw a diagram and explain.

A

A method of establishing a connection between a client and a server. The client sends a ‘SYN’ (synchronize); the server responds with a ‘SYN + ACK’ (synchronize and awknowledge), and the client completes the process with an ‘ACK’.

23
Q

What is the Re-transmission Timeout (RTO)? Draw a diagram.

A

When a sender misses too many ACKs after sending some packets, it stops sending for a bit (a time governed by the RTO). It then resuming sending, but more cautiously; first one packet (waits until ACK), then two packets, etc…

24
Q

Explain the concept of TCP congestion avoidance. Draw a diagram.

A
  • If a client (e.g. a PC) sends too many packets to the server (e.g. a router), the servers’ buffer may overflow.
  • This causes packets to be lost.
  • To prevent such congestion, the sender keeps increasing its packet-sending rate until a packet is lost. TCP interprets this as congestion; stops, reduces its transmission rate, and starts the process again.
25
Q

What is Australia’s digital TV standard called? What type of multiplexing does it use?

A

DVB-T; OFDM.

26
Q

What is image blocking?

A

Reducing an image into ‘blocks’ of 8x8 pixels.

27
Q

The maximum power transfer occurs when the source resistance ____ the load resistance

A

equals