Base de connaissances en Télécommunication et Informatique
Knowledge Database about Telecommunication

réalisé par Philippe MOLINIÉ
<Philippe.Molinie@int-evry.fr>
Version : 1 -- 1 Janvier 1997

F


A , B , C , D , E , F , G , H , I , J , K , L , M , N , O , P , Q , R , S , T , U , V , W , X , Y , Z

FAI
French equivalent of ISP and/or IAP.

French flag icon/icone drapeau francais
Fournisseur d'Accès Internet  (réseau, Internet)
Terme générique qui désigne non seulement un fournisseur d'accès InternetIAP) mais aussi le plus souvent un organisme qui fournit en plus des services.(ISP). Les deux notions étant confondues en une seule.

FAQ
Frequently Asked Questions  (network, Internet)
A list of the most common questions and their responses posted on a newsgroup.

French flag icon/icone drapeau francais
"Foire Aux Questions"  (réseaux, Internet)
Document rassemblant les questions les plus souvent posées sur un thème particulier. A l'origine ces documents sont "postés" dans les forums de news Usenet. Ces documents sont publiés avec une périodicité le plus souvent d'un mois. Un site où retrouver les faqs: http://www.landfield.com/faqs/.

Fast LAN
Term given to two emerging standards; IEEE 802.3u (called Fast Ethernet) for Ethernet operating at 100 Mbps over CAT-3 or -5 UTP, and IEEE 802.12 (called 100VG-AnyLAN) for Ethernet or Token Ring operating at 100 Mbps over CAT-3/4/5 UTP, STP or optic fiber. S

Fault Management
The ability of a network to deal with isolated faults and reroute traffic in case a span is lost.

Fault Tolerance
System capability to perform fault management and continue operations in the event of a system failure.

FC
Face Contact  (physical layer)

FCC
Federal Communications Commission  (communications, network)

French flag icon/icone drapeau francais
Organisme administratif déterminant la réglementation et la tarification des télécommunications américaines.

FCS
Frame Check Sequence  (communications, network)
Any mathematical formula which derives a numeric value based on the bit pattern of a transmitted block of information and uses that value at the receiving end to determine the existence of any transmission errors.

FDDI
Fiber Distributed Data Interface  (network)
An ANSI-defined standard for implementing a high-speed (100 Mbps) LANover fiber.FDDI is a fault-tolerant dual counter-rotating-ring design.

French flag icon/icone drapeau francais
Norme ANSI pour l'implémentation deréseaux locaux hauts-débits (100 Mbps) sur fibre optique.Le réseau est constitué par un double anneau contra-rotatif.

FDM
Frequency-Division Mutliplexing  (network)
FDM (source: foldoc)
Frequency Division Multiplexing  (communications)
The simultaneous transmission of multiple separate signals through a shared medium (such as a wire, {optical fibre} or light beam) by modulating, at the transmitter, the separate signals into separable frequency bands, and adding those results linearly either before transmission or within the medium. While thus combined, all the signals may be amplified, conducted, translated in frequency and routed toward a destination as a single signal, resulting in economies which are the motivation for multiplexing. Apparatus at the reciever separates the multiplexed signals by means of frequency passing or rejecting filters, and demodulates the results individually, each in the manner appropriate for the modulation scheme used for that band or group.

Bands are joined to form groups, and groups may then be joined into larger groups; this process may be considered recursively, but such technique is common only in large and sophisticated systems and is not a necessary part of FDM.

Neither the transmitters nor the recievers need be close to each other; ordinary radio, television, and cable service are examples of FDM. It was once the mainstay of the long distance telephone system. The more recently developed {time division multiplexing} in its several forms lends itself to the handling of digital data, but the low cost and high quality of available FDM equipment, especially that intended for television signals, make it a reasonable choice for many purposes.
(08 Mar 1995)

A technique that allows for the channel bandwidth of a circuit to be subdivided into many little channels (one per traffic stream).

French flag icon/icone drapeau francais
Multiplexage en Fréquence  (réseau)
Voir
AMRF.

FDMA
Frequency Division Multiplexing Access  (communications, network)

French flag icon/icone drapeau francais
Accès multiple à répartition de fréquences (AMRF).

FEBE
Far End Block Error  (physical layer)

FEC
Forward Error Correction  (atm)
An error correction technique where there are no retransmissions and therefore the receiver is responsible for correcting any errors in the packets. FEC takes advantage of the sequence number contained in an ATM AAL (ATM adaptation layer) 1 protocol data unit to detect cell loss and prevent unnecessary transmission of cells belonging to faulty packets. A recent proposal to the ATM Forum advocates the use of FEC to address problems of data loss and packet delay on shared constant bit rate ATM links. According to studies conducted by several ATM Forum member companies, using FEC to detect cell loss allows multiple ATM devices to share the same virtual circuit for real-time audio and video transmission with minimal added overhead (approximately 3 percent) and only slight performance degradation.

