"multicast" meaning in English

See multicast in All languages combined, or Wiktionary

Adjective

Audio: en-uk-multicast.ogg [UK]
Etymology: Blend of multiple + broadcast. Etymology templates: {{blend|en|multiple|broadcast}} Blend of multiple + broadcast Head templates: {{en-adj|-}} multicast (not comparable)
  1. (programming, of a delegate) Having multiple targets, such that a call to the delegate triggers a call to each target. Tags: not-comparable Categories (topical): Programming Related terms: singlecast, unicast
    Sense id: en-multicast-en-adj-ZiHddcZM Categories (other): English blends, English entries with incorrect language header Disambiguation of English blends: 57 43 Disambiguation of English entries with incorrect language header: 48 52 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, programming, sciences

Noun

Audio: en-uk-multicast.ogg [UK] Forms: multicasts [plural]
Etymology: Blend of multiple + broadcast. Etymology templates: {{blend|en|multiple|broadcast}} Blend of multiple + broadcast Head templates: {{en-noun}} multicast (plural multicasts)
  1. (computing, networking) The simultaneous transmission of data to several destinations on a network. Categories (topical): Computing, Networking Derived forms: nonmulticast, multicasting
    Sense id: en-multicast-en-noun-fXYtOIjp Categories (other): English terms with collocations, English entries with incorrect language header Disambiguation of English entries with incorrect language header: 48 52 Topics: computing, engineering, mathematics, natural-sciences, networking, physical-sciences, sciences

Inflected forms

Download JSON data for multicast meaning in English (4.6kB)

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multiple",
        "3": "broadcast"
      },
      "expansion": "Blend of multiple + broadcast",
      "name": "blend"
    }
  ],
  "etymology_text": "Blend of multiple + broadcast.",
  "forms": [
    {
      "form": "multicasts",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "multicast (plural multicasts)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English terms with collocations",
          "parents": [
            "Terms with collocations",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Networking",
          "orig": "en:Networking",
          "parents": [
            "Computing",
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "48 52",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        }
      ],
      "derived": [
        {
          "word": "nonmulticast"
        },
        {
          "word": "multicasting"
        }
      ],
      "examples": [
        {
          "text": "Coordinate term: broadcast"
        },
        {
          "text": "multicast address",
          "type": "example"
        },
        {
          "ref": "2009, Robert Rümmler, Alexander Daniel Gluhak, Hamid Aghvami, Multicast in Third-Generation Mobile Networks: Services, Mechanisms and Performance, John Wiley & Sons, page 14",
          "text": "On an LAN, each host's network interface monitors the LAN and accepts packets addressed to the multicast address that defines the host group to which the packets belong. Unlike broadcasting, multicasting allows each host to choose whether it wants to accept multicast packets.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "The simultaneous transmission of data to several destinations on a network."
      ],
      "id": "en-multicast-en-noun-fXYtOIjp",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "networking",
          "networking#Noun"
        ],
        [
          "transmission",
          "transmission"
        ],
        [
          "network",
          "network"
        ]
      ],
      "raw_glosses": [
        "(computing, networking) The simultaneous transmission of data to several destinations on a network."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "networking",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-multicast.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/3/30/En-uk-multicast.ogg/En-uk-multicast.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/3/30/En-uk-multicast.ogg",
      "tags": [
        "UK"
      ],
      "text": "Audio (UK)"
    }
  ],
  "word": "multicast"
}

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multiple",
        "3": "broadcast"
      },
      "expansion": "Blend of multiple + broadcast",
      "name": "blend"
    }
  ],
  "etymology_text": "Blend of multiple + broadcast.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multicast (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "_dis": "57 43",
          "kind": "other",
          "name": "English blends",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "48 52",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "ref": "2005, Jesse Liberty, Programming C#: Building .NET Applications with C#",
          "text": "The result is a new multicast delegate that invokes both of the original implementing methods.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "Having multiple targets, such that a call to the delegate triggers a call to each target."
      ],
      "id": "en-multicast-en-adj-ZiHddcZM",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "delegate",
          "delegate"
        ],
        [
          "multiple",
          "multiple"
        ],
        [
          "target",
          "target"
        ]
      ],
      "raw_glosses": [
        "(programming, of a delegate) Having multiple targets, such that a call to the delegate triggers a call to each target."
      ],
      "raw_tags": [
        "of a delegate"
      ],
      "related": [
        {
          "word": "singlecast"
        },
        {
          "word": "unicast"
        }
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-multicast.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/3/30/En-uk-multicast.ogg/En-uk-multicast.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/3/30/En-uk-multicast.ogg",
      "tags": [
        "UK"
      ],
      "text": "Audio (UK)"
    }
  ],
  "word": "multicast"
}
{
  "categories": [
    "English adjectives",
    "English blends",
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms with audio links",
    "English uncomparable adjectives"
  ],
  "derived": [
    {
      "word": "nonmulticast"
    },
    {
      "word": "multicasting"
    }
  ],
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multiple",
        "3": "broadcast"
      },
      "expansion": "Blend of multiple + broadcast",
      "name": "blend"
    }
  ],
  "etymology_text": "Blend of multiple + broadcast.",
  "forms": [
    {
      "form": "multicasts",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "multicast (plural multicasts)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "English terms with collocations",
        "English terms with quotations",
        "en:Computing",
        "en:Networking"
      ],
      "examples": [
        {
          "text": "Coordinate term: broadcast"
        },
        {
          "text": "multicast address",
          "type": "example"
        },
        {
          "ref": "2009, Robert Rümmler, Alexander Daniel Gluhak, Hamid Aghvami, Multicast in Third-Generation Mobile Networks: Services, Mechanisms and Performance, John Wiley & Sons, page 14",
          "text": "On an LAN, each host's network interface monitors the LAN and accepts packets addressed to the multicast address that defines the host group to which the packets belong. Unlike broadcasting, multicasting allows each host to choose whether it wants to accept multicast packets.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "The simultaneous transmission of data to several destinations on a network."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "networking",
          "networking#Noun"
        ],
        [
          "transmission",
          "transmission"
        ],
        [
          "network",
          "network"
        ]
      ],
      "raw_glosses": [
        "(computing, networking) The simultaneous transmission of data to several destinations on a network."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "networking",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-multicast.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/3/30/En-uk-multicast.ogg/En-uk-multicast.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/3/30/En-uk-multicast.ogg",
      "tags": [
        "UK"
      ],
      "text": "Audio (UK)"
    }
  ],
  "word": "multicast"
}

