Assignment Questions Flashcards
What are the three basic parts of a communication system
Transmitter, Channel, Receiver
What are the 3 major regions of the atmosphere?
Troposphere, Stratosphere, Ionosphere
Which atmospheric region has relatively little effet on radio waves?
Stratosphere because it has low atmostpheric phenomena and low concentration of ions.
Which layer of the atmosphere does virtually all weather phenomena occur?
Troposphere
Which region of the atmosphere is considered most important for long range communications and why?
Ionosphere due to sky wave transmissions.
What three factors affect the amount of refraction off the ionosphere?
Frequency, ionization, angle of incidence.
Explain the PCM encoding process
Sampling - Signal is sampled at regular intervals
Quantization - each sample is assigned a digital value
Encoding - the quantized values are encoded into digital format
What are 3 types of ARQ
Stop-and-Wait
Go-Back-N
Selective Repeat
Define ARQ
Automatic Repeat Request is an error control and packet recovery method for data transmission.
What is the difference between codes and ciphers?
Codes: Replace entire words with other words or phrases.
Ciphers: Transform individual characters
List 3 ways to defend your system from a brute force attack
Strong encryption algorithm with large bit keys
Rate limiting attempts
Multifactor authentification
List three items you would keep classified to maintain the integrity of your encryption system
-Encryption keys
-Key management process - how they are generated, stored, and distributed
-System architecture - security protocols
Explain the difference between multiplexing and multiple access
Multiplexing - allows users to combine signals for transmission
Multiple access - how multiple users share access to a comms channel
Why would you use manchester encoding?
Synchronization because each bit has a transition which helps in clock recover. However, it doubles the bandwidth since each bit is represented by two level transitions.
Used where synchronization is most important.
Why would you use differential manchester encoding?
Ensures synchronization as well. Used where data integrity is most important.