![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Grid Stumbler
Join Date: Aug 2002
Posts: 241
|
You have several optoins.
![]() Since ethernet cable (cat5) can only run 300 feet, (i think...) you cant use cat5. If the two places are in line of sight, i would build to directional antenna's and buy 2 wireless ap's and point the antenna's at each other and boom. you have a connection. You could also get a special circut from your local phone company.... lol. but that's not economical. ![]() I'm sure there are other ways, but i'm to tired to remember. Good Luck!! -Mr.K |
|
|
|
|
|
#4 (permalink) | |
|
KB1JQO - Packin' Heat
Join Date: May 2002
Location: Worcester, MA
Posts: 517
|
Quote:
The spec is specifically tied to the properties of the electrical signal. Without too much technical explanation, after 100m, the attenuation gets to be too great which sets the ends up for errors over the cable. It doesn't matter if the cable is Cat3, 5, or greater.
__________________
-A.G.- |
|
|
|
|
|
|
#5 (permalink) |
|
KB1JQO - Packin' Heat
Join Date: May 2002
Location: Worcester, MA
Posts: 517
|
There was something I didn't ask...
What's between the 1200'? Even though the expertise here is geared towards wireless, your application might be better suited to another medium.
__________________
-A.G.- |
|
|
|
|
|
#7 (permalink) |
|
stumbler
Join Date: Jan 2003
Location: NW Chicago
Posts: 95
|
I don't mean to be nit-picky. but as I understand it, the limitation on Ethernet really doesn't have as much to do with the attenuation per se (i.e. the increased resistance that comes with longer pieces of copper cable) as it does more with timing issues and round trip times.
And I believe that the Ethernet spec states a limitation of 328 feet (100 m) between segments.
__________________
RTFM - Always a good idea Last edited by netrambler : 03-12-2003 at 08:32 PM. |
|
|
|
|
|
#8 (permalink) | |
|
KB1JQO - Packin' Heat
Join Date: May 2002
Location: Worcester, MA
Posts: 517
|
Quote:
![]() It has everything to do with attenuation. A lot of you youngin's didn't have the pleasure of working with Ethernet when it was coaxial... Ethernet The Ethernet specification deals with a 10mbps manchester-encoded signal in a bus network over a variety of mediums, particularly 10base5 (50-ohm, thicknet), 10base2 (50-ohm, thinnet), and 10baseT (unshielded twisted pair). At the absolute maximum, the total length of a single collision domain is 2.500 meters in Ethernet, over a maximum of 5 segments, which would take four repeaters, three segments of which are allowed to be populated...hence what is generally known as the 3-4-5 rule. A note on 10-base T...is that even though it is physically wired in a star configuration, it functions as a logical bus. The absolute maximum distance was based on the propogation time from a station at one end of the bus to reach the other end in time for a collision to be detected within a limit of 512 bit times...or roughly the time it takes to transmit 48 bytes...essentially the MAC header. This is called a collision domain. If the distance between the hosts was over the maximum limitation within a collision domain, the possibility of a collision after the first 512 bit times would result in a more serious error called a Late Collision. In the case of a late collision, transmission is not even reattempted and it is up to the higher-layer protocols to retransmit the packet, since an LC should never occur in a properly designed and functioning system. LCs are always a sign of trouble somewhere. (with the advent of Ethernet switching, it's almost always related to duplex settings) Collision detection circuitry listened on the medium during transmission, and if the channel was clear, would allow transmission to proceed. If another station started to transmit, it would observe an electrical signal that was stronger than the signal being transmitted (transmit signal x + recevied signal y > threshold), record a collsion...perform a backoff delay, then attempt retransmission again (up to 16 times). However, for collision detection to work correctly, the signal strength of another station has to be strong enough to exceed the threshold of the circuitry in order for it to work properly. This is what cable attenuation was extremely important. 10base5 cable, or thicknet was large and bulky, and subject to much less attenuation than the smaller 10base2 cabling. You could liken this to comparing LMR-400 and LMR-100. Even worse was 10baseT twisted pair since there was no shielding and even higher attenuation over a longer distance. Fast Ethernet When Fast Ethernet was introduced, in the interests of retaining compatibility with Ethernet, the same encoding and collision detection methods were employed as in Ethernet. However, due to the faster requirements needed for collision detection, the maximum segment length dropped from a 2,500 meter maximum to a roughly 205 meter maximum length from station to station. Fortunately, the IEEE threw out coax in the FastE spec, which left us with mostly twisted pair, but now on Cat5, which specifies 3 twists per inch instead of 3 twists per foot like Cat3...thus reducing the effects of outside interference and crosstalk. Since the attenuation is roughly the same as Cat3, the 100 meter limitation remained the same. However, it also allowed for two different classes of repeaters, a Class 1 and a Class 2 repeater. A class 1 repeater allows the integration of the three different types of FastEthernet to be used within a collision domain. 100baseTX, 100baseFX, and 100baseT4. Since this is translating between mediums, there is some delay introduced which affects the round-trip times. Only one is allowed per collision domain, with up 100m from the station to the repeater. Class 2 repeaters are akin to hubs, and introduce very little delay, thus two are allowed per collision domain. Thiis allows for a maximum of 100m from each station to the repeater, and up to 5m between repeaters. This is why "stackable" hubs became important in Fast Ethernet networks, as they would function within the spec as a single repeater, even though there was more than one device involved. GigE Since GigE does make some changes to the rules as far as timing and collisions and stuff like that, I'm not going to describe that in detail here. Switching When switching is utilized between stations, practically all the propogation delay stuff goes away, and all that's important is the loss to attenuation. Removing collision detection in the case of a full-duplex link can theoretically allow the length of an ethernet segment to be longer than the maximums that were previously defined. Vendors such as Cisco Systems have products that support long-range Ethernet or LRE, that can easily exceed 5,000 feet over Cat3. Since these devices are often full-duplex and switched, collision detection isn't even required. Conclusion So, who's the fucking ethernet geek now? ![]()
__________________
-A.G.- |
|
|
|
|
|
|
#9 (permalink) | |
|
stumbler
Join Date: Jan 2003
Location: NW Chicago
Posts: 95
|
Thank you for your very technical response. And you're right, I never have had the pleasure to work with Ethernet when it was still used over coax. And as you pointed out in your response, attenuation does matter (you learn a little something every day).
Quote:
In any case, thanks again for your info. And BTW, I never considered myself the "fucking ethernet geek".
__________________
RTFM - Always a good idea |
|
|
|
|
|
|
#10 (permalink) | |
|
KB1JQO - Packin' Heat
Join Date: May 2002
Location: Worcester, MA
Posts: 517
|
Quote:
![]() Yeah, coax sucked...but it can still be found in some places, scary enough. Then again, back in the day, it was (relatively) cheap and very fast...compared to the file sizes we're used to running around and about nowadays. For the mostpart, the faster the speed of the system, the shorter the maximum length of the cable system needs to be. GigE tosses the conventional rules out, however it would be kinda silly to deploy a GigE solution with a maximum usable distance of 20m. Yes...GigE has a specification for a half-duplex, collision detection segment. Thankfully, nobody ever made any GigE half-duplex equipment. ![]()
__________________
-A.G.- |
|
|
|
|