{
  "categories": [
    "English adjectives",
    "English blends",
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms with audio links",
    "English uncomparable adjectives"
  ],
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multiple",
        "3": "broadcast"
      },
      "expansion": "Blend of multiple + broadcast",
      "name": "blend"
    }
  ],
  "etymology_text": "Blend of multiple + broadcast.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multicast (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "related": [
    {
      "word": "singlecast"
    },
    {
      "word": "unicast"
    }
  ],
  "senses": [
    {
      "categories": [
        "English terms with quotations",
        "Quotation templates to be cleaned",
        "en:Programming"
      ],
      "examples": [
        {
          "ref": "2005, Jesse Liberty, Programming C#: Building .NET Applications with C#",
          "text": "The result is a new multicast delegate that invokes both of the original implementing methods.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "Having multiple targets, such that a call to the delegate triggers a call to each target."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "delegate",
          "delegate"
        ],
        [
          "multiple",
          "multiple"
        ],
        [
          "target",
          "target"
        ]
      ],
      "raw_glosses": [
        "(programming, of a delegate) Having multiple targets, such that a call to the delegate triggers a call to each target."
      ],
      "raw_tags": [
        "of a delegate"
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-multicast.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/3/30/En-uk-multicast.ogg/En-uk-multicast.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/3/30/En-uk-multicast.ogg",
      "tags": [
        "UK"
      ],
      "text": "Audio (UK)"
    }
  ],
  "word": "multicast"
}

This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-05-03 from the enwiktionary dump dated 2024-05-02 using wiktextract (f4fd8c9 and c9440ce). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.