티스토리 툴바

How do I know what type of fiber I need?

This is based on transmission distance to be covered as well as the overall budget allowed. If the distance is less than a couple of miles, multimode fiber will work well and transmission system costs (transmitter and receiver) will be in the $500 to $800 range. If the distance to be covered is more than 3-5 miles, single mode fiber is the choice. Transmission systems designed for use with this fiber will typically cost more than $1000 (due to the increased cost of the laser diode). 

 
What is the difference between multimode and single mode fiber?

Multimode fiber
has a relatively large light carrying core, usually 62.5 microns or larger in diameter. It is usually used for short distance transmissions with LED based fiber optic equipment. Single-mode fiber has a small light carrying core of 8 to 10 microns in diameter. It is normally used for long distance transmissions with laser diode based fiber optic transmission equipment.


Should I install single-mode or multimode fiber?

This depends on the application.
Multimode fiber will allow transmission distances of up to about 10 miles and will allow the use of relatively inexpensive fiber optic transmitters and receivers. There will be bandwidth limitations of a few hundred MHz per Km of length.  Consequently, a 10 mile link will be limited to about 10 to 30 MHz. For CCTV this will be fine but for high speed data transmission it may not be.
Single-mode fiber on the other hand will be useful for distances well in excess of 10 miles but will require the use of single-mode transmitters (which normally use solid-state laser diodes). The higher cost of these optical emitters mean that single-mode equipment can be anywhere from 2 to 4 times as expensive as multimode equipment.


What is the maximum distance fiber optic transmitters can operate at?

It depends on which LuxLink™ model you purchase. Normal transmission distances can vary from a fraction of a mile to 40 miles (60 Kilometers) or more. The maximum transmission distance depends on output optical power of the transmitter, the optical wavelength utilized, the quality of the fiber optic cable and the sensitivity of the optical receiver. In general single-mode based systems operate over longer distances than multimode systems. The approximate transmission distances for LuxLink™ systems are indicated in the table below.

-No. Wavelength Fiber Type Connector

Transmission Distance covered**

-1 850 nm multimode ST up to   2 miles (3 Km)
-3 1310 nm multimode ST up to   6 miles (10 Km)
-7 1310 nm single-mode FCPC up to 20 miles (30 Km)
-8* 1310 nm single-mode ST up to 20 miles (30 Km)
-9 1550 nm single-mode FCPC up to 40 miles (60 Km)
** The transmission distances are only approximate and will depend on the loss of the actual fiber.
ST connectors are not recommended for single mode applications, however they can be provided for legacy applications.

The cost of the required optics increase as the maximum transmission distance increases. So to be cost effective, you want to choose the appropriate model for your specific application. If you need to go distances greater than 50 to 60 Km you should contact the factory for systems utilizing special high power emitters. It is important to note that LuxLink™ systems have been produced that will transmit over distances of greater than 100Km.
 

I already have single-mode fiber installed, but I am only going a short distance. Can I use lower cost multimode equipment?

No. Multimode equipment will not launch (inject) enough light into a single-mode fiber since the light carrying core of this fiber is only 9 microns in diameter compared to 62.5 microns in diameter for multimode fiber. Unfortunately you must use single-mode equipment. If the fiber distance is short however, the cost for replacing the single-mode fiber with multimode fiber may be more economical than the higher cost for the single-mode electronics.


* 출처 : http://www.luxlink.com/faq/multi_or_single.htm

* 참고할 것 : 
http://en.wikipedia.org/wiki/Multi-mode_optical_fiber
http://en.wikipedia.org/wiki/Single-mode_optical_fiber 

Posted by 하이퍼고등어

Trackback Address :: http://sstc.tistory.com/trackback/113 관련글 쓰기

댓글을 달아 주세요


Cisco는 네트워크 확장 시기를 판단하기위해 다음과 같은 권장 임계값을 제시하고 있다.

Ethernet Utilization = 40%
Token Ring 과 FDDI Utilization = 70%
WAN Utilization = 70%
response time = 100 ms
segment 당 broadcast/multicast 양 = 20%
segment 당 CRC error 수  = 1(개)/1,000,000(byte)
Ethernet Collision = packet의 0.1 %
Cisco Router CPU Utilization = 75%
Output Queue Drop = 100개 / hour
Input Queue Drop = 50개 / hour
Buffer miss = 25개 / hour
Ignored Packet = 10개 / hour

Posted by 하이퍼고등어

Trackback Address :: http://sstc.tistory.com/trackback/112 관련글 쓰기

댓글을 달아 주세요

라우터 Interface에 Input Errors가 많을 때, 다음과 같이 extended ping test를 이용하면 쉽게 장애 원인을 알 수 있다.

1. CSU/DSU를 local loopback mode로 둔다.

2. 다음과 같이 extended ping을 사용한다.
 
[All Zero Ping]
R1#ping
Protocol [ip]:
Target IP address: 10.1.1.3
Repeat count [5]: 1000
Datagram size [100]: 1500
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 10.1.1.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]: 0x0000 
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 1000, 1500-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
Packet has data pattern 0x0000
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(생략)
 
[All Ones Ping]
R1#ping
Protocol [ip]:
Target IP address: 10.1.1.3
Repeat count [5]: 1000
Datagram size [100]: 1500
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 10.1.1.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]: 0xffff (all ones ping)
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 1000, 1500-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
Packet has data pattern 0x0000
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(생략)

3. show interfaces 명령어를 사용하여 input errors가 증가했는지 확인한다. CRC와 프레임(frame) 에러가 많이 발생했다면 clock 문제일 가능성이 크므로 CSU/DSU를 확인한다. 증가하지 않았다면 CSU/DSU, 케이블, 라우터에는 문제가 없다. 

R1#show int s0
Serial0 is up, line protocol is up
Hardware is HD64570
Internet address is 10.1.1.1/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
(생략)
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
46161 packets output, 5001654 bytes, 0 underruns
0 output errors, 0 collisions, 9 interface resets
0 output buffer failures, 0 output buffers swapped out
31 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up

4. 만약 clock 설정에 문제가 없고, 정상적으로 동작한다면 CSU/DSU를 remote loopback mode로 두고 extended ping test를 반복한다.

5. input errors가 증가한다면 CSU/DSU나 회선에 문제가 있는 것이다.

Posted by 하이퍼고등어

Trackback Address :: http://sstc.tistory.com/trackback/111 관련글 쓰기

댓글을 달아 주세요