Subscribe to our RSS Feeds
Hello, this is a sample text to show how you can display a short information about you and or your blog. You can use this space to display text or image introduction or to display 468 x 60 ads and to maximize your earnings.

Friday, August 19, 2011

Setting OSPF Mikrotik

SETTING OSPF MAINROUTER

Setting Interface

[admin@MainRouter] > in pr

Flags: X – disabled, D – dynamic, R – running

# NAME TYPE RX-RATE TX-RATE MTU

0 R ether1=ToClient ether 0 0 1500

1 R ether2=ToInternet ether 0 0 1500

Setting IP

[admin@MainRouter] > ip add pr

Flags: X – disabled, I – invalid, D – dynamic

# ADDRESS NETWORK BROADCAST INTERFACE

0 192.168.10.18/27 192.168.10.0 192.168.10.31 ether2=ToInternet

1 10.10.10.1/24 10.10.10.0 10.10.10.255 ether1=ToClient

2 10.10.20.1/24 10.10.20.0 10.10.20.255 ether1=ToClient

Setting Gateway (ROUTE)

[admin@MainRouter] > ip rou pr

Flags: X – disabled, A – active, D – dynamic,

C – connect, S – static, r – rip, b – bgp, o – ospf

# DST-ADDRESS PREF-SRC G GATEWAY DIS

0 ADC 192.168.10.0/27 192.168.10.18

1 A S 0.0.0.0/0 r 192.168.10.1

Setting NAT

[admin@MainRouter] > ip fire nat pr

Flags: X – disabled, I – invalid, D – dynamic

0 chain=srcnat out-interface=ether2=ToInternet action=masquerade

Setting DNS

[admin@MainRouter] > ip dns pr

primary-dns: 222.124.180.40

secondary-dns: 0.0.0.0

allow-remote-requests: yes

cache-size: 2048KiB

cache-max-ttl: 1w

cache-used: 20KiB

SETTING OSPF

[admin@MainRouter] > routing ospf pr

router-id: 0.0.0.0

distribute-default: if-installed-as-type-2

redistribute-connected: as-type-1

redistribute-static: as-type-2

redistribute-rip: no

redistribute-bgp: no

metric-default: 1

metric-connected: 0

metric-static: 0

metric-rip: 0

metric-bgp: 0

Setting OSPF AREA

[admin@MainRouter] > routing ospf area print

Flags: X – disabled

# NAME AREA-ID TYPE DEFAULT-COST AUTHENTICATION

0 backbone 0.0.0.0 default none

1 Local 0.0.0.1 default 1 none

Setting OSPF NETWORK

[admin@MainRouter] > routing ospf network print

Flags: X – disabled, I – invalid

# NETWORK AREA

0 10.10.10.0/24 Local

1 10.10.20.0/24 Local

Final Setting in OSPF Neighbors

[admin@MainRouter] > routing ospf neighbor print

router-id=192.168.101.1 address=10.10.20.2 priority=1 state=”Full”

state-changes=4 ls-retransmits=0 ls-requests=0 db-summaries=0

dr-id=10.10.20.1 backup-dr-id=10.10.20.2

router-id=192.168.200.1 address=10.10.10.2 priority=1 state=”Full”

state-changes=8 ls-retransmits=0 ls-requests=0 db-summaries=0

dr-id=10.10.10.1 backup-dr-id=10.10.10.2

router-id=192.168.10.18 address=10.10.20.1 priority=1 state=”2-Way”

state-changes=0 ls-retransmits=0 ls-requests=0 db-summaries=0

dr-id=10.10.20.1 backup-dr-id=10.10.20.2

Final Setting in IP ROUTE

[admin@MainRouter] > ip rou pr

Flags: X – disabled, A – active, D – dynamic,

C – connect, S – static, r – rip, b – bgp, o – ospf

# DST-ADDRESS PREF-SRC G GATEWAY DIS

0 ADC 10.10.10.0/24 10.10.10.1

1 Do 10.10.10.0/24

2 ADC 10.10.20.0/24 10.10.20.1

3 Do 10.10.20.0/24

4 ADC 192.168.10.0/27 192.168.10.18

5 ADo 192.168.100.0/30 r 10.10.10.2

6 ADo 192.168.101.0/24 r 10.10.20.2

7 ADo 192.168.200.0/30 r 10.10.10.2

8 A S 0.0.0.0/0 r 192.168.10.1

SETTING OSPF CLIENT1

[admin@Client1=RouterBoard] > in pr

Flags: X – disabled, D – dynamic, R – running

# NAME TYPE RX-RATE TX-RATE MTU

0 R ether1=ToMainRouter ether 0 0 1500

1 R ether2=ToLocal ether 0 0 1500

2 R ether3 ether 0 0 1500

3 wlan1 wlan 0 0 1500

4 X wlan2 wlan 0 0 1500

[admin@Client1=RouterBoard] > ip add pr

Flags: X – disabled, I – invalid, D – dynamic

