When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Small Form-factor Pluggable - Wikipedia

    en.wikipedia.org/wiki/Small_Form-factor_Pluggable

    Small Form-factor Pluggable (SFP) is a compact, hot-pluggable network interface module format used for both telecommunication and data communications applications. An SFP interface on networking hardware is a modular slot for a media-specific transceiver , such as for a fiber-optic cable or a copper cable. [ 1 ]

  3. Management Data Input/Output - Wikipedia

    en.wikipedia.org/wiki/Management_Data_Input/Output

    Management Data Input/Output (MDIO), also known as Serial Management Interface (SMI) or Media Independent Interface Management (MIIM), is a serial bus defined for the Ethernet family of IEEE 802.3 standards for the Media Independent Interface, or MII. The MII connects media access control (MAC) devices with Ethernet physical layer (PHY ...

  4. Media-independent interface - Wikipedia

    en.wikipedia.org/wiki/Media-independent_interface

    The gigabit media-independent interface (GMII) is an interface between the medium access control (MAC) device and the physical layer . The interface operates at speeds up to 1000 Mbit/s , implemented using a data interface clocked at 125 MHz with separate eight-bit data paths for receive and transmit, and is backwards compatible with the MII ...

  5. C form-factor pluggable - Wikipedia

    en.wikipedia.org/wiki/C_Form-factor_Pluggable

    The CFP transceiver is specified by a multi-source agreement (MSA) among competing manufacturers. [2] The CFP was designed after the small form-factor pluggable transceiver (SFP) interface, but is significantly larger to support 100 Gbit/s.

  6. Interface description language - Wikipedia

    en.wikipedia.org/wiki/Interface_description_language

    Representation of different software components for performing a hypothetical holiday reservation in UML. An interface description language or interface definition language (IDL) is a generic term for a language that lets a program or object written in one language communicate with another program written in an unknown language.

  7. Scapy - Wikipedia

    en.wikipedia.org/wiki/Scapy

    Scapy is a packet manipulation tool for computer networks, [3] [4] originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and replies. It can also handle tasks like scanning, tracerouting, probing, unit tests, attacks, and network discovery.

  8. Data, context and interaction - Wikipedia

    en.wikipedia.org/wiki/Data,_context_and_interaction

    An example of a data object could be a bank account. Its interface would have basic operations for increasing and decreasing the balance and for inquiring about the current balance. The interface would likely not offer operations that involve transactions, or which in any way involve other objects or any user interaction.

  9. Foreign function interface - Wikipedia

    en.wikipedia.org/wiki/Foreign_function_interface

    The term foreign function interface is generally not used to describe multi-lingual runtimes such as the Microsoft Common Language Runtime, where a common substrate is provided which enables any CLR-compliant language to use services defined in any other. (However, in this case the CLR does include an FFI, P/Invoke, to