Dot-decimal notation (original) (raw)

About DBpedia

Dot-decimal notation is a presentation format for numerical data. It consists of a string of decimal numbers, using the full stop (dot) as a separation character. A common use of dot-decimal notation is in information technology where it is a method of writing numbers in octet-grouped base-10 (decimal) numbers. In computer networking, Internet Protocol Version 4 (IPv4) addresses are commonly written using the quad-dotted notation of four decimal integers, ranging from 0 to 255 each.

thumbnail

Property Value
dbo:abstract Dotted decimal notation bzw. Dezimalpunktschreibweise ist die gängige Darstellung von IP-Adressen und Netzwerkmasken in Internet Protocol Version 4. Hierbei wird jedes der vier Oktette in eine Dezimalzahl umgewandelt, und die Zahlen mit einem Punkt dazwischen aneinandergehängt. Beispiele: 127.0.0.1, 192.0.2.210 usw. Werden führende Nullen verwendet, so kann eine IP-Adresse auch oktal ausgedrückt werden, z. B. 0177.0.0.1 für 127.0.0.1. Es besteht weiterhin die Möglichkeit, Oktette abzukürzen, z. B. 127.0.1, 127.1 oder 2130706433 bzw. 017700000001 für 127.0.0.1. Diese Schreibweise ist nur eine Konvention, auf Maschinenebene sind IP-Adressen und Netzwerkmasken 32-Bit-Binärzahlen. (de) Dot-decimal notation is a presentation format for numerical data. It consists of a string of decimal numbers, using the full stop (dot) as a separation character. A common use of dot-decimal notation is in information technology where it is a method of writing numbers in octet-grouped base-10 (decimal) numbers. In computer networking, Internet Protocol Version 4 (IPv4) addresses are commonly written using the quad-dotted notation of four decimal integers, ranging from 0 to 255 each. (en) La notation décimale à point désigne une convention d'écriture par laquelle on sépare des nombres en base 10 par des points, pour faciliter la lecture. Cette convention est utilisée pour l'écriture des adresses IPv4 : les 32 bits sont regroupés par octets, sous forme décimale (par exemple 91.198.174.2). Elle est également utilisée par l'ITU et l'ISO/IEC pour les OIDs (Object IDentifiers) permettant d'identifier de manière persistante, globale et unique tout objet, concept ou autre. Ces identifiants sont notamment utilisés par la syntaxe ASN.1 utilisée dans le protocole SNMP (par exemple 1.3.6.1.4.1 pour le nœud racine des entreprises enregistrées auprès de l'IANA). La norme internationale ISO 2145, qui définit une convention typographique pour l'écriture des sections et sous-sections d'un document, utilise aussi cette notation (1, 1.1, 1.1.1…). Cette norme est notamment utilisée par LaTeX. (fr) 닷 데시멀 노테이션(Dot-decimal notation)은 숫자 데이터의 표현 형식으로 10 진수 문자열로 구성되며 각 옥텟 별로 점으로 구분한다. 데이터 및 컴퓨터 네트워킹에서 이 용어는 점에 따른 4자리 표기법으로 부르기도 한다. (ko) 点分十进制是一个表达数字数据的形式。其形式为用句点(.)分隔的多个十进制数。 点分十进制最常用于信息技术中用十进制记录以八位分组的数字,其中以表达IPv4地址最为常见,例如常见的回环地址的二进制表达为: 01111111 00000000 00000000 00000001 将其每8位分为一组,转换为十进制,分别得到127、0、0和1,再将这四个十进制数之间以句点连接,即为127.0.0.1。 (zh)
dbo:thumbnail wiki-commons:Special:FilePath/IPv4_address_structure_and_writing_systems-en.svg?width=300
dbo:wikiPageID 436706 (xsd:integer)
dbo:wikiPageLength 10745 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1083806185 (xsd:integer)
dbo:wikiPageWikiLink dbr:Decimal dbr:Decimal_separator dbr:Dewey_Decimal_Classification dbr:Proximal_phalanges dbr:Classful_network dbr:Full_stop dbr:Loopback dbr:Decimal_section_numbering dbr:Paragraph dbr:Broken_toe dbr:CIDR_notation dbr:Localhost dbr:Object_identifier dbr:4.2BSD dbr:AO_Foundation dbr:POSIX dbr:Request_for_Comments dbr:Hexadecimal dbr:Distal_phalanges dbc:Network_addressing dbr:Phalanges_of_the_foot dbr:Computer_networking dbr:Inheritance_(object-oriented_programming) dbr:Octal dbr:Octet_(computing) dbr:Mail_Transfer_Protocol dbr:Universal_Decimal_Classification dbr:IPv4_address dbr:ISO_2145 dbr:Middle_phalanges dbr:Hexadecimal_number dbr:Version_number dbr:Beta_software dbr:Orthopaedic_Trauma_Association dbr:File:IPv4_address_structure_and_writing_systems-en.svg
dbp:align right (en)
dbp:border no (en)
dbp:content File:Phalanges of left foot - animation01.gif File:Phalanges of left foot - animation02.gif Toe bones or phalanges of the foot. (en)
dbp:wikiPageUsesTemplate dbt:Image_frame dbt:Legend dbt:Reflist dbt:Section_link dbt:Short_description
dcterms:subject dbc:Network_addressing
gold:hypernym dbr:Format
rdf:type dbo:Software yago:Abstraction100002137 yago:Communication100033020 yago:Identifier107270601 yago:WikicatIdentifiers yago:Signal106791372 yago:Symbol106806469
rdfs:comment Dot-decimal notation is a presentation format for numerical data. It consists of a string of decimal numbers, using the full stop (dot) as a separation character. A common use of dot-decimal notation is in information technology where it is a method of writing numbers in octet-grouped base-10 (decimal) numbers. In computer networking, Internet Protocol Version 4 (IPv4) addresses are commonly written using the quad-dotted notation of four decimal integers, ranging from 0 to 255 each. (en) 닷 데시멀 노테이션(Dot-decimal notation)은 숫자 데이터의 표현 형식으로 10 진수 문자열로 구성되며 각 옥텟 별로 점으로 구분한다. 데이터 및 컴퓨터 네트워킹에서 이 용어는 점에 따른 4자리 표기법으로 부르기도 한다. (ko) 点分十进制是一个表达数字数据的形式。其形式为用句点(.)分隔的多个十进制数。 点分十进制最常用于信息技术中用十进制记录以八位分组的数字,其中以表达IPv4地址最为常见,例如常见的回环地址的二进制表达为: 01111111 00000000 00000000 00000001 将其每8位分为一组,转换为十进制,分别得到127、0、0和1,再将这四个十进制数之间以句点连接,即为127.0.0.1。 (zh) Dotted decimal notation bzw. Dezimalpunktschreibweise ist die gängige Darstellung von IP-Adressen und Netzwerkmasken in Internet Protocol Version 4. Hierbei wird jedes der vier Oktette in eine Dezimalzahl umgewandelt, und die Zahlen mit einem Punkt dazwischen aneinandergehängt. Beispiele: 127.0.0.1, 192.0.2.210 usw. Werden führende Nullen verwendet, so kann eine IP-Adresse auch oktal ausgedrückt werden, z. B. 0177.0.0.1 für 127.0.0.1. Es besteht weiterhin die Möglichkeit, Oktette abzukürzen, z. B. 127.0.1, 127.1 oder 2130706433 bzw. 017700000001 für 127.0.0.1. (de) La notation décimale à point désigne une convention d'écriture par laquelle on sépare des nombres en base 10 par des points, pour faciliter la lecture. Cette convention est utilisée pour l'écriture des adresses IPv4 : les 32 bits sont regroupés par octets, sous forme décimale (par exemple 91.198.174.2). La norme internationale ISO 2145, qui définit une convention typographique pour l'écriture des sections et sous-sections d'un document, utilise aussi cette notation (1, 1.1, 1.1.1…). Cette norme est notamment utilisée par LaTeX. (fr)
rdfs:label Dotted decimal notation (de) Dot-decimal notation (en) Notation décimale à point (fr) 닷 데시멀 노테이션 (ko) 点分十进制 (zh)
owl:sameAs freebase:Dot-decimal notation yago-res:Dot-decimal notation wikidata:Dot-decimal notation dbpedia-de:Dot-decimal notation dbpedia-fr:Dot-decimal notation dbpedia-ko:Dot-decimal notation dbpedia-zh:Dot-decimal notation https://global.dbpedia.org/id/HZVH
prov:wasDerivedFrom wikipedia-en:Dot-decimal_notation?oldid=1083806185&ns=0
foaf:depiction wiki-commons:Special:FilePath/IPv4_address_structure_and_writing_systems-en.svg wiki-commons:Special:FilePath/Phalanges_of_left_foot_-_animation01.gif wiki-commons:Special:FilePath/Phalanges_of_left_foot_-_animation02.gif
foaf:isPrimaryTopicOf wikipedia-en:Dot-decimal_notation
is dbo:wikiPageDisambiguates of dbr:DDN
is dbo:wikiPageRedirects of dbr:Dot-decimal dbr:Dotted-decimal dbr:Dotted_decimal dbr:Dotted_Decimal_Notation dbr:Dotted_Quad dbr:Dotted_decimal_notation dbr:Dotted_quad dbr:Dotted_quad_address dbr:Quad-dotted_notation
is dbo:wikiPageWikiLink of dbr:Decimal_separator dbr:Uniform_Resource_Identifier dbr:Internet dbr:Subnetwork dbr:Classful_network dbr:Common_Gateway_Interface dbr:DDN dbr:History_of_mathematical_notation dbr:Dot-decimal dbr:Dot_notation dbr:Dotted-decimal dbr:Dotted_decimal dbr:Direct_Client-to-Client dbr:Classless_Inter-Domain_Routing dbr:IPv4 dbr:IPv6 dbr:Open_Shortest_Path_First dbr:SSS* dbr:IP_address dbr:IPv6_address dbr:ISO_2145 dbr:Dotted_Decimal_Notation dbr:Dotted_Quad dbr:Dotted_decimal_notation dbr:Dotted_quad dbr:Dotted_quad_address dbr:Quad-dotted_notation
is foaf:primaryTopic of wikipedia-en:Dot-decimal_notation