Optical fibre is used to transmit light signals from one place to another without any practical loss in the intensity of the light signal.the optical fibre cable consists of a glass core surrounded by a glass cladding and that again is surrounded by a jacket made up of plastic. The refractive index of glass used for makimg core is a little more than the refractive index of the glass used for making the cladding.
the main advantage of the optical fibre is that it can carry light of very high frequency such as 10^12 to 10^16 hz .and consequently a large no. Of messages can be transmitted through a single cable withou any risk of their intermixing.morever due to very little line loss the quantity of reception is vastly superior.there are two types of optical fibre
(1)monomode optical fibre
(2)multimode optical fibre
Subscribe to:
Post Comments (Atom)
Implemet Stack in python
class Stack : def __init__ ( self , data ): self . stack = [] if ( data ): self . stack . append ( da...
-
#include<stdio.h> main() { int n,i; printf("\nenter the number\n"); scanf("%d",&n); i=n-1; if((n...
-
#include<stdio.h> void main() { int array[100],j=0,n,i; printf("enter the no of elemnts in the array\n"); scanf(...
-
#include<stdio.h> void main() { int i,j,k,a=1,b=1,n; printf("enter the number of rows"); scanf("%d",...
No comments:
Post a Comment