|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
7 Miscellaneous Questions
A dB is a RELATIVE measure of two different POWER levels. There's also dB relative to VOLTAGE levels, but I won't go into those, as we're mostly concerned with POWER levels in our discussions here. 3dB is twice (or half) as much, 6dB is four times, 10dB is ten times, and so on. The formula for calculating gain or loss in dB is: 10log P1/P2. It's used for stating the gain or loss of one device (P1) IN RELATION to another (P2). Thus, I can say that an amplifier has “30 dB of gain”, or I have “6dB total feedline loss”. I CANNOT say, “My amp puts out 30 dB”, or “I have a 24dB antenna”, as you must state what you're referencing it to, which is where the subscript comes in. The dB by itself is not an absolute number, but a ratio. For amplifiers, a common reference unit is the dBm, with 0dBm being equal to 1 milliwatt. Thus, an amp with an output of 30dBm puts out 1 Watt. How much gain it has is a different matter entirely, and you can have two different amps, each with an output of 30dBm (1Watt), that have different gains, and require different levels of drive power to achieve their outputs. You can also have two different amps with the same gain that have different output powers. There's also dBW (Referenced to 1 WATT), but you generally only use those when dealing with “Big Stuff”, as 30dBW is 1000w, and way beyond what we deal with here! For antennas, a common reference unit is the dBi, which states the gain of an antenna as referenced to an ISOTROPIC source. An Isotropic source is the perfect omnidirectional radiator, a true “Point Source”, and does not exist in nature. It's useful for comparing antennas, as since it’s theoretical, it’s always the same. It's also 2.41 dB BIGGER than the next common unit of antenna gain, the dBd, and makes your antennas sound better in advertising. The dBd is the amount of gain an antenna has referenced to a DIPOLE antenna. A simple dipole antenna has a gain of 2.41dBi, and a gain of 0dBd, since we're comparing it to itself. If I say I have a “24dB antenna”, it means nothing, as I haven't told you what I referenced it to. It could be a 26.41dBi antenna (24dBd), or a 21.59dBi (also 24dBd!) antenna, depending on what my original reference was. The difference is 4.81dB, a significant amount. Most antenna manufacturers have gotten away from playing this game, but the reference will be different in different fields. Commercial antennas tend to be rated in dBi, as the people buying them understand it, and Amateur Radio antennas tend to be dBd, as Hams are very familiar with dipoles. Sorry to go on for so long, but as an Engineer, it bugs me a bit to see things like this! Thank you to drjim
thanks for such a useful explanation.....
now every thing is clear to me....
pramod 2010-05-15 03:15:21 It is true that isotropic point sources do not exist in nature. However, it is possible to design an antenna with an almost isotropic radiation pattern. I used the trial version of this software www.antennasoftware.com.ar to model the isotropic antenna using wires. it is 2.14 not 2.41!! 2009-10-28 15:38:17 good explination thank you 2009-11-18 11:18:34 thanks.. every time i was getting stuck what is i, m, w after dB 2009-05-31 01:26:53 26.41dBi antenna (24dBd), or a 21.59dBi (also 24dBd!) <- mistake, no? 21.59dB"d" would be 24dBi? 2009-09-11 13:33:57 thank you! i've been wondering why people keep putting all that on the ends...
explained very well 2009-07-09 13:03:59 Thanks..Useful info however need some more clarity over the same in case of addition of db & dbm 2010-12-22 00:17:54 Great article! As a ham I always enjoy reading useful information like this ...Thanks.. 2009-12-19 12:47:08 Nice description! 2010-03-21 15:51:02 This is a fine article, and a valid peeve.
Please check the numbers in the "24 dB antenna" discussion - I think the correct presentation is:
"It could be a 24dBd antenna (26.41dBi), or a 24dBi antenna ( 21.59dBd), depending on what the original reference was, isotropic or dipole. The difference is 2.41dB, a significant amount" -- Mike 2010-04-07 12:51:29 Thanks for this noble effort to clearly explain the terms. 2010-05-26 09:32:40 thanq 4 dis useful information 2010-10-19 13:08:42 Thank you very much, it help me and cleared my points....
Awais from Pakistan 2011-01-13 19:52:14 I asked my friend how is the received power at the terminal (say a cell phone) the same with or without using HPA whcih causes high gain at the transmitter output?...he said received input might be same but you have high gain..how is tyhat possible? 2011-02-04 22:59:10 Thanks!
I am about 300 meters LOS from my WI-FI source and was hoping to improve the quality of the reception.
The reason I'm here is because I've seen one WI-FI antenna being rated at 44dBi and another one, rated at 44dBm.
While the specs appeared similar, there was a marked difference in the price.
So ... I "Goggled" to find out.
While I'm still in the dark as far as choosing between the antennas, I have reached the conclusion that I'm the best I'll ever be in reference to myself.
Refresing!
Jerry 2011-05-07 16:01:36 Thanks for this noble effort to clearly explain the terms.RaNa AsIm 2011-11-14 10:29:50 Thank you very much for being so tenuous. 2012-03-07 02:14:02 Thanks a lot. It's very useful. 2012-10-30 01:42:04 thank u so much for this good explanation...its cleared many of my doubts... 2012-12-11 09:05:14 why dbm is negative when it is raaceived by mobile
2013-02-26 12:34:56 Clearly explained..Thanks 2013-01-25 10:33:57 Thank you so much... I got the difference..... 2013-05-14 05:08:14 by seagreen Routing means deciding at each interface in a network where the packet is intended to go. Usually when we talk about routing we mean IP routing. That is the "kind" of routing I will be talking about. IP routing happens at layer three in the OSI model, it has nothing at all to do with the MAC layer. Routing divides broadcast domains. This means that ARP traffic stops at the router. ARP traffic is a layer two function used to discover which MAC host has a specific IP address. In large bridged domains (broadcast domains) ARP traffic can generate substantial network traffic. Bridging means repeating at each interface in a network all packets which appear on one side to the other side. A bridge is a repeater. A hub is a "multipoint" repeater. You plug in eight wires on a hub and a packet coming into any wire goes out the other seven. Bridging happens at layer two in the OSI model. That is the MAC layer. It has nothing to do with TCP/IP. As an aside, all this means that a layer two switch is in actual fact a layer two router because, a packet coming in one port on the switch is only repeated on the port where the destination computer is connected. The layer two switch "routes" packets between ports using MAC addresses and the spanning tree protocol. Layer two switching is easily a whole order of magnitude faster than IP routing because IP routing requires a lot more CPU and a lot more software. Now that we understand what bridging and routing are for our purposes, lets have a look at how they play together to move packtes to the right hosts. When a computer wants to communicate with another computer using TCP/IP. It goes thru the following process: 1) Check the destination IP address and compare it with it's own IP address and netmask to see if it needs to send it to it's gateway. If it knows it's gateway it will go to step number 2, if it doesn't know it's gateway it may send an ARP request out and the gateway can proxyarp for the remote host, which is essentially skipping to step number 3. What happens in this unusual case is that the gateway "spoofs" the local host into believing the remote host is on the local segment. Always set your default gateway. 2) If the remote host is on a different IP network, contact the gateway computer and forward it to the gateway computer for ROUTING to the remote host. This is done by sending a packet with the gateway's MAC address and the remote systems IP address to the gateway via the MAC address of the gateway. The gateway (router) understands what to do with such a packet. 3) If the remote host is on the local IP network, check the ARP cache and see if it has an MAC/IP pairing in the cache for that host. 4) If it has the MAC/IP pairing for that host prepare the packet and send it DIRECTLY to that host. Note that it uses the MAC address to accomplish this. 5) If it does not have the MAC/IP pairing in the ARP cache, send an ARP request. When the other computer hears the ARP request it responds with an ARP reply, the local machine sticks the MAC/IP pairing in its ARP cache and then it talks directly to the remote host. Note again that all computers on the local network communicate using MAC addresses. A couple of things stand out here. How can a computer know that an ARP request is for it? Well, every computer on the LAN listens to FF:FF:FF:FF:FF:FF (the MAC broadcast address) and the ARP request goes to that address. The ARP request looks sorta like this, "Yo' alla yall! Who has IP ADDRESS 123.123.123.123?" The ARP reply looks sorta like this, "Ayup! IP ADDRESS 123.123.123.123 is at MAC ADDRESS 01:20:03:40:05:60." Now since that ARP request goes to the MAC broadcast address, it is repeated across every bridged or switched port in the entire LAN. This is one place where problems can show up. For example, suppose you have a Cisco router you use to bridge 120 DSL clients onto your network. All of those customers are on the same T-1 circuit on that router. That T-1 is carrying frame-relay back to each subscriber. Essentially you have 120 subscribers sharing 120 different LOGICAL circuits on that T-1. There is no way for the router to know which MAC address is on which IP address at the far end because it is bridging. Therefore when ONE ARP request goes to that Cisco it has to repeat that single request 120 times, once for each logical connection across that T-1. That is 120 packets. Now imagine that a worm scans your Class-C and causes your gateway router to generate fifty ARP requests in one second. That causes the bridging Cisco to generate 6000 ARP packets across that T-1. Clearly bridging can be a problem in a busy network. Now suppose that we had the exact same Cisco router but rather than use it to bridge those DSL subs onto the network we use it to route those subs onto the network. We subnet our Class-C network and use the top 128 addresses behind the Cisco and the bottom 128 addresses in front of the Cisco. This means we need to run some kind of routing protocol on the main network or we need to set static routes in our primary router(s). Our centralized DHCP server will no longer work because DHCP is a LAYER TWO protocol and is not broadcast across routers. We solve this by running a DHCP server(s) on our client facing Cisco(s). We do need to ensure that their pools of addresses DO NOT conflict with one another. DHCP makes provisions for this. We now must require customers to login using RADIUS or some other routable authentication protocol, or via a captive portal. To reduce our problems with ARP storms we have substantially increased our maintenance overhead. Wouldn't it be sweet if we could have our cake and eat it too? I want to bridge these DSL subs onto my backbone and force them to login before they can go anywhere or do anything. I want to be able to hand them an IP address by looking at their MAC address or by reading their user name during login. I want to eliminate ARP storms caused in situations where multiple logical connections cross one physical link. I want a centralized server in my main offices which lets me completely control every aspect of each individuals traffic because every packet passes thru it. I want to be able to firewall them, shape their traffic, turn off their account, and account for their data. I want to know who is logged on which logical port and to be able to sniff that specific port with little or no hassel so that I can identify the one with a worm quickly and disable the account as quickly. Enter the PPPoE server. PPPoE (Point to Point Protocol over Ethernet) is now built into Windows XP and RP-PPPoE is a free aftermarket you can add to W98, WMe, W2K. You can build your own PPPoE server using Linux or FreeBSD. A PPPoE server allows you to logically bridge your clients to a host in your NOC where it logs them in, gives them an address, and does whatever else you can do with a Linux/FreeBSD box. You don't get ARP storms because everyone is using the MAC address of the PPPoE server on the public side of the PPPoE server (essentially layer two NAT) and the PPPoE server knows which MAC addresses have what IP addresses all the time. You can assign NATed non-routable addresses to some users and public routed addresses to other users and you can firewall as desired by individual user login. Why is this cool? It is a hybird. It lets you bridge your clients to a single server where you make all the decisions. Your clients can't talk to each other unless the PPPoE server allows it, even if they are actually associated with the same access point, because all IP traffic must go thru the PPPoE server. It lets you allow anyone to associate with one of your AP's but if they don't have a username and password they can't get an IP address and if they forge an IP address they can't get past the PPPoE server. This means any subscriber of yours can connect to the Internet from anywhere in your network. That's the holy grail, transparent roaming at layer two. I built a PPPoE server and we have been running it on our network for a few months now. Since we are a RADIUS shop, I configured it to use our RADIUS server as it's source of authentication data. I am quite pleased with the control it gives me. We are busily moving all of our DSL subscribers over to it and we are now experimenting with micropops backhauled via DSL thru the PPPoE server. Folks, this is the ticket. Do you want to stick a dumb AP in the parking lot of an apartment building and let multiple clients login to your network in such a way that if one of them gets a worm you will know which one it is? You can do that with a PPPoE server. Do you want to place a half dozen AP's in a neighborhood and let anyone who has an account with you access your network from any of those AP, while roaming freely? This technology will do that for you. But the question was do I bridge or route? I think you bridge where you should bridge and you route where you should route, choose carefully because the answer is not obvious most of the time. Credit to DaDogs
What's a micropop? In fact, what's a pop? 2008-05-16 13:28:24 :) A PoP is short for "Point of Presence", I guess... hmm I don't really know. A "micropop" is a really little PoP. :) A PoP is a place where you provide service. A micropop is a place where you cover a much smaller area with service. What does PoP stand for? My feeble old mind is going fast. by seagreen Radio Mobile website. Here I'll show you some screens of where to find the options to make a basic link. I'm going to start off assuming you know how to extract, install the program, and obtain your GPS locations via Google Earth, but will guide you as to getting terrain data. You're not going to learn this in one day, it took me about two months to get fully comfortable with the program and remember the screen layout. I also found very little as far as FAQ's and guides so I am basically self taught and I don't know every little detail of the program. When you first open the program you're going to see a map of the grand canyon. This is just an example and the first thing you're going to have to do to make your own is make sure your terrain server is setup. RM will automatically download the appropriate terrain file. First go to Options, Internet, under SRTM choose either
•choose Other and enter this URL: f t p://e0srp01u.ecs.nasa.gov/srtm/version2/SRTM3/North_America/ (If you copy/paste the URL be sure to remove the spaces in "ftp") I have found that using #1, the maps can be about 7 MBs while #2 can have maps around 800K. Now make sure 'Download from the internet if a file is not found on local path and keep a local copy' is selected. ![]() Now after that click on the blue right hand arrow ( ![]() This will open a new window shown below. ![]() This is where you tell RM what map you want to download by GPS coordinates and set the size and distance of the map. Now all the options you see in the picture are what I would recommend, for longer links, such as 15 miles, you would need to set the Height in Km to about 30 Km. But for 2-4 miles 15 Km is fine. Make sure 'Merge Pictures' is checked, and enter your GPS coordinates. Then click 'Extract' Now a map should present itself with a new window, if the image is all blue then the program did not find the terrain data, this can be from either a bad server, you set up the Other with a bad link, or the server does not have the data. You can go back under Internet and change to a different server but the two others I previously mentioned are the best I've found. But if all is well let's continue.. Under Operation it gives you many choices, this is how the map will be laid out, either the new street map you download will be 'merged' into the data map, or be completely replaced (You can go back and experiment more with this later). I like Add because it retains the terrain color levels. I use the Mapquest option, but you can also use MapPoint. Only those two are worth trying. Click Draw and it will download, and merge the two into one. ![]() Then click 'Keep in actual picture' and Okay. Congrats, you now have your map and terrain! Looks nice huh? Okay, let's place some radios. Click on the map and click the ![]() This is where you place your radios, either by GPS or your mouse position. Click 'Place unit at cursor position' Then Okay, it will add a radio to the place you clicked, click a new spot and do it again with the next unit down selected. Now let's setup a network. Click on the ![]() Set the minimum and max frequencies and the amount of forest if you so desire. Note that even 100% forest does not mean it's going to actually represent dense forest throughout the map. Then go to 'Systems', ![]() I'm not going to go over this much because this is for someone that knows what antenna gain is and dBm power levels. Just make sure you have your antenna type selected under 'Antenna Type' and set the Height. Now go to 'Membership', ![]() This is a very important part. It will tell the program which radios will link to each other and what azimuth the antenna will be at, fixed or not. Now check both your units you placed on the map and change the 'System' selection to the one you edited earlier for Both units. Make sure 'Fixed' is unchecked for both units and select which unit they will be pointed at. For example Unit 1 should point at Unit 2 and so on.. Click 'Okay' and you're done! You should now see both your radios with a line between them. Now click on the Now marvel at the fruit of your labor and enjoy. ![]() Remember, When you're done, Save the .Net file. This contains all the GPS coordinates and other data besides terrain. Double click (older versions) or Shift click on a metric field to have a metric to standard converter appear. Compiled 9/1/2006 using RM ver. 7.5.6 Forum threads with more information about Radio Mobile: »Radio Mobile Deluxe Install and Setup »Radio Mobile Deluxe (modeling software)
by rawgerz | |||||||||
| Monday, 20-May 00:00:06 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 13.5 years online © 1999-2013 dslreports.com. |