# ADDRESS NETWORK BROADCAST INTERFACE

0 10.10.10.2/24 10.10.10.0 10.10.10.255 ether1=ToMainRouter

1 192.168.100.1/30 192.168.100.0 192.168.100.3 ether2=ToLocal

2 192.168.200.1/30 192.168.200.0 192.168.200.3 wlan1

[admin@Client1=RouterBoard] > ip dns pr

primary-dns: 0.0.0.0

secondary-dns: 0.0.0.0

allow-remote-requests: no

cache-size: 2048KiB

cache-max-ttl: 1w

cache-used: 17KiB

[admin@Client1=RouterBoard] > rou ospf pr

router-id: 0.0.0.0

distribute-default: never

redistribute-connected: as-type-1

redistribute-static: no

redistribute-rip: no

redistribute-bgp: no

metric-default: 1

metric-connected: 0

metric-static: 0

metric-rip: 0

metric-bgp: 0

[admin@Client1=RouterBoard] > rou ospf area pr

Flags: X – disabled

# NAME AREA-ID TYPE DEFAULT-COST AUTHENTICATION

0 backbone 0.0.0.0 default none

1 Local 0.0.0.1 default 1 none

[admin@Client1=RouterBoard] > rou ospf network pr

Flags: X – disabled, I – invalid

# NETWORK AREA

0 10.10.10.0/24 Local

1 10.10.20.0/24 Local

[admin@Client1=RouterBoard] > ip route pr

Flags: X – disabled, A – active, D – dynamic,

C – connect, S – static, r – rip, b – bgp, o – ospf

# DST-ADDRESS PREF-SRC G GATEWAY DIS

0 ADC 10.10.10.0/24 10.10.10.2

1 Do 10.10.10.0/24

2 ADC 192.168.100.0/30 192.168.100.1

3 ADC 192.168.200.0/30 192.168.200.1

NOTE: IP adjusted with IP allocation each place.


Basic Wireless LAN (WLAN) connection with Cisco Aironet Access Point (AP)


Here is the configuration example using multiple VLANs with multiple SSIDs



Components used:-

· Any MLS switch which runs IOS

· Aironet Access Points

Assumption:-

· I assume that you have configured the DHCP pool on the IOS switch or the Router or on the dedicated DHCP server.

Design:-

· Assuming we have 3 VLANs (1,2 and 3) with native as 1 and mapping to 3 different SSIDs (one , two and three) on any Aironet Access Points.

  • SSID ONE uses WEP encryption
  • SSID TWO uses WPA-PSK
  • SSID THREE uses WPA-2-PSK
  • Assuming the AP Ethernet port is connected to fa 2/1 port of the switch.
  • Broadcasting all the 3 SSIDs.

Configuration on the AP:-

Step 1>> Configure the SSID and Map it to respective VLANS.

Enable

Conf t

Dot11 ssid one

Vlan 1

Authentication open

Mbssid Guest-mode

End

Enable

Conf t

Dot11 ssid two

Vlan 2

authentication open

authentication key-management wpa

wpa-psk ascii 7

Mbssid Guest-mode

End

Enable

Conf t

Dot11 ssid three

Vlan 3

authentication key-management wpa version 2

wpa-psk ascii 7

Mbssid Guest-mode

End

Step 2 >> Assigning the Encryption to different SSIDs with respective VLANs.

Enable

Int dot11 0

Mbssid

ssid one

ssid two

ssid three

encryption vlan 1 mode wep mandatory

encryption vlan 1 key 1 size 40bit <10bit key>

encryption vlan 2 mode ciphers tkip

encryption vlan 3 mode ciphers aes-ccm

Step 3 >> Configuring the sub interface for Dot11 radio 0 and Ethernet.

AP# configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

AP(config)# interface Dot11Radio0.1

AP(config-subif)# encapsulation dot1Q 1 native

AP(config-subif)#bridge group 1

AP(config-subif)# interface FastEthernet0.1

AP(config-subif)#bridge group 1

AP(config-subif)# encapsulation dot1Q 1 native

AP(config-subif)# end

AP# write memory

AP(config)# interface Dot11Radio0.2

AP(config-subif)# encapsulation dot1Q 2

AP(config-subif)#bridge group 2

AP(config-subif)# interface FastEthernet0.2

AP(config-subif)#bridge group 2

AP(config-subif)# encapsulation dot1Q 2

AP(config-subif)# end

AP# write memory

AP(config)# interface Dot11Radio0.3

AP(config-subif)# encapsulation dot1Q 3

AP(config-subif)#bridge group 3

AP(config-subif)# interface FastEthernet0.3

AP(config-subif)#bridge group 3

AP(config-subif)# encapsulation dot1Q 3

AP(config-subif)# end

AP# write memory

AP(config)#bridge irb

Ap(config)# bridge 1 route ip

Ap(config)# end

Ap#wr

Configuration on the Switch:-

en

conf t

int fa 2/1

switchport mode trunk

switchport trunk encapsulation dot1q

