L3 The Physical Layer Flashcards
Describe a circuit and the differences between physical circuits and logical circuits.
A circuit interconnects two data link entities.
The physical circuit is the actual mechanical or electrical interconnection such as a wire, optical cable, physical check.
The logical circuit is an interconnection abstracted in terms of its characteristics such as bandwidth, modulation, reach, and symbol rate
Describe the physical layer
The physical layer is concerned with the physical interface connection between devices and transmission of bits (1&0) across the link. It can be mechanical, electrical, optical, or functional.
Describe analog data transmission
Analog data transmission uses a signal that is continuous in time.
The signal can have any value between defined upper and lower bounds. Signal shape may be arbitrary
Describe digital data transmission
Digital data transmission uses a signal that has limited defined values. Values represent either zero or one. The signal shape is a series of pulses.
What are the advantages of digital data transmission over analog data transmission?
- Fewer errors (only 0s & 1s transmitted easier to detect and correct errors).
- Higher transmission rate
- More efficient use of transmission media
- more secure (digital data is easier to encrypt)
- enables convergence (voice, video, data in single form is easier to integrate)
What are the two fundamental circuit configurations?
Point-to-point and multipoint
Describe point-to-point circuit configuration
A point-to-point connection (also called dedicated circuits - direct client to server) is required only for very high producers or consumers of data.
Communications consume most of the capacity of the link.
It is too expensive to be practical solution for any deployment of appreciable scale
Common connection type in modern wired networks. The physical link is used only by two devices.
Describe multipoint circuit configuration
There are multiple hosts on the network issue of which consumed a portion of the available medium capacity.
Much cheaper than point-to-point
Only a single host can use the medium at one time.
What are the three types of the data flow transmission characterizations?
- Symplex transmission: Data flows in one direction only (radio, TV)
- Half duplex transmission: data flows in both directions, one direction at a time. (Walkie-talkie)
- Full-duplex transmission: data flows in both directions simultaneously with no turnaround time.
Define turnaround time (also called retrain time or reclocking time)
The amount of time communication takes to switch between sending and receiving data.
True or false, in any modern circuit, the capacity (bandwidth) of the link is not divided when the link is operated in full-duplex mode.
True
What is multiplexing?
Multiplexing means to break one high-speed physical communication circuit into several lower speed logical circuits so that many different devices can simultaneously to use it but still “think” that they have their own separate circuits.
Draw the multiplexing diagram
Multiple clients lead to mux distributed over a high bandwidth link to another mux where it is partitioned to multiple servers.
What are the four types of multiplexing?
- Frequency division multiplexing
- Time division multiplexing (synchronous)
- Statistical time division multiplex thing
- Wavelength division duplexing
True or false, multiplexing is often done in multiples of 4.
True
What are the benefits of multiplexing?
The primary benefit of multiplexing to save money by reducing the amount of cable or the number of network circuits that must be installed.
True or false, frequency division multiplexing can be described as dividing the circuit HORIZONTALLY so that many signals can travel a single communication circuit simultaneously. All signals exist in the media at the same time.
True
Describe frequency division multiplex (FDM)
With the frequency division multiplexing the total bandwidth of the median is divided into smaller bands. Each channel is allocated the bandwidth of a single band. Guardbands are needed to prevent interchannel interference. Some examples include cable TV and ADSL
What does mux stand for?
Multiplexing
Describe Synchronous time division multiplex (STDM)
Medium capacity divided into equal length time slots. Each device takes over the entire medium while it is transmitting
Each device gets the same length of time to transmit on each slot
Slot allocated even if device has no data to transmit
This technique is synchronous
Each end must be perfectly time-aligned
Is the synchronous time division multiplex more efficient than the frequency division multiplex?
Yes, the synchronous time division multiplex does not need guard bands which makes it a more efficient use of resources; however, a time slot is still allocated to a device even if it is not in use.
Describe statistical time division multiplex (STDM)
Mux only transmits data for a device when that device has data to send
- Does not waste medium capacity with empty data time slots
- Mux may drop traffic if statistical assumptions are violated
- An address field must be added to the data so that the sender can be identified.
What are the advantages and disadvantages of statistical time division multiplex?
Advantages