Algorithme de Lloyd-MaxEn algorithmique et en traitement du signal, l’algorithme de Lloyd-Max est un algorithme qui permet de construire le quantifieur scalaire optimal. C'est donc une méthode pour quantifier un signal en une dimension de manière à minimiser la distorsion, mesurée par l'erreur quadratique moyenne. L'optimalité du quantifieur est assurée par deux conditions sur les niveaux de reconstruction et de décision, découvertes par Lloyd en 1957. Il fournit aussi un algorithme, qui permet de construire itérativement le quantifieur optimal.
DATAPACDATAPAC, or Datapac in some documents, was Canada's packet switched X.25-equivalent data network. Initial work on a data-only network started in 1972 and was announced by Bell Canada in 1974 as Dataroute. DATAPAC was implemented by adding packet switching to the existing Dataroute networks. It opened for use in 1976 as the world's first public data network based on X.25. Operated first by Trans-Canada Telephone System, then Telecom Canada, then the Stentor Alliance, it finally reverted to Bell Canada when the Stentor Alliance was dissolved in 1999.
Gnutella2Gnutella2, often referred to as G2, is a peer-to-peer protocol developed mainly by Michael Stokes and released in 2002. While inspired by the gnutella protocol, G2 shares little of its design with the exception of its connection handshake and download mechanics. G2 adopts an extensible binary packet format and an entirely new search algorithm. Furthermore, G2 has a related (but significantly different) network topology and an improved metadata system, which helps effectively to reduce fake files, such as viruses, on the network.
Peeringvignette|Schéma de représentation du "Peering" Le peering (qui peut se traduire par appairage ou interconnexion d'égal à égal en français) désigne, dans le domaine des réseaux, l'échange de trafic Internet avec des peers (pairs) : d'autres opérateurs ou des fournisseurs de contenu. Sur internet, le peering implique trois éléments : une interconnexion physique entre les réseaux, une liaison virtuelle entre les réseaux pour permettre l'échange des routes via le protocole de routage BGP, des accords commerciaux, contractuels, ou informels, de peering entre les deux parties.
Programmable interrupt controllerIn computing, a programmable interrupt controller (PIC) is an integrated circuit that helps a microprocessor (or CPU) handle interrupt requests (IRQ) coming from multiple different sources (like external I/O devices) which may occur simultaneously. It helps prioritize IRQs so that the CPU switches execution to the most appropriate interrupt handler (ISR) after the PIC assesses the IRQ's relative priorities. Common modes of interrupt priority include hard priorities, rotating priorities, and cascading priorities.
Expander codeIn coding theory, expander codes form a class of error-correcting codes that are constructed from bipartite expander graphs. Along with Justesen codes, expander codes are of particular interest since they have a constant positive rate, a constant positive relative distance, and a constant alphabet size. In fact, the alphabet contains only two elements, so expander codes belong to the class of binary codes. Furthermore, expander codes can be both encoded and decoded in time proportional to the block length of the code.
Squid (logiciel)Un serveur Squid est un serveur mandataire (proxy) et un mandataire inverse conçu pour relayer les protocoles , HTTP, Gopher, et HTTPS. Contrairement aux serveurs proxy classiques, un serveur Squid gère toutes les requêtes en un seul processus d'entrée/sortie asynchrone. C'est un logiciel libre distribué sous licence GNU GPL. Squid garde les meta-données et plus particulièrement les données les plus fréquemment utilisées en mémoire. Il conserve aussi en mémoire les requêtes DNS, ainsi que les requêtes ayant échoué.