"; function search(frm) { win = window.open("","scrollbars"); win.document.write(page); txt = frm.srchval.value.split(" "); fnd = new Array(); total=0; for (i = 0; i < item.length; i++) { fnd[i] = 0; order = new Array(0, 4, 2, 3); for (j = 0; j < order.length; j++) for (k = 0; k < txt.length; k++) if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "") fnd[i] += (j+1); } for (i = 0; i < fnd.length; i++) { n = 0; w = -1; for (j = 0;j < fnd.length; j++) if (fnd[j] > n) { n = fnd[j]; w = j; }; if (w > -1) total += show(w, win, n); fnd[w] = 0; } win.document.write("

Total found: "+total+"
"); win.document.close(); } function show(which,wind,num) { link = item[which][1] + item[which][0]; line = ""+item[which][2]+" Score: "+num+"
"; line += item[which][4] + "
"+link+""; wind.document.write(line); return 1; } Wireless Technology

Home  | About Us | Site Map |
  
 
.......................................................................................................................................................................................................
Wireless Systems Wireless Technology Protocols & Languages Professional Bodies Glossary
Wireless Technology                                                 SATELLITE COMMUNICATION
  Blue Tooth
  Radar
  Satellite Communication
  WiFi
  WiMAX
  WLAN
  Zigbee

Introduction In 1962, the American telecommunications giant AT&T launched the world's first true communications satellite, called Telstar. Since then, countless communications satellites have been placed into earth orbit, and the technology being applied to them is forever growing in sophistication.

Basic Elements Satellite communications are comprised of 2 main components:

  • The Satellite The satellite itself is also known as the space segment, and is composed of three separate units, namely the fuel system, the satellite and telemetry controls, and the transponder. The transponder includes the receiving antenna to pick-up signals from the ground station, a broad band receiver, an input multiplexer, and a frequency converter which is used to reroute the received signals through a high powered amplifier for downlink. The primary role of a satellite is to reflect electronic signals. In the case of a telecom satellite, the primary task is to receive signals from a ground station and send them down to another ground station located a considerable distance away from the first. This relay action can be two-way, as in the case of a long distance phone call. Another use of the satellite is when, as is the case with television broadcasts, the ground station's uplink is then downlinked over a wide region, so that it may be received by many different customers possessing compatible equipment. Still another use for satellites is observation, wherein the satellite is equipped with cameras or various sensors, and it merely downlinks any information it picks up from its vantagepoint.
  • The Ground Station. This is the earth segment. The ground station's job is two-fold. In the case of an uplink, or transmitting station, terrestrial data in the form of baseband signals, is passed through a baseband processor, an up converter, a high powered amplifier, and through a parabolic dish antenna up to an orbiting satellite. In the case of a downlink, or receiving station, works in the reverse fashion as the uplink, ultimately converting signals received through the parabolic antenna to base band signal.
  • Various Uses of Satellite Communications
    Traditional Telecommunications Since the beginnings of the long distance telephone network, there has been a need to connect the telecommunications networks of one country to another. This has been accomplished in several ways. Submarine cables have been used most frequently. However, there are many occasions where a large long distance carrier will choose to establish a satellite based link to connect to transoceanic points, geographically remote areas or poor countries that have little communications infrastructure. Groups like the international satellite consortium Intelsat have fulfilled much of the world's need for this type of service.
  • Cellular Various schemes have been devised to allow satellites to increase the bandwidth available to ground based cellular networks. Every cell in a cellular network divides up a fixed range of channels which consist of either frequencies, as in the case of FDMA systems, or time slots, as in the case of TDMA. Since a particular cell can only operate within those channels allocated to it, overloading can occur. By using satellites which operate at a frequency outside those of the cell, we can provide extra satellite channels on demand to an overloaded cell. These extra channels can just as easily be, once free, used by any other overloaded cell in the network, and are not bound by bandwidth restrictions like those used by the cell. In other words, a satellite that provides service for a network of cells can allow its own bandwidth to be used by any cell that needs it without being bound by terrestrial bandwidth and location restrictions.

    Technological Overview Satellites for Data
  • Characteristics Incorporating satellites into terrestrial networks is often hindered by three characteristics possessed by satellite communication.
    • Latency (propagation delay): Due to the high altitudes of satellite orbits, the time required for a transmission to navigate a satellite link (more than 2/10ths of a second from earth station to earth station) could cause a variety of problems on a high speed terrestrial network that is waiting for the packets.
    • Poor Bandwidth: Due to radio spectrum limitations, there is a fixed amount of bandwidth allocable to satellite transmission.
    • Noise: A radio signals strength is in proportion to the square of the distance traveled. Due to the distance between ground station and satellite, the signal ultimately gets very weak. This problem can be solved by using appropriate error correction techniques.

BACK