switchport trunk native vlan 1

switchport trunk allowed vlan 1,2,3

end

Step 4>> Verification

On the AP issue the command “show dot11 associations” and you need to see all the 3 SSIDs

ap#show dot11 associations

802.11 Client Stations on Dot11Radio0:

SSID [one] :

SSID [two] :

SSID [three] :

2. Try pinging from the AP to the Switch VLAN interface, you should be able to ping.

MANAGING THE AP WITH MANAGEMENT IP ADDRESS

This is done by assigning the IP address to the BVI interface of the AP, that is.

Enable

Conf t

Int bvi 1

Ip address

No shut

End

Verify:-

Issue the command “show ip int br” on the AP and check if all the interfaces are up and running.

This is it!!

PS :

Here is the Video as well on the same!!

> Click Video


Wednesday, October 27, 2010

Relieving Overburdened 3G, Ruckus Rolls Out Smart Wi-Fi

Mobile network operators have long had a love-hate relationship with 802.11 wireless. Some feared revenue siphoning by Wi-Fi hotspots; others looked to Wi-Fi for 3G offload but were troubled by lack of control over unlicensed spectrum. But Ruckus Wireless believes that carriers are now starting to think differently about Wi-Fi - and have pounced upon this opportunity with a new suite of carrier-grade 802.11 products.

"All of the operators are getting creamed by over-the-top services," said Steven Glapa, Senior Director of Field Marketing at Ruckus. "Mobile device evolution and growing traffic problems are making it ever more clear to carriers that they need to use the right tool for the right job. LTE is well suited for highly-mobile users, but not small high-density wireless cells. Carriers are realizing that Wi-Fi can be a strategic weapon [to fill this need], not just a band aid."

Not your father's Wi-Fi

The challenge here is that many carriers do not consider 802.11 products designed for residential or even enterprise deployment suitable for commercial wireless service delivery on a grand scale. To meet carrier requirements for high bandwidth, real-time service-level control, and cost-effective scalability in RF-hostile outdoor environments, Ruckus leveraged its experience in the wide-area Wi-Fi service market to expand its portfolio.

  • The ZoneFlex 7731 ($1,199) is a new outdoor point-to-multipoint 5 GHz 802.11n wireless high-speed backhaul bridge. Up to 5 bridges can be deployed with up to 30 degrees apart, with single-hop throughput ranging from 60 Mbps at 12 kilometers to 180 Mbps at 1 kilometer. This bridge is designed for carriers that deploy low density wireless broadband access or for small 3G cell backhaul.
  • The ZoneFlex 7762-S ($1,999) is a new outdoor mesh 802.11n AP with a 120 degree "Smart-Sector" antenna designed to deliver 10 dB signal gain over horizontal coverage areas. For example, a carrier might use the ZF7762-S to deliver first-mile access in venues where Wi-Fi needs to reach rooftop customer premises equipment (CPE) throughout a serving area.
  • The MediaFlex 7200 (from $99) is a new series of inexpensive 2.4 GHz 802.11n CPE designed to pair well with the ZF 7762-S. Available in three models (indoor/outdoor, internal/external antennas), the ZF7200 can be mounted on a pole or wall to be used as a remotely-managed, two-SSID residential bridge or router.
  • Carriers can manage all of these products from a central location using the FlexMaster 9.0 (from $5,000), which Ruckus claims is capable of handling tens of thousands of Smart Wi-Fi network elements and hundreds of thousands of Wi-Fi clients. Features of special interest to carriers include capacity planning, SLA visibility, efficient single-dashboard drill-down trouble-shooting, and compliance reporting.

Carrier-class 802.11

These new products, available immediately, are designed to help carriers use Wi-Fi to tap service delivery opportunities, from triple-play residential services and 3G offload to first/last mile access in developing markets and managed enterprise WLANs. However, according to Glapa, carriers can't tolerate uncertainty and unlicensed spectrum makes them nervous. "They absolutely must have interference management to deliver reliable services in concrete canyons, and our adaptive antennas are ideal for this."

But carriers are not easily convinced, so Ruckus ran competitive tests to produce some compelling evidence. The company created a high-interference live test environment consisting of 191 APs in a 3,000 square meter facility to simulate the density of a metro-area like Manhattan.

When an iPhone 3G using Wi-Fi was faced with this interference, its average throughput dropped from 8.7 to 5.5 Mbps over Ruckus. "That's about 75 percent, which is not perfect, but it's pretty good when you consider that two other industry-leading APs dropped to 0.3 and 0.1 Mbps," said Glapa.

Seeing is believing, so Ruckus also intends to use customer case studies to convince potentially skeptical carriers. For example, Tikona has already deployed over 35,000 Ruckus mesh APs to deliver last-mile wireless broadband services throughout India, and plans to continue installing 1,000 new 802.11g APs on rooftops each week. Live network samples show that 80 percent of those APs are now delivering 5 Mbps or better last-mile service - despite running over a non-engineered, self-organized set of 2.4 GHz channels. Other large carrier case studies include Chilean CLEC STEL (metro-area wireless throughout Santiago) and US 4G ISP Towerstream (3G backhaul throughout Manhattan).

