Showing posts with label Bearer Services. Show all posts
Showing posts with label Bearer Services. Show all posts

Monday, June 27, 2011

Bearer Protocols in Detail


The bearer protocols are where the real work in voice gets done. The bearer channel carries the voice, sampled by microphones as digital data, compressed in some manner, and then placed into packets which need to be coordinated as they fly over the networks.
Voice, as you know, starts off as sound waves (Figure 1). These sound waves are picked up by the microphone in the handset, and are then converted into electrical signals, with the voltage of the signal varying with the pressure the sound waves apply to the microphone.
The signal (see Figure 2) is then sampled down into digital, using an analog-to-digital converter. Voice tends to have a frequency around 3000 Hz. Some sounds are higher—music especially needs the higher frequencies—but voice can be represented without significant distortion at the 3000Hz range. Digital sampling works by measuring the voltage of the signal at precise, instantaneous time intervals. Because sound waves are, well, wavy, as are the electrical signals produced by them, the digital sampling must occur at a high enough rate to capture the highest frequency of the voice. As you can see in the figure, the signal has a major oscillation, at what would roughly be said is the pitch of the voice. Finer variations, however, exist, as can be seen on closer inspection, and these variations make up the depth or richness of the voice. Voice for telephone communications is usually limited to 4000 Hz, which is high enough to capture the major pitch and enough of the texture to make the voice sound human, if a bit tinny. Capturing at even higher rates, as is done on compact discs and music recordings, provides an even stronger sense of the original voice.

 
Figure 2: Example Voice Signal, Zoomed in Three Times
Sampling audio so that frequencies up to 4000 Hz can be preserved requires sampling the signal at twice that speed, or 8000 times a second. This is according to the Nyquist Sampling Theorem. The intuition behind this is fairly obvious. Sampling at regular intervals is choosing which value at those given instants. The worst case for sampling would be ifone sampled a 4000 Hz, say, sine wave at 4000 times a second. That would guarantee to provide a flat sample, as the top pair of graphs in Figure 3 shows. This is a severe case of undersampling, leading to aliasing effects. On the other hand, a more likely signal, with a more likely sampling rate, is shown in the bottom pair of graphs in the same figure. Here, the overall form of the signal, including its fundamental frequency, is preserved, but most of the higher-frequency texture is lost. The sampled signal would have the right pitch, but would sound off.

 
Figure 3: Sampling and Aliasing
The other aspect to the digital sampling, besides the 8000 samples-per-second rate, is the amount of detail captured vertically, into the intensity. The question becomes how many bits of information should be used to represent the intensity of each sample. In the quantization process, the infinitely variable, continuous scale of intensities is reduced to a discrete, quantized scale of digital values. Up to a constant factor, corresponding to the maximum intensity that can be represented, the common value for quantization for voice is to 16 bits, for a number between 215 = 32,768 to 215 1 = 32,767.

The overall result is a digital stream of 16-bit values, and the process is called pulse code modulation (PCM), a term originating in other methods of encoding audio that are no longer used.

Sunday, February 3, 2008

Bearer Services

Bearer services are telecommunication services that are used to transfer user data and control signals between two pieces of equipment. Bearer services can range from the transfer of low speed messages (300 bps) to very high-speed data signals (10+ Gigabits).

Bearer services are typically categorized by their information transfer characteristics, methods of accessing the service, interworking requirements (to other networks), and other general attributes. Information characteristics include data transfer rate, direction(s) of data flow, type of data transfer (circuit or packet) and other physical characteristics. The access methods determine what parts of the system control could be affected by the bearer service. Some bearer services must cross different types of networks (e.g., wireless and wired) and the data and control information may need to be adjusted depending on the type of network. Other general attributes might specify a minimum quality level for the service or special conditional procedures such as automatic re-establishment of a bearer service after the service has been disconnected due to interference. Some categories of bearer services available via the telephone system include synchronous and asynchronous data, packet data, and alternate speech and data.

Figure below shows a typical bearer service. In this diagram, a customer decides to send a data file to a computer that is connected to a public telephone network (at the office). In this example, the bearer service is circuit-switched data. The customer uses a modem to adapt their portable computer to the telephone network. The portable dials the office computer telephone number via the modem. The telephone system routes this call to a modem that connects the office computer to the telephone network. When the office computer modem accepts the call, the customer’s modem begins to send data directly on the telephone line at channel at 28 kbps. All the telephone system provides is a standard voice communications path between the portable computer modem and the office computer modem. The key bearer service attribute is the transfer of real-time information in the audio frequency range of 300 Hz to 3300 Hz. This is the bearer service.


bearer service


Constant Bit-rate (CBR)
Constant bit-rate (CBR) service is a class of telecommunications service that provides an end-user with constant bit data transfer rate. CBR service is often used when real-time data transfer rate is required such as for voice service.

Variable Bit-rate (VBR)
Variable bit-rate (VBR) is a category of telecommunications service that provides the users with a data transmission rate of service that can vary. Applications that use VBR services usually require some real-time interactivity with bursts of data transmission. An example of a VBR application is videoconferencing.

Available Bit-rate (ABR)
Available bit-rate (ABR) is a communications service category that provides the user with a data transmission rate that varies dependent on the availability of the network resources. ABR service may provide the user with feedback as to the changed data transfer rate and may have established minimum and maximum levels of data transmission rates.

Unspecified Bit-rate (UBR)
Unspecified bit-rate (UBR) is a category of telecommunications service that provide an unspecified data transmission rate of service to end-user applications. Applications that use UBR services do not require real-time interactivity nor do they require a minimum data transfer rate. UBR applications may not require the pre-establishment of connections. An example of a UBR application is Internet web browsing.

Committed Information Rate (CIR)
Committed information rate (CIR) is a guaranteed minimum data transmission rate of service that will be available to the user through a network. Applications that use CIR services include voice and real-time data applications. CIR can be measured in bits per second, burst size, and burst interval.

Some service providers allow users to transmit data above the CIR level. However, when data is transmitted above the CIR level, some of the data may be selectively discarded if the network becomes congested.