Check out my first novel, midnight's simulacra!
Standards: Difference between revisions
From dankwiki
No edit summary |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* [http://en.wikipedia.org/wiki/802.1ad IEEE 802.1ad/802.1QInQ-2007] ''VLAN stacking'', for encapsulating VLANs within VLANs. | * [http://en.wikipedia.org/wiki/802.1ad IEEE 802.1ad/802.1QInQ-2007] ''VLAN stacking'', for encapsulating VLANs within VLANs. | ||
** http://standards.ieee.org/getieee802/download/802.1ak-2007.pdf | ** http://standards.ieee.org/getieee802/download/802.1ak-2007.pdf | ||
* [http://en.wikipedia.org/wiki/IEEE_802.11 IEEE 802.11-2007] ''WLAN (Wireless LAN)'' using the 2.4, 3.6 and 5GHz frequency bands | |||
** http://standards.ieee.org/getieee802/download/802.11-2007.pdf, [http://standards.ieee.org/findstds/interps/802.11-2007.html interpretation] of same | |||
* [http://en.wikipedia.org/wiki/802.11u IEEE 802.11u-2011] ''WLAN Interworking with External Networks'' provides common high level inter-WLAN concepts | |||
** http://standards.ieee.org/findstds/standard/802.11u-2011.html | |||
* [http://en.wikipedia.org/wiki/802.21 IEEE 802.21-2009] ''MIHS (Media Independent Handover Services'' addresses handover between heterogeneous physical WLANs | |||
** http://www.ieee802.org/21/ | |||
** Addresses [[Ethernet|802.3 (Ethernet)]], 802.11, 802.15, 802.16, 3GPP, 3GPP2... | |||
===IETF=== | |||
* RFC 2131 ''Dynamic Host Configuration Protocol ([[DHCP]])'' (1997-03) (obsoletes RFC 1541) | |||
* RFC 3927 ''Dynamic Configuration of IPv4 Link-Local Addresses'' (2005-05) | |||
* RFC 4255 ''Using [[DNS]] to Securely Publish [[SSHFP|Secure Shell (SSH) Key Fingerprints]]'' (2006-01) | |||
* RFC 4253 ''The Secure Shell ([[SSH]])) Transport Protocol'' (2006-01) | |||
* RFC 4604 ''Using Internet Group Management Protocol Version 3 (IGMPv3) and Multicast Listener Discovery Protocol Version 2 (MLDv2) for Source-Specific Multicast'' (2006-08) (updates RFC 2710 and RFC 3376) | |||
* RFC 4861 ''Neighbor Discovery for [[IPv6]]'' (2007-09) (obsolete RFC 2461) | |||
* RFC 5771 ''IPv4 Multicast Address Assignments'' (2010-03) (obsoletes RFC 3171, RFC 3138, and updates RFC 2780) | |||
* RFC 5966 ''[[DNS]] Transport over TCP'' (2010-08) | |||
* RFC 6106 ''[[IPv6]] Router Advertisement Options for [[DNS]] Configuration'' (2010-11) (obsoletes RFC 5006) | |||
[[CATEGORY: Networking]] | |||
==UNIX== | |||
===ANSI=== | |||
* ANSI X3.64, ''Control Sequences for Video Terminals and Peripherals'', developed from ECMA 48 (withdrawn in 1997) | |||
==Crypto== | |||
===ANSI=== | |||
* ANSI X9.82, ''Random Number Generation'' | |||
===NIST=== | |||
* [http://en.wikipedia.org/wiki/FIPS_140-2 FIPS 140-2] ''Security Requirements for Cryptographic Modules'', specifies the Cryptographic Module Validation Program (CMVP) | |||
** http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf | |||
* SP800-90 ''Deterministic Random Bit Generator Validation'' | |||
** http://csrc.nist.gov/publications/nistpubs/800-90/SP800-90revised_March2007.pdf | |||
==Languages== | |||
===ISO=== | |||
* ISO 8879:1986 ''Information Processing -- Text and Office Systems -- Standard Generalized Markup Language (SGML)'' | |||
==Content== | |||
===ISO=== | |||
* ISO 8601:1988 ''Data elements and interchange formats -- Information interchange -- Representation of dates and times'' | |||
* ISO 3166:1993 ''Codes for the representation of names of countries'' | |||
* ISO 639:1988 ''Codes for the representation of names of languages'' |
Latest revision as of 20:08, 10 January 2012
Networking
IEEE
- IEEE 802.1D-1990 STP (Spanning Tree Protocol) for ensuring loop-free topology on Ethernet networks containing bridges
- IEEE 802.1D-2004 RSTP (Rapid Spanning Tree Protocol), a more rapidly converging STP. Obsoletes 802.1D-1990's STP.
- IEEE 802.1Q-2005 VLAN tagging, for division of an Ethernet network among logical segments or spanning an Ethernet across L3 routing, and
- MVRP (Multiple VLAN Registration Protocol), for negotiating VLAN parameters among Ethernet bridges.
- http://standards.ieee.org/getieee802/download/802.1Q-2005.pdf
- IEEE 802.1ad/802.1QInQ-2007 VLAN stacking, for encapsulating VLANs within VLANs.
- IEEE 802.11-2007 WLAN (Wireless LAN) using the 2.4, 3.6 and 5GHz frequency bands
- IEEE 802.11u-2011 WLAN Interworking with External Networks provides common high level inter-WLAN concepts
- IEEE 802.21-2009 MIHS (Media Independent Handover Services addresses handover between heterogeneous physical WLANs
- http://www.ieee802.org/21/
- Addresses 802.3 (Ethernet), 802.11, 802.15, 802.16, 3GPP, 3GPP2...
IETF
- RFC 2131 Dynamic Host Configuration Protocol (DHCP) (1997-03) (obsoletes RFC 1541)
- RFC 3927 Dynamic Configuration of IPv4 Link-Local Addresses (2005-05)
- RFC 4255 Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints (2006-01)
- RFC 4253 The Secure Shell (SSH)) Transport Protocol (2006-01)
- RFC 4604 Using Internet Group Management Protocol Version 3 (IGMPv3) and Multicast Listener Discovery Protocol Version 2 (MLDv2) for Source-Specific Multicast (2006-08) (updates RFC 2710 and RFC 3376)
- RFC 4861 Neighbor Discovery for IPv6 (2007-09) (obsolete RFC 2461)
- RFC 5771 IPv4 Multicast Address Assignments (2010-03) (obsoletes RFC 3171, RFC 3138, and updates RFC 2780)
- RFC 5966 DNS Transport over TCP (2010-08)
- RFC 6106 IPv6 Router Advertisement Options for DNS Configuration (2010-11) (obsoletes RFC 5006)
UNIX
ANSI
- ANSI X3.64, Control Sequences for Video Terminals and Peripherals, developed from ECMA 48 (withdrawn in 1997)
Crypto
ANSI
- ANSI X9.82, Random Number Generation
NIST
- FIPS 140-2 Security Requirements for Cryptographic Modules, specifies the Cryptographic Module Validation Program (CMVP)
- SP800-90 Deterministic Random Bit Generator Validation
Languages
ISO
- ISO 8879:1986 Information Processing -- Text and Office Systems -- Standard Generalized Markup Language (SGML)
Content
ISO
- ISO 8601:1988 Data elements and interchange formats -- Information interchange -- Representation of dates and times
- ISO 3166:1993 Codes for the representation of names of countries
- ISO 639:1988 Codes for the representation of names of languages