Many high-profile metro-area Wi-Fi projects have failed in the past. But times are changing, and 3G/4G bandwidth is increasingly scarce and expensive. Only time will tell whether carriers really are ready to rethink their relationship with Wi-Fi. But if Ruckus is right, these new carrier-grade Wi-Fi products should fare well - highly scalable, competitively priced, and attractive total cost of ownership relative to average revenue per use (ARPU).





Linux Wi-Fi: Supercharge a Buffalo

The popular DD-WRT project was initially an offshoot of the original Linksys firmware for the WRT54, but has since undergone a complete rewrite, and now uses the OpenWRT kernel. DD-WRT is a fine upgrade for your WRT54 wireless router, or any similar device under other brand names, and there are a lot of them. The current bargain is the Buffalo WHR-G54S, which can be found for under $40. This is a popular upgrade, because it turns your buggy, inflexible, inexpensive wireless router into a rock-solid routin' powerhouse, with all manner of useful services: name services, firewalling, port forwarding, RADIUS authentication, Ethernet bridging, IPv6 support, QoS, SMB/CIFS automount, and Internet access controls.

The Buffalo WHR-G54S has limited storage; only 4 megabytes of NVRAM, and 16 megabytes of system RAM. So it doesn't have room for all of the available DD-WRT options. But you get an amazing amount of functionality into this little box, and for the price it's a steal. It will serve as an Internet router and firewall for 30 or so users, provided they're not online gambling nuts or BitTorrent addicts. You could also use it as LAN router, a LAN bridge, a dedicated wireless access point, part of a wireless mesh network, or a VPN gateway.

Installation

Let's take a walk through installing the DD-WRT firmware on the Buffalo WHR-G54S, because there are some tricky bits. These directions also apply to the Buffalo WHR-HP-G54, WZR-HP-G54, and WZR-RS-G54. With a lot of these little routers you can upload new firmware using their factory Web interfaces. But the Buffalo boxes, which are based on Broadcom hardware, accept only special encrypted firmware over the Web interface. So we have to sneak DD-WRT in through the back door, which is a short interval at bootup where the Broadcom flash ROM enters a special mode that allows new firmware to be uploaded via tftp transfer.

Prerequisites
  • Make sure you have the tftp command installed
  • If any device or computer on your network has the IP address of 192.168.1.1, take it off the network or change the address, because that is the default IP address in the DD-WRT firmware
  • Make sure you have the route and ip commands available; these come with the net-tools and iproute packages

Your Buffalo router will plug into your LAN switch just like any other device. For now you want to stick with old-fashioned wired Ethernet; don't try to do this over a wireless connection. Go ahead and power it up, and point a Web browser at http://192.168.11.1. (For the WZR-RS-G54 it's 192.168.12.1.) The default login is root, with no password.

If this doesn't fit your LAN addressing, there is an easy way to get there. Use the ip command to add an address to the network interface of your PC, then add a host route:

# ip address add dev eth0 192.168.11.2
# route add -host 192.168.11.1 gw 192.168.11.2

If you have a WZR-RS-G54, use the 192.168.12.* addresses. Now you should be able to ping your router:

$ ping 192.168.11.1
PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data.
64 bytes from 192.168.11.1: icmp_seq=1 ttl=64 time=0.633 ms

You can also run a ping test from the router; just click the System Info button to find the ping page.

All righty then, you know it works. Unplug the router's power cord, and go to the Downloads page at DD-WRT.com and download the dd-wrt.v23_mini_generic.bin file, or whatever the latest version is. Make sure it's mini_generic.bin. Change to the directory that contains the new firmware. Then run these commands:

carla@xena:~/downloads$ tftp
tftp> binary
tftp> trace
Packet tracing on.
tftp> rexmt 1
tftp> connect 192.168.11.1

Now type in the next command, but don't hit enter:

tftp> put dd-wrt.v23_mini_generic.bin

Hold the Buffalo router so you can see the green Ethernet port LEDS, which are on the back next to the ports. When it's first plugged in, all of them light up. When they all turn off except for your one connected port, hit 'enter' to execute your last tftp command. If it works, you'll see a lot of

sent DATA
received ACK
sent DATA
received ACK

Sent 2555904 bytes in 3.7 seconds
tftp>

When it's finally booted up, you'll see two green LEDs on the front panel; one for power, and a green "g" for wireless G. Now you can point your Web browser to 192.168.1.1 and be greeted by the DD-WRT control panel. If you click on any tabs you'll be asked for a login. The default is root, admin. Just like before, if this address doesn't fall into the same range as your LAN, just add a compatible address and route to your PC. Then you can log in to DD-WRT and change it.

I know, we wouldn't have to go through this silliness if it had a serial port. But it doesn't, so here we are, and be glad Linux is so flexible and capable.

Initial Setup