French flag icon/icone drapeau francais
Technique de correction d'erreur sans retransmission et où le receveur est responsable de la correction de toute erreur présente dans le paquet.

FECN
Forward Explicit Congestion Notification  (network)
A bit in the frame relay header. The bit is set by a congested network node in any frame which is traveling in the same direction as the congestion. (In frame relay, a node can be congested in one direction of frame flow but not in the other.) (see BECN, EFCI).

FERF
Far End Receive Failure  (physical layer, error)

Finger  (network, Internet)
A protocol, defined in RFC 1288, that allows information about a system or user on a system to be retrieved.
Finger also refers to the commonly used Internet software tool for locating people on other Internet sites.
Finger is also sometimes used to give access to non-personal information, but the most common use is to see if a person has an account at a particular Internet site. Some sites consider finger to be a security risk and have either disabled it, or replaced it with a simple message.

French flag icon/icone drapeau francais
Protocole défini par la RFC 1288 qui permet de retrouver des informationsau sujet d'un système ou d'un utilisateur d'un système informatique.
C'est aussi un utilitaire logiciel permettant de trouver l'adresse et certaines informations concernant un correspondant connecté sur un site Internet. Il faut au minimum connaître le nom du site sur lequel cette personne travaille. Lorsque l'on lance Finger sur un site quelconque, la liste de toutes les personnes connectées à ce site est retournée. Pour des raisons de sécurité, il se peut que le service soit interdit sur un site ou remplacé par un simple message.

FIFO
First In First Out  (system) (source: foldoc)
A queue. A data structure or hardware buffer from which items are taken out in the same order they were put in. Also known as a "shelf" from the analogy with pushing items onto one end of a shelf so that they fall off the other. A FIFO is useful for buffering a stream of data between a sender and receiver which are not synchronised - i.e. not sending and receiving at exactly the same rate. Obviously if the rates differ by too much in one direction for too long then the FIFO will become either full (blocking the sender) or empty (blocking the receiver). A Unix pipe is a common example of a FIFO.

The opposite of a FIFO is a LIFO (last in first out) which is the same as a stack.

FIORL
Fiber Optic Inter-Repeater Link  (network)
Fiber-optic signaling methodology based on the IEEE 802.3 fiber-optic specification.

Flow control
A method used in networking for congestion avoidance and traffic regulation.There are three techniques: - window-based control, where a sliding window is used to determine how many cells can be transmitted during a predefined period,
- rate-based control, where the rate at which the source can transmit is monitored and controlled,
- credit-based control, where a source can transmit a cell if there is a credit available. CAC is also part of the flow control. See alsoCongestion control.

French flag icon/icone drapeau francais
Contrôle de Flux
Ensemble de méthodes utilisées en réseaux pour la régulation du trafic et éviter la congestion. Il existe trois techniques:
- le contrôle basé sur un mécanisme à "fenêtre", où une fenêtre glissante st utilisée pour déterminer combien de cellules ont été transmises durant une période prédéfinie,
- le contrôle basé sur les taux, où le taux auquel la source peut transmettre est surveillé et contrôlé,
- le contrôle basé sur un mécanisme de "crédits", où la source peut transmettre une cellule seulement si elle dispose d'un crédit(jeton) pour le faire.CAC est un mécanisme de contrôle de flux.

FM
Facilities Management

French flag icon/icone drapeau francais
Infogérance.

FMBS
Frame Mode Bearer Service


French flag icon/icone drapeau francais
Service support en mode trame

FOIRL
Fiber Optic Inter-Repeater Link  (communications)
A fiber optic signaling method based on the IEEE 802.3 and implemented over two fiber links, transmit and receive, in a point-to-point link. This medium may be up to 500m and 1 kilometer(3,280 ft.) long depending on the number of repeaters in the network.
It has been replaced by 10BASE-FL.

French flag icon/icone drapeau francais
Liaison Inter-Répéteur pour Fibre Optique  (communications)
Spécification pour méthode de signalisation pour liaison fibre optique basée sur IEEE 802.3 et implémentée sur deux liaisons fibre optique, émission et réception dans une liaison point à point. Le but est l'interconnexion de 2 répéteurs dans un réseau éthernet standard. Les deux répéteurs comptent pour 1. Distance max. 1000m.
FOIRL a été remplacé par 10BASE-FL.

