[Back to Lecture Notes page]

Some Example Systems at the Physical Layer

Sub-topic Outline:

The Telephone System

The Structure of the Telephone System

Fig 2-15 Tanenbaum textbook p105

The telephone system consist of three main components:

Analog-Digital Conversion on the Local Loop

Modulation Techniques

Modulation techniques refers to the way we convert an digital signal to an analog wave. Converting the analog wave back to digital is called demodulation.

Fig 2-18 Tanenbaum textbook p110

In the telephone system, we analog signal comes in the form of a tone over the telephone line. To use that tone to (which can be represented by a sine wave) to send our digital signal, we can use one of 3 ways:

  1. Amplitude modulation - we change the amplitude of the wave, which means we vary the voltage of the line.
  2. Frequency modulation - we change the frequency of the wave, which means we use different tones.
  3. Phase modulation - we ofset the original wave by a certain amount.

Modulation on Standard Modems

Multiplexing

Frequency Division Multiplexing

Fig 2.24 Tanenbaum textbook p119.

Wavelength Division Multiplexing

Fig 2.25 Tanenbaum textbook p120.

Time Division Multiplexing

Pulse Code Modulation

Basically,

All modern telephone systems uses PCM to convert to analog sound signals to digital.

My description in the final part of the lecture notes on signals, with the title "An Example of Sending Digital Signals through an Analog Medium", is based on PCM.

The T1 Carrier

Fig 2.26 Tanenbaum textbook p122.

An important note here about a change: up till now, we have talked about transmission media and their properties in transmitting signals. They offer services (ie. transmitting signals) used by other higher level services. T1 (and later on E1, T2, ATM, etc) involves higher level definitions (eg. number of channels, synchronisation of bits, etc) than just sending/receiving signals, and so are not completely dependant on the transmission media. So for example we can built a T1 carrier using any media, as long as we can transmit 24 channels in 125 microsec, etc. Obviously if we want the connection to be over a reasonable distance, not all media will be able to do this, but the point is still that T1 DOESN'T define you must use fiber optics. Even though we are still talking about physical layer services this is now a higher level protocol. The main point here is that although we still put the protocol T1 in the physical layer, it is one level higher than the physical medium.

The E1 Carrier

Higher-Order Carriers

Switching

We have discussed what happens when a signal goes from digital-analog-digital (modulation), and how to put multiple signals into a single high-bandwidth line (multiplexing). But how do we actually get a connection from one end of a network to another. This involves knowing what happens to the data at each node in the network.

In circuit switching, when a connection (eg. telephone call) is made, a physical path is found from the one end of the connection to the other. This physical 'path' is allocated to this connection, and no one else can make use of. This doesn't mean you can't have more than one physical path going through a single real link (eg. like a copper wire). A few physical paths can go through a single copper wire by using multiplexing.

In packet switching, there are no allocated paths. A single connection (eg. exchanging text messages on a chat line) involves having all transmission broken up into blocks, and each block sent to the other side independently. How each block is routed is up to the individual nodes which receives it. Internet communications occurs by packet switching. We will study routing when we get to the topic on the Network Layer.

Message Switching is a variation of packet switching, where a whole message (could be voice) is transmitted as a block, and not broken up into smaller pieces. It is easier to synchronize, but is not as flexible and efficient in terms of bandwidth.

Note that 2-34(a) is simplified because we might have more than one circuit going through a link (through multiplexing)

Integrated Services Digital Network (ISDN)

Example Services ISDN wants to Support

The ISDN Architecture

Fig 2-41

What the ISDN Bit Pipe Can Support

Popularity of ISDN

Broadband ISDN and ATM Networks

Communication Satellites

Geosynchronous Satellites

Very Small Aperture Terminals (VSATs)

Fig 2-56 Tanenbaum textbook p166

Low-Orbit Satellites

Fig. 2-57

In 1990, Motorola developed and launched a system of 77 satellites in a chain so that as one satellite goes out of range, another comes into range to continue the transmission. This was called the Iridium Project (Iridium is the 77th element in the periodic table). This led to a huge amount of such statellite chains being launched by different companies.

Satellite vs Fiber

20 years ago, it looked like satellite communication was the future of telecommunications. Only after the introduction of fiber optics and the broadband (ie. high bandwidth) networks that it looks like satellites are not necessary. Still it is unique since:

  1. Fibers only available to where the cables are installed. Satellites (potentially) broadcast everywhere.
  2. Some parts of ground-based networks still are very slow (eg. local loops using twisted pairs).
  3. It can supply connect mobile users
  4. Good for broadcasting, rather than point-to-point.
  5. Good for places where laying ground lines are not feasible.

[Back to Lecture Notes page]