Standards & Protocols: Unterschied zwischen den Versionen

Aus Wiki - Jochen Hammann
Zur Navigation springen Zur Suche springen
 
(23 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:
== C++ ==
== C++ ==


* [[Media:refman.pdf | ISO/IEC 14882: ''Programming languages - C++, First Edition, 1998-09-01]]
* [[Media:C038110E.PDF | ISO/IEC 14882: ''Programming languages - C++, Second Edition, 2003-10-15]]
* [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf ISO/IEC DTR 19768 Draft Technical Report on C++ Library Extensions]
* [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf ISO/IEC DTR 19768 Draft Technical Report on C++ Library Extensions]
* [http://www.open-std.org/jtc1/sc22/wg21/docs/TR18015.pdf Technical Report on C++ Performance]
* [http://www.open-std.org/jtc1/sc22/wg21/docs/TR18015.pdf Technical Report on C++ Performance]
Zeile 27: Zeile 25:
* [http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-372.pdf C++/CLI Language Specification, 1st Edition, December 2005]
* [http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-372.pdf C++/CLI Language Specification, 1st Edition, December 2005]
   
   
== Java ==
* [https://docs.oracle.com/javase/specs/ Java Language and Virtual Machine Specifications]
* The Java Language Specification
** [https://docs.oracle.com/javase/specs/jls/se6/html/j3TOC.html The Java Language Specification, Java SE 5 & 6 Edition (Third Edition)]
** [https://docs.oracle.com/javase/specs/jls/se7/html/index.html The Java Language Specification, Java SE 7 Edition]
** [https://docs.oracle.com/javase/specs/jls/se8/html/index.html The Java Language Specification, Java SE 8 Edition]
* The Java Virtual Machine Specification
** [https://docs.oracle.com/javase/specs/jvms/se6/html/VMSpecTOC.doc.html The Java Virtual Machine Specification, Second Edition]
** [https://docs.oracle.com/javase/specs/jvms/se7/html/index.html The Java Virtual Machine Specification, Java SE 7 Edition]
** [https://docs.oracle.com/javase/specs/jvms/se8/html/index.html The Java Virtual Machine Specification, Java SE 8 Edition]
* [http://www.oracle.com/technetwork/java/javase/tech/index.html Java SE Technologies]
* [http://www.oracle.com/technetwork/java/javaee/tech/index-jsp-142185.html Java EE 7 Technologies]
** [https://jcp.org/aboutJava/communityprocess/final/jsr342/index.html JSR 000342: Java Platform, Enterprise Edition 7 (Java EE 7) Specification]
** [https://jcp.org/aboutJava/communityprocess/final/jsr356/index.html JSR-000356: Java API for WebSocket]
** [https://jcp.org/aboutJava/communityprocess/final/jsr353/index.html JSR-000353: Java API for JSON Processing]
** [https://jcp.org/aboutJava/communityprocess/final/jsr340/index.html JSR-000340: Java Servlet 3.1]
** [https://jcp.org/aboutJava/communityprocess/final/jsr339/index.html JSR-000339: The Java API for RESTful Web Services (JAX-RS)]
** [https://jcp.org/aboutJava/communityprocess/mrel/jsr224/index4.html JSR-000224: Java API for XML-Based Web Services 2.2 Rev a (JAX-WS)]
** [https://jcp.org/aboutJava/communityprocess/mrel/jsr109/index2.html JSR-000109: Implementing Enterprise Web Services]
** [https://jcp.org/aboutJava/communityprocess/mrel/jsr222/index2.html JSR-000222: Java Architecture for XML Binding (JAXB) 2.2]




== JavaScript (ECMAScript) ==
== JavaScript (ECMAScript) ==
ECMAScript Language Specification, 5.1 Edition, June 2011


* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%201st%20edition,%20June%201997.pdf ECMA-262: ECMAScript Language Specification, 1th Edition]
* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%202nd%20edition,%20August%201998.pdf ECMA-262: ECMAScript Language Specification, 2th Edition]
* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf ECMA-262: ECMAScript Language Specification, 3th Edition]
* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262%205th%20edition%20December%202009.pdf ECMA-262: ECMAScript Language Specification, 5th Edition]
* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262%205.1%20edition%20June%202011.pdf ECMA-262: ECMAScript Language Specification, 5.1 Edition] [http://www.ecma-international.org/ecma-262/5.1/index.html (HTML)]
* [http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262%206th%20edition%20June%202015.pdf ECMA-262: ECMAScript Language Specification, 6th Edition] [http://www.ecma-international.org/ecma-262/6.0/index.html (HTML)]
* [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf ECMA-262: ECMAScript Language Specification, 7th Edition, 2016] [http://www.ecma-international.org/ecma-262/7.0/index.html (HTML)]
== JavaScript Object Notation (JSON) ==
* RFC 6901: JavaScript Object Notation (JSON) Pointer
* [http://goessner.net/articles/JsonPath/ JSONPath - XPath for JSON]
== Date and Time ==
* ISO 8601: ''Representation of dates and times'', Second Edition, Final Draft, 2000-12-15
* RFC 3339: Date and Time on the Internet: Timestamps
== Calendaring Specifications ==
* RFC 3283: Guide to Internet Calendaring
* RFC 5545: Internet Calendaring and Scheduling Core Object Specification (iCalendar)
* RFC 5546: iCalendar Transport-Independent Interoperability Protocol
* RFC 6868: Parameter Value Encoding in iCalendar and vCard
* RFC 2447: iCalendar Message-Based Interoperability Protocol (iMIP)
* RFC 4324: Calendar Access Protocol (CAP)
* RFC 4791: Calendaring Extensions to WebDAV (CalDAV)
* RFC 5689: Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)
* RFC 6638: Scheduling Extensions to CalDAV
* RFC 6764: Locating Services for Calendaring Extensions to WebDAV (CalDAV) and vCard Extensions to WebDAV (CardDAV)
* RFC 7265: jCal: The JSON Format for iCalendar
* RFC 7529: Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)
* RFC 7809: Calendaring Extensions to WebDAV (CalDAV): Time Zones by Reference
* RFC 7953: Calendar Availability
* [https://tools.ietf.org/html/draft-ietf-calsch-many-xcal-02 iCalendar DTD Document (xCal) - Draft]
== Hypertext Transfer Protocol (HTTP) ==
* RFC 2397: The "data" URL scheme
* RFC 2817: Upgrading to TLS Within HTTP/1.1, Updates RFC 2616
* RFC 2818: HTTP Over TLS
* RFC 2965: HTTP State Management Mechanism, Obsoleted by RFC 6265
* RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
* RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON)
* RFC 5785: Defining Well-Known Uniform Resource Identifiers (URIs), Updates RFC 2616, 2818
* RFC 6265: HTTP State Management Mechanism (Cookies), Obsoletes RFC 2965
* RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP), Updates RFC 2616
* RFC 6570: URI Template
* RFC 7230: Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
* RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
* RFC 7232: Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests
* RFC 7233: Hypertext Transfer Protocol (HTTP/1.1): Range Requests
* RFC 7234: Hypertext Transfer Protocol (HTTP/1.1): Caching
* RFC 7235: Hypertext Transfer Protocol (HTTP/1.1): Authentication
== Scalable Vector Graphics (SVG) ==


* [https://www.w3.org/TR/SVG11/ Scalable Vector Graphics (SVG) 1.1 (Second Edition)]




== UML - Object Management Group (OMG) ==


* [http://www.omg.org/spec/UML/2.5/PDF OMG Unified Modeling Language Specification, Version 2.5]




== Date and Time ==
== Multipurpose Internet Mail Extensions (MIME) ==
 
* RFC 2045: MIME Part One: Format of Internet Message Bodies
* RFC 2046: MIME Part Two: Media Types
* RFC 2047: MIME Part Three: Message Header Extensions for Non-ASCII Tex
* RFC 4289: MIME Part Four: Registration Procedures
* RFC 2049: MIME Part Five: Conformance Criteria and Examples
* RFC 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations
 
 
== Hypertext Markup Language (HTML) ==
 
* [https://www.w3.org/TR/html5/Overview.html HTML5 - A vocabulary and associated APIs for HTML and XHTML (28 October 2014)]
 
 
== Character Encoding / Decoding ==
 
* [https://tools.ietf.org/html/rfc3986 RFC 3986: Uniform Resource Identifier (URI): Generic Syntax (enhält URI Encoding)]
* [https://www.w3.org/TR/html5/forms.html#application/x-www-form-urlencoded-encoding-algorithm HTML5: application/x-www-form-urlencoded Encoding Algorithm]


* [[Media:8601v2000.pdf | ISO 8601: ''Representation of dates and times'', Second Edition, Final Draft, 2000-12-15]]
* [https://tools.ietf.org/html/rfc3339 RFC 3339: Date and Time on the Internet: Timestamps]


== Metasprachen ==


== Misc ==
* [[Media:iso-14977.pdf | ISO/IEC 14977: ''Extended Backus Naur Form'', 1996]]
* [[Media:iso-14977.pdf | ISO/IEC 14977: ''Extended Backus Naur Form'', 1996]]
== Universally Unique Identifier (UUID) ==
* [https://tools.ietf.org/html/rfc4122 RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace]
* [[Media:T-REC-X.667-201210.pdf|ITU-T X.667 (10/2012): Information technology – Procedures for the operation of object identifier registration authorities: Generation of universally unique identifiers and their use in object dentifiers]]
== Simple Mail Transfer Protocol (SMTP) ==
* RFC 5321: Simple Mail Transfer Protocol
* RFC 5322: Internet Message Format
* RFC 4954: SMTP Service Extension for Authentication
== Simple Network Management Protocol (SNMP) ==
* SNMP Version 1
** RFC 1157: A Simple Network Management Protocol
* Secure SNMP
** RFC 1351: SNMP Administrative Model
** RFC 1352: SNMP Security Protocols
** RFC 1353: Definitions of Managed Objects for Administration of SNMP Parties
* Community-Based SNMP Version 2 (SNMPv2c), Diese Version hat sich durchgesetzt und breite Akzeptanz erfahren. Wenn heutzutage von SNMPv2 gesprochen wird, ist meistens diese Version gemeint.
** RFC 1901: Introduction to Community-based SNMPv2
** RFC 1905: Protocol Operations for version 2 of the Simple Network Management Protocol (SNMPv2)
** RFC 1906: Transport Mappings for version 2 of the Simple Network Management Protocol (SNMPv2)
* SNMP Version 3
** RFC 3410: Introduction and Applicability Statements for Internet-Standard Management Framework
** RFC 3411: An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks
** RFC 3412: Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)
** RFC 3413: Simple Network Management Protocol (SNMP) Applications
** RFC 3414: User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)
** RFC 3415: View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)
** RFC 3416: Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP)
** RFC 3417: Transport Mappings for the Simple Network Management Protocol (SNMP)
** RFC 3418: Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)
== Structure of Management Information (SMI) ==
* RFC 1155: Structure and Identification of Management Information for TCP/IP-based Internets (SMIv1)
* RFC 1156: Management Information Base for Network Management of TCP/IP-based internets (SMIv1)
* RFC 2578: Structure of Management Information Version 2 (SMIv2), beinhaltet SNMPv2-SMI
* RFC 2579: Textual Conventions for SMIv2
* RFC 2580: Conformance Statements for SMIv2
* [http://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml Structure of Management Information (SMI) Numbers (MIB Module Registrations)]
== Management Information Base (MIB) ==
* RFC 3418: Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)
== Global System for Mobile Communications (GSM) ==
* Digital cellular telecommunications system (Phase 2+); Alphabets and language-specific information
** [http://www.qtc.jp/3GPP/GSM/SMG_20/tdocs/P-96-607.pdf GSM 03.38, Version 5.3.0]
** [http://www.etsi.org/deliver/etsi_ts/100900_100999/100900/07.02.00_60/ts_100900v070200p.pdf GSM 03.38, Version 7.2.0, Release 1998]
* Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Alphabets and language-specific information
** [http://www.etsi.org/deliver/etsi_ts/123000_123099/123038/07.00.00_60/ts_123038v070000p.pdf 3GPP TS 23.038 (ETSI TS 123 038), Version 7.0.0, 2006-03]
* Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Alphabets and language-specific information
** [http://www.etsi.org/deliver/etsi_ts/123000_123099/123038/09.01.01_60/ts_123038v090101p.pdf 3GPP TS 23.038 (ETSI TS 123 038), Version 9.1.1, 2010-02]
* Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS) Point-to-Point (PP)
** [http://www.etsi.org/deliver/etsi_gts/03/0340/05.03.00_60/gsmts_0340v050300p.pdf GSM 03.40, Version 5.3.0]
** [http://www.etsi.org/deliver/etsi_ts/100900_100999/100901/07.05.00_60/ts_100901v070500p.pdf 3GPP TS 03.40 (ETSI TS 100 901), Version 7.5.0, 2001-12]
* Digital cellular telecommunications system (Phase 2+), Use of Data Terminal Equipment - Data Circuit terminating, Equipment (DTE - DCE) interface for Short Message Service (SMS) and Cell Broadcast Service (CBS)
** [http://www.etsi.org/deliver/etsi_gts/07/0705/05.03.00_60/gsmts_0705v050300p.pdf GSM 07.05, Version 5.3.0]
* Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Technical realization of Cell Broadcast Service (CBS)
** [http://www.etsi.org/deliver/etsi_ts/123000_123099/123041/09.09.00_60/ts_123041v090900p.pdf 3GPP TS 23.041 (ETSI TS 123 041), Version 9.9.0, 2012-07]
* Digital cellular telecommunications system (Phase 2+), AT command set for GSM Mobile Equipment (ME)
** [http://www.etsi.org/deliver/etsi_gts/07/0707/05.00.00_60/gsmts_0707v050000p.pdf GSM 07.07, Version 5.0.0]
* Access and Terminals (AT); Short Message Service (SMS) for PSTN/ISDN; Short Message Communication between a fixed network Short Message Terminal Equipment and a Short Message Service Centre
** [http://www.etsi.org/deliver/etsi_es/201900_201999/201912/01.02.01_60/es_201912v010201p.pdf ETSI ES 201 912, Version 1.2.1, 2004-08]
== Telocator Alphanumeric Protocol (TAP) ==
* [ PCIA, Version 1.8, February 1997]
* T-Mobile
** [ Version 1.0, August 2002]
** [ Version 2.0, März 2008]
== Universal Computer Protocol (UCP) ==
* CMG Telecommunications
** [ Version 3.1.2, January 1999]
** [ Version 3.5, December 1999]
* Vodafone
** [ Version 4.0, February 2003]
** [ Version 4.1, February 2003]
* T-Mobile
** [ Version 4.6, January 2004]
== Simple Network Paging Protocol (SNPP) ==
* RFC 1861: Simple Network Paging Protocol (SNPP)
== Wireless Communication Transfer Protocol (WCTP) ==
* [ Wireless Communication Transfer Protocol]

Aktuelle Version vom 30. Dezember 2020, 16:57 Uhr


C


C++


C#


C++/CLI


Java


JavaScript (ECMAScript)


JavaScript Object Notation (JSON)


Date and Time

  • ISO 8601: Representation of dates and times, Second Edition, Final Draft, 2000-12-15
  • RFC 3339: Date and Time on the Internet: Timestamps


Calendaring Specifications

  • RFC 3283: Guide to Internet Calendaring
  • RFC 5545: Internet Calendaring and Scheduling Core Object Specification (iCalendar)
  • RFC 5546: iCalendar Transport-Independent Interoperability Protocol
  • RFC 6868: Parameter Value Encoding in iCalendar and vCard
  • RFC 2447: iCalendar Message-Based Interoperability Protocol (iMIP)
  • RFC 4324: Calendar Access Protocol (CAP)
  • RFC 4791: Calendaring Extensions to WebDAV (CalDAV)
  • RFC 5689: Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)
  • RFC 6638: Scheduling Extensions to CalDAV
  • RFC 6764: Locating Services for Calendaring Extensions to WebDAV (CalDAV) and vCard Extensions to WebDAV (CardDAV)
  • RFC 7265: jCal: The JSON Format for iCalendar
  • RFC 7529: Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)
  • RFC 7809: Calendaring Extensions to WebDAV (CalDAV): Time Zones by Reference
  • RFC 7953: Calendar Availability
  • iCalendar DTD Document (xCal) - Draft

Hypertext Transfer Protocol (HTTP)

  • RFC 2397: The "data" URL scheme
  • RFC 2817: Upgrading to TLS Within HTTP/1.1, Updates RFC 2616
  • RFC 2818: HTTP Over TLS
  • RFC 2965: HTTP State Management Mechanism, Obsoleted by RFC 6265
  • RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
  • RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON)
  • RFC 5785: Defining Well-Known Uniform Resource Identifiers (URIs), Updates RFC 2616, 2818
  • RFC 6265: HTTP State Management Mechanism (Cookies), Obsoletes RFC 2965
  • RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP), Updates RFC 2616
  • RFC 6570: URI Template
  • RFC 7230: Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
  • RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
  • RFC 7232: Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests
  • RFC 7233: Hypertext Transfer Protocol (HTTP/1.1): Range Requests
  • RFC 7234: Hypertext Transfer Protocol (HTTP/1.1): Caching
  • RFC 7235: Hypertext Transfer Protocol (HTTP/1.1): Authentication


Scalable Vector Graphics (SVG)


UML - Object Management Group (OMG)


Multipurpose Internet Mail Extensions (MIME)

  • RFC 2045: MIME Part One: Format of Internet Message Bodies
  • RFC 2046: MIME Part Two: Media Types
  • RFC 2047: MIME Part Three: Message Header Extensions for Non-ASCII Tex
  • RFC 4289: MIME Part Four: Registration Procedures
  • RFC 2049: MIME Part Five: Conformance Criteria and Examples
  • RFC 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations


Hypertext Markup Language (HTML)


Character Encoding / Decoding


Metasprachen


Universally Unique Identifier (UUID)


Simple Mail Transfer Protocol (SMTP)

  • RFC 5321: Simple Mail Transfer Protocol
  • RFC 5322: Internet Message Format
  • RFC 4954: SMTP Service Extension for Authentication


Simple Network Management Protocol (SNMP)

  • SNMP Version 1
    • RFC 1157: A Simple Network Management Protocol
  • Secure SNMP
    • RFC 1351: SNMP Administrative Model
    • RFC 1352: SNMP Security Protocols
    • RFC 1353: Definitions of Managed Objects for Administration of SNMP Parties
  • Community-Based SNMP Version 2 (SNMPv2c), Diese Version hat sich durchgesetzt und breite Akzeptanz erfahren. Wenn heutzutage von SNMPv2 gesprochen wird, ist meistens diese Version gemeint.
    • RFC 1901: Introduction to Community-based SNMPv2
    • RFC 1905: Protocol Operations for version 2 of the Simple Network Management Protocol (SNMPv2)
    • RFC 1906: Transport Mappings for version 2 of the Simple Network Management Protocol (SNMPv2)
  • SNMP Version 3
    • RFC 3410: Introduction and Applicability Statements for Internet-Standard Management Framework
    • RFC 3411: An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks
    • RFC 3412: Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)
    • RFC 3413: Simple Network Management Protocol (SNMP) Applications
    • RFC 3414: User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)
    • RFC 3415: View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)
    • RFC 3416: Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP)
    • RFC 3417: Transport Mappings for the Simple Network Management Protocol (SNMP)
    • RFC 3418: Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)


Structure of Management Information (SMI)


Management Information Base (MIB)

  • RFC 3418: Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)


Global System for Mobile Communications (GSM)


Telocator Alphanumeric Protocol (TAP)

  • [ PCIA, Version 1.8, February 1997]
  • T-Mobile
    • [ Version 1.0, August 2002]
    • [ Version 2.0, März 2008]


Universal Computer Protocol (UCP)

  • CMG Telecommunications
    • [ Version 3.1.2, January 1999]
    • [ Version 3.5, December 1999]
  • Vodafone
    • [ Version 4.0, February 2003]
    • [ Version 4.1, February 2003]
  • T-Mobile
    • [ Version 4.6, January 2004]


Simple Network Paging Protocol (SNPP)

  • RFC 1861: Simple Network Paging Protocol (SNPP)


Wireless Communication Transfer Protocol (WCTP)

  • [ Wireless Communication Transfer Protocol]