Fragmentation
Breaking a packet into smaller units when transmitting over a network medium that cannot support the original size of the packet.

Frame
  1. A datalink layer "packet" which contains the header and trailer information required by the physical medium. That is, network layer packets are encapsulated to become frames. See also datagram, encapsulation, packet.
  2. (language implementation) See activation record.
  3. One complete scan of the active area of a display screen. Each frame consists of a number N of horizontal scan lines, each of which, on a computer display, consists of a number M of pixels. N is the vertical resolution of the display and M is the horizontal resolution. The rate at which the displayed image is updated is the refresh rate in frames per second.


French flag icon/icone drapeau francais
Trame  (réseau)
Suite définie d'informations constituant une entité logique de base pour la transmission dans un réseau. Une trame comporte les informations à transmettre proprement dites et des informations de contrôle qui les précèdent et les suivent.

FR
Frame Relay  (network)
A packet-switching technology to provide a very reliable packet delivery over virtual circuits (VC). Some of the concepts used in frame relay have been incorporated in ATM networks.

French flag icon/icone drapeau francais
Relais de trame
Technologie de commutation de paquets rapide appelée aussi relayage de trame qui consiste à opérer un multiplexage au niveau de la couche 2 du modèle OSI. Sorte de X25 allégé. Un certain nombre de concepts utilisé par le relayage de trame ont étéincorporés dans les réseaux ATM.

Frame Relay Forum
A voluntary organization composed of Frame Relay vendors, manufacturers, service providers, research organizations and users. Similar in purpose to the ATM Forum. (see SIG).Membership: March 1997 : 300 members (equipment vendor and carriers).
DMTF site: http://www.frforum.com/


French flag icon/icone drapeau francais
Consortium de vendeurs autour des technologies de relayage de trame(frame relay) et comprenant 300 membres en Mars 1997(Vendeurs d'équipements et opérateurs télécom).
Le site de DMTF: http://www.frforum.com/.

Freeware  (software)
Free software available for example on the Internet that can be redistributed.

French flag icon/icone drapeau francais
Graticiel
Qualificatif des logiciels que l'on peut librement utiliser gratuitement Ces logiciels sont diffusés gratuitement (via internet, cdrom de compilation) et peuvent être copiés légalement dans un but non commercial. A la différence des logiciels du domaine public l'auteur se réserve la propriété, le progamme "source" n'étant pas modifiable.

FRM
Fast Resource/Reservation Management
A form of network management for allocating resources (buffers, bandwidth) dynamically.

French flag icon/icone drapeau francais
Forme de'administration de réseaux pour allouer dynamiquement les ressources (buffers, bande passante).

FRS
Frame-Relay Service  (network)

FTAM
File Transfer Access and Management  (network)

French flag icon/icone drapeau francais
Norme édictée par l'ISO (International Standard Organisation) pour le transfert et la gestion de fichiers à distance. Cette norme se situe en couche 7 du modèle OSI (Open System Interconnect).

FTP
File Transfer Protocol  (network, Internet)
A (TCP/IP) Internet application and protocol used for transferring files between different machines across a network over TCP/IP services.

French flag icon/icone drapeau francais
Protocole de Transfert de Fichiers  (réseau)
Protocole de transfert de fichiers fonctionnant sur les protocoles TCP/IP.

FTP Anonyme
Anonymous FTP  (network, Internet)
See Anonymous FTP.

French flag icon/icone drapeau francais
Voir Anonymous FTP.

FT-PNNI
ForeThought PNNI  (atm)

Full Duplex  (communications)
LAN Technique for transmitting full duplex between a LAN station and the wiring hub. Supports 10 Mbps in each direction (20 Mbps) for Ethernet and 16 Mbps in each direction (32 Mbps) for Token Ring. Only supports single stations, not LAN segments.

French flag icon/icone drapeau francais
Duplex Intégral  (communications)
Voir duplex.

FUNI
Frame-based UNI  (atm)

FYI  (standart, Internet) (source: foldoc)
For Your Information  (standard, Internet)
A subseries of RFCs that are not technical standards or descriptions of protocols. FYIs convey general information about topics related to TCP/IP or the Internet.
See also STD.

French flag icon/icone drapeau francais
RFC qui ne définit pas un standard mais a un but d'information des utilisateurs. Pour accéder aux FYIs : http://www.urec.fr/Ftp/reseaux/docs/intro-docs/FYIs.

A , B , C , D , E , F , G , H , I , J , K , L , M , N , O , P , Q , R , S , T , U , V , W , X , Y , Z
Last modified: 01 oct 98    <Philippe Molinié>