Wikidata:WikiProject Informatics/Protocols
Home | Algorithms | Languages | Structures | Protocols | Software | Hardware |
Welcome to the computer network protocol (Q15836568) section of the WikiProject Informatics |
Protocols
editSpecific protocols modelled in detail are:
Queries
editList of computer network protocol (Q15836568) with missing information or from an unknown protocol suite
editThe following query uses these:
- Items: computer network protocol (Q15836568) , Transmission Control Protocol (Q8803) , User Datagram Protocol (Q11163) , Stream Control Transmission Protocol (Q576997)
- Properties: instance of (P31) , subclass of (P279) , port (P1641) , of (P642)
SELECT ?protocol ?protocolLabel ?port ?protocolSuiteLabel WHERE { ?protocol wdt:P31/wdt:P279* wd:Q15836568 . ?protocol p:P1641 ?portStatement . OPTIONAL { ?portStatement ps:P1641 ?port } . OPTIONAL { ?portStatement pq:P642 ?protocolSuite } . FILTER (!BOUND(?protocolSuite) || (?protocolSuite != wd:Q8803 && ?protocolSuite != wd:Q11163 && ?protocolSuite != wd:Q576997)) SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } ORDER BY ASC(?port)
List of computer network protocol (Q15836568) that works in the application layer (Q189768)
editThe following query uses these:
- Properties: instance of (P31) , OSI Model layer location (P5805)
SELECT ?komputila_retkomunika_protokolo ?komputila_retkomunika_protokoloLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?komputila_retkomunika_protokolo wdt:P31 wd:Q15836568. ?komputila_retkomunika_protokolo wdt:P5805 wd:Q189768. }