Naturally you'll want to change the login and password to something the whole world doesn't already know, under the Administration tab. Then you should disable Telnet and enable SSH, Administration -> Services. Don't worry about keys; just make sure the box for "Authorized Keys" is empty, including no spaces. Then configure networking under Setup -> Basic Setup.

DD-WRT includes only an NTP (Network Time Protocol) client, so you'll need a separate local NTP server. Enter the IP address of your local time server on the Administration page. Remember to use the pool.ntp.org addresses for your local time server, like this example for North America:

server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
server 3.north-america.pool.ntp.org

Visit www.pool.ntp.org for information for other zones.

Package Management

With the minimal installation, you'll have a bit less than one megabyte of space to install additional applications. But install them you can with ipkg. First turn on JFFS, the Journaling Flash File System, on the Administration page. Check both "Enable JFFS2" and "Clean JFFS2". Then click the "Save Settings" button, and the router will reboot. Once it's back up, ssh in and see what ipkg can do:

carla@xena:~$ ssh root@192.168.1.1 ~ # df -h Filesystem             
Size Used Available Use% Mounted on /dev/root 1.9M 1.9M
0 100% / /dev/mtdblock/4 1.3M 324.0k 956.0k 25% /jffs

OK, you have a little room to play with. Run ipkg with no options to get a list of commands:

~ # ipkg

Now you can generate and view a package list:

~ # ipkg update
~ # ipkg list

And that's as far we go today. Come back soon to learn some advanced DD-WRT tips and tricks.



Broadcom's On Board With Linux. Who's Next?

Though they might not have admitted it in public at the time, Linux advocates spent a large of the last decade grumbling about poor support for wireless networking devices. A big source of their discontent was Wi-Fi chip maker Broadcom, which produced a lot of the mobile chipsets and never got around to releasing Linux drivers for its wares.

Now, however, Broadcom has begun to release Linux drivers licensed liberally enough for distribution with the Linux kernel. Besides making life easier for Linux laptop users, Enterprise Networking Planet columnist Brian Proffitt suggests that holdout manufacturers might start seeing the sense of broadening their own support of Linux.

Looking forward, the ease-of-use benefits will make it easier for Linux to be shipped as an OEM platform, and installed post-market by technology adopters. More importantly, having a major hardware vendor like Broadcom take a look at Linux and decide to invest the time and effort in creating a Linux driver should mean that other hardware vendors sitting on the fence regarding a Linux driver for their own offerings may come to the conclusion that Linux is something they can no longer ignore.

They may have come to that conclusion already. The success of the Android operating system has pushed a lot of vendors (including Broadcom) to create drivers for Android devices. The BCM4319 and BCM4329 SDIO chipsets were already supported on Android, which is close enough to Linux to get support for those devices into Android's predecessor. As Android shows up on more devices, you can expect to see more Linux-ready hardware drivers appearing in the near future.

Linux will also be collecting drivers on its own merits, I would expect. Whatever the tipping point was for Broadcom to release this driver, I have a hard time believing other vendors won't be following suit quickly, especially given how resistant to Linux Broadcom has been in the past.

It is, after all, just one driver among many, and there are indeed many more drivers needed. But Broadcom may the the leader of a driver rush for Linux, which is something the operating system has needed for a long time



Blade Network Technologies Supporting 40 GbE Switches

The move toward 40 Gigabit Ethernet (GbE) networks is accelerating this week with the release of a new switching platform from Blade Network Technologies.

The new RackSwitch G8264 delivers up to 1.28 terabits of non-blocking throughput, and includes up to four 40 GbE ports and 64 10 GbE ports. The new Blade switch comes as the company is set to be acquired by IBM in a deal that is expected to close by the end of the year. Blade was set up in 2006 as a spinoff of the now-bankrupt Nortel Networks.

"40 GbE has been too pricey to bring into the data center, until now," . "This will enable massive adoption of not only 40 GbE, but also will help adoption of 10 GbE as well."

Tuchler explained that enterprises have been complaining that network uplinks at 10 GbE doesn't work if they are connecting all their servers at 10 GbE, as they need more upstream bandwidth. In response, Blade is incorporating four Quad Small Form-factor Pluggable (QFSP+) ports for 40 GbE uplinks on the RackSwitch G8264. The 40 GbE standard was ratified in June of this year alongside a 100 GbE standard for core network routing traffic.

Tuchler noted that while 40 GbE makes sense for the uplink side of switches, it doesn't yet have a place for server-side connectivity.

"I think that the server-side internal structures including the PCI bus aren't quite fast enough yet," he said. "The mainstream is using 10 GbE for servers now."

Virtualization

With the RackSwitch G8264, Blade is also delivering its VMready virtualization technology for virtual machine mobility across network infrastructure. With VMready, the company is delivering something similar to the IEEE 802.1Qbg Edge Virtual Bridging standard, which is still under development.

"The main intent behind the 802.1Qbg is to allow virtual machine traffic to have the right port profiles follow virtual machines as they move across the network," Tuchler said. "VMready has a structure that is very similar to what is emerging in 802.1Qbg."

Tuchler explained that VMready is complementary to what VMware does today with its vMotion virtual server mobility technology.

"VMready is the network equivalent of vMotion," Tuchler said. "So as vMotion moves virtual machines from one server to another, we do the network equivalent and move all the port policies across, so when the virtual machine comes up on a new server it has all the right security and network settings, so the application keeps working."

Linux-powered OS

Sitting underneath the RackSwitch G8264 is the Blade OS operating system, which has its roots in Linux. Blade is not alone in using Linux as the underlying base for its networking operating system. Alcatel-Lucent, for instance, recently moved its AOS operating system to a Linux base as well.

With IBM's move to acquire Blade set to close by the end of the year, Tuchler was unable to comment about any roadmap changes that might occur, though he stressed that the two companies already share a lot in common.

"IBM's view and Blade's view of the data center are similar and there is a lot of alignment in what we see as the challenges in the data center," he said. "That was probably a driving reason behind the acquisition, anything more than that I can't comment until after the close."

Monday, October 4, 2010

Wireless Transmitters

A transmitter is an electronic device which, usually with the aid of an antenna, propagates an electromagnetic signal such as radio, television, or other telecommunications.

Transmitter types

Generally in communication and information processing, a transmitter is any object (source) which sends information to an observer (receiver). When used in this more general sense, vocal cords may also be considered an example of a transmitter.

In radio electronics and broadcasting, a transmitter usually has a power supply, an oscillator, a modulator, and amplifiers for audio frequency (AF) and radio frequency (RF). The modulator is the device which piggybacks (or modulates) the signal information onto the carrier frequency, which is then broadcast. Sometimes a device (for example, a cell phone) contains both a transmitter and a radio receiver, with the combined unit referred to as a transceiver. In amateur radio, a transmitter can be a separate piece of electronic gear or a subset of a transceiver, and often referred to using an abbreviated form; "XMTR". In most parts of the world, use of transmitters is strictly controlled by laws since the potential for dangerous interference (for example to emergency communications) is considerable. In consumer electronics, a common device is a Personal FM transmitter, a very low power transmitter generally designed to take a simple audio source like an iPod, CD player, etc. and transmit it a few feet to a standard FM radio receiver. Most personal FM transmitters in the United States fall under Part 15 of the Federal Communications Commission (FCC) regulations to avoid any user licensing requirements.

In industrial process control, a "transmitter" is any device which converts measurements from a sensor into a signal, conditions it, to be received, usually sent via wires, by some display or control device located a distance away. Typically in process control applications the "transmitter" will output an analog 4-20 mA current loop or digital protocol to represent a measured variable within a range. For example, a pressure transmitter might use 4 mA as a representation for 50 psig of pressure and 20 mA as 1000 psig of pressure and any value in between proportionately ranged between 50 and 1000 psig. (A 0-4 mA signal indicates a system error.) Older technology transmitters used pneumatic pressure typically ranged between 3 to 15 psig (20 to 100 kPa) to represent a process variable.

Broadcast transmitters

History

In the early days of radio engineering, radio frequency energy was generated using arcs known as Alexanderson alternator or mechanical alternators (of which a rare example survives at the SAQ transmitter in Grimeton, Sweden). In the 1920s electronic transmitters, based on vacuum tubes, began to be used.

Frequency Control

Power output

In broadcasting and telecommunication, the part which contains the oscillator, modulator, and sometimes audio processor, is called the "exciter". Most transmitters use heterodyne principle, so they also have a frequency conversion units. Confusingly, the high-power amplifier which the exciter then feeds into is often called the "transmitter" by broadcast engineers. The final output is given as transmitter power output (TPO), although this is not what most stations are rated by.

Effective radiated power (ERP) is used when calculating station coverage, even for most non-broadcast stations. It is the TPO, minus any attenuation or radiated loss in the line to the antenna, multiplied by the gain (magnification) which the antenna provides toward the horizon. This antenna gain is important, because achieving a desired signal strength without it would result in an enormous electric utility bill for the transmitter, and a prohibitively expensive transmitter. For most large stations in the VHF- and UHF-range, the transmitter power is no more than 20% of the ERP.

For VLF, LF, MF and HF the ERP is typically not determined separately. In most cases the transmission power found in lists of transmitters is the value for the output of the transmitter. This is only correct for omnidirectional aerials with a length of a quarter wavelength or shorter. For other aerial types there are gain factors, which can reach values until 50 for shortwave directional beams in the direction of maximum beam intensity.

Since some authors take account of gain factors of aerials of transmitters for frequencies below 30 MHz and others not, there are often discrepancies of the values of transmitted powers.

Power supply

Transmitters are sometimes fed from a higher voltage level of the power supply grid than necessary in order to improve security of supply. For example, the Allouis, Konstantynow and Roumoules transmitters are fed from the high-voltage network (110 kV in Alouis and Konstantynow, 150 kV in Roumoules) even though a power supply from the medium-voltage level of the power grid (about 20 kV) would be able to deliver enough power.

Cooling of final stages

Low-power transmitters do not require special cooling equipment. Modern transmitters can be incredibly efficient, with efficiencies exceeding 98 percent. However, a broadcast transmitter with a megawatt power stage transferring 98% of that into the antenna can also be viewed as a 20 kilowatt electric heater.

For medium-power transmitters, up to a few hundred watts, air cooling with fans is used. At power levels over a few kilowatts, the output stage is cooled by a forced liquid cooling system analogous to an automobile cooling system. Since the coolant directly touches the high-voltage anodes of the tubes, only distilled, deionised water or a special dielectric coolant can be used in the cooling circuit. This high-purity coolant is in turn cooled by a heat exchanger, where the second cooling circuit can use water of ordinary quality because it is not in contact with energized parts. Very-high-power tubes of small physical size may use evaporative cooling by water in contact with the anode. The production of steam allows a high heat flow in a small space.

Protection equipment

The high voltages used in high power transmitters (up to 40 kV) require extensive protection equipment. Also, transmitters are exposed to damage from lightning. Transmitters may be damaged if operated without an antenna, so protection circuits must detect the loss of the antenna and switch off the transmitter immediately. Tube-based transmitters must have power applied in the proper sequence, with the filament voltage applied before the anode voltage, otherwise the tubes can be damaged. The output stage must be monitored for standing waves, which indicate that generated power is not being radiated but instead is being reflected back into the transmitter.

Lightning protection is required between the transmitter and antenna. This consists of spark gaps and gas-filled surge arresters to limit the voltage that appears on the transmitter terminals. The control instrument that measures the voltage standing-wave ratio switches the transmitter off briefly if a higher voltage standing-wave ratio is detected after a lightning strike, as the reflections are probably due to lightning damage. If this does not succeed after several attempts, the antenna may be damaged and the transmitter should remain switched off. In some transmitting plants UV detectors are fitted in critical places, to switch off the transmitter if an arc is detected. The operating voltages, modulation factor, frequency and other transmitter parameters are monitored for protection and diagnostic purposes, and may be displayed locally and/or at a remote control room.

Building

A commercial transmitter site will usually have a control building to shelter the transmitter components and control devices. This is usually a purely functional building, which may contain apparatus for both radio and television transmitters. To reduce transmission line loss the transmitter building is usually immediately adjacent to the antenna for VHF and UHF sites, but for lower frequencies it may be desirable to have a distance of a few score or several hundred metres between the building and the antenna. Some transmitting towers have enclosures built into the tower to house radio relay link transmitters or other, relatively low-power transmitters. A few transmitter buildings may include limited broadcasting facilities to allow a station to use the building as a backup studio in case of incapacitation of the main facility.

Legal and regulatory aspects

Since radio waves go over borders, international agreements control radio transmissions. In European countries like Germany often the national Post Office is the regulating authority. In the United States broadcast and industrial transmitters are regulated by the Federal Communications Commission (FCC). In Canada technical aspects of broadcast and radio transmitters are controlled by Industry Canada, but broadcast content is regulated separately by the Canadian Radio-television and Telecommunications Commission (CRTC). In Australia transmitters, spectrum, and content are controlled by the Australian Communications and Media Authority (ACMA). The International Telecommunication Union (ITU) helps managing the radio-frequency spectrum internationally.

Planning

As in any costly project, the planning of a high power transmitter site requires great care. This begins with the location. A minimum distance, which depends on the transmitter frequency, transmitter power, and the design of the transmitting antennas, is required to protect people from the radio frequency energy. Antenna towers are often very tall and therefore flight paths must be evaluated. Sufficient electric power must be available for high power transmitters. Transmitters for long and medium wave require good grounding and soil of high electrical conductivity. Locations at the sea or in river valleys are ideal, but the flood danger must be considered. Transmitters for UHF are best on high mountains to improve the range (see radio propagation). The antenna pattern must be considered because it is costly to change the pattern of a long-wave or medium-wave antenna.

Transmitting antennas for long and medium wave are usually implemented as a mast radiator. Similar antennas with smaller dimensions are used also for short wave transmitters, if these send in the round spray enterprise. For arranging radiation at free standing steel towers fastened planar arrays are used. Radio towers for UHF and TV transmitters can be implemented in principle as grounded constructions. Towers may be steel lattice masts or reinforced concrete towers with antennas mounted at the top. Some transmitting towers for UHF have high-altitude operating rooms and/or facilities such as restaurants and observation platforms, which are accessible by elevator. Such towers are usually called TV tower. For microwaves one frequently uses parabolic antennas. These can be set up for applications of radio relay links on transmitting towers for FM to special platforms. For the program passing on of television satellites and the funkkontakt to space vehicles large parabolic antennas with diameters of 3 to 100 meters are necessary. These plants, which can be used if necessary also as radio telescope, are established on free standing constructions, whereby there are also numerous special designs, like the radio telescope in Arecibo.

Just as important as the planning of the construction and location of the transmitter is how its output fits in with existing transmissions. Two transmitters cannot broadcast on the same frequency in the same area as this would cause co-channel interference. For a good example of how the channel planners have dovetailed different transmitters' outputs see Crystal Palace UHF TV channel allocations. This reference also provides a good example of a grouped transmitter, in this case an A group. That is, all of its output is within the bottom third of the UK UHF television broadcast band. The other two groups (B and C/D) utilise the middle and top third of the band, see graph. By replicating this grouping across the country (using different groups for adjacent transmitters), co-channel interference can be minimised, and in addition, those in marginal reception areas can use more efficient grouped receiving antennas. Unfortunately, in the UK, this carefully planned system has had to be compromised with the advent of digital broadcasting which (during the changeover period at least) requires yet more channel space, and consequently the additional digital broadcast channels cannot always be fitted within the transmitter's existing group. Thus many UK transmitters have become "wideband" with the consequent need for replacement of receiving antennas (see external links). Once the Digital Switch Over (DSO) occurs the plan is that most transmitters will revert to their original groups, source Ofcom July 2007.

Further complication arises when adjacent transmitters have to transmit on the same frequency and under these circumstances the broadcast radiation patterns are attenuated in the relevant direction(s). A good example of this is in the United Kingdom, where the Waltham transmitting station broadcasts at high power on the same frequencies as the Sandy Heath transmitting station's high power transmissions, with the two being only 50 miles apart. Thus Waltham's antenna array does not broadcast these two channels in the direction of Sandy Heath and vice versa.

Where a particular service needs to have wide coverage, this is usually achieved by using multiple transmitters at different locations. Usually, these transmitters will operate at different frequencies to avoid interference where coverage overlaps. Examples include national broadcasting networks and cellular networks. In the latter, frequency switching is automatically done by the receiver as necessary, in the former, manual retuning is more common (though the Radio Data System is an example of automatic frequency switching in broadcast networks). Another system for extending coverage using multiple transmitters is quasi-synchronous transmission, but this is rarely used nowadays.

Main and relay (repeater) transmitters

Transmitting stations are usually either classified as main stations or relay stations (also known as repeaters, translators or sometimes "transposers".)

Main stations are defined as those that generate their own modulated output signal from a baseband (unmodulated) input. Usually main stations operate at high power and cover large areas.

Relay stations (translators) take an already modulated input signal, usually by direct reception of a parent station off the air, and simply rebroadcast it on another frequency. Usually relay stations operate at medium or low power, and are used to fill in pockets of poor reception within, or at the fringe of, the service area of a parent main station.

Note that a main station may also take its input signal directly off-air from another station, however this signal would be fully demodulated to baseband first, processed, and then remodulated for transmission.

Transmitters in culture

Some cities in Europe, like Mühlacker, Ismaning, Langenberg, Kalundborg, Hörby and Allouis became famous as sites of powerful transmitters. For example, Goliath transmitter was a VLF transmitter of the German Navy during World War II located near Kalbe an der Milde in Saxony-Anhalt, Germany. Some transmitting towers like the radio tower Berlin or the TV tower Stuttgart have become landmarks of cities. Many transmitting plants have very high radio towers that are masterpieces of engineering.

Having the tallest building in the world, the nation, the state/province/prefecture, city, etc., has often been considered something to brag about. Often, builders of high-rise buildings have used transmitter antennas to lay claim to having the tallest building. A historic example was the "tallest building" feud between the Chrysler Building and the Empire State Building in New York, New York.

Some towers have an observation deck accessible to tourists. An example is the Ostankino Tower in Moscow, which was completed in 1967 on the 50th anniversary of the October Revolution to demonstrate the technical abilities of the Soviet Union. As very tall radio towers of any construction type are prominent landmarks, requiring careful planning and construction, and high-power transmitters especially in the long- and medium-wave ranges can be received over long distances, such facilities were often mentioned in propaganda. Other examples were the Deutschlandsender Herzberg/Elster and the Warsaw Radio Mast.

KVLY-TV's tower located near Blanchard, North Dakota was the tallest artificial structure in the world when it was completed in 1963. It was surpassed in 1974 by the Warszawa radio mast, but regained its title when the latter collapsed in 1991. It was surpassed by the Burj Khalifa skyscraper in early 2009, but the KVLY-TV mast is still the tallest transmitter.

Records

  • Tallest radio/television mast:
    • 1974–1991: Konstantynow for 2000 kW longwave transmitter, 646.38 m (2120 ft 8 in)
    • 1963–1974 and since 1991: KVLY Tower, 2,063 ft (628.8 m)
  • Highest power:
    • Longwave, Taldom transmitter, 2500 kW
    • Medium wave, Bolshakovo transmitter, 2500 kW
  • Highest transmission sites (Europe):
    • FM Pic du Aigu in Chamonix
    • MW Pic Blanc in Andorra