About: Netlink

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The Netlink socket family is a Linux kernel interface used for inter-process communication (IPC) between both the kernel and userspace processes, and between different userspace processes, in a way similar to the Unix domain sockets. Similarly to the Unix domain sockets, and unlike INET sockets, Netlink communication cannot traverse host boundaries. However, while the Unix domain sockets use the file system namespace, Netlink sockets are usually addressed by process identifiers (PIDs). Netlink is designed to be a more flexible successor to ioctl; RFC 3549 describes the protocol in detail.

Property Value
dbo:abstract
  • Netlink je programové rozhraní linuxového jádra pro meziprocesovou komunikaci mezi jádrem a procesy uživatelského prostoru. Jedná se o soketové rozhraní, přesněji o rozhraní unixových soketů, které je na rozdíl od určeno pro komunikaci v rámci jednoho počítače. K adresaci tak typicky používá číslo procesu. Svou funkcí je Netlink nástupcem , oproti kterému má být flexibilnější. Je detailně popsán v RFC 3549. Jako součást jádra Linuxu je Netlink naprogramován v Céčku a je uvolněn pod licencí GNU GPL. Soketové rozhraní Netlink je součástí jádra od verze 2.2, v dřívějších podverzích řady 2.0 byl Netlink zaváděn jako rozhraní používající soubor zařízení. Mezi typická použití Netlinku patří řízení firewallu, a . (cs)
  • Netlink est une famille de sockets des interfaces du noyau Linux utilisé pour les communications interprocessus, entre les processus du noyau et ceux en espace utilisateur ou entre différents processus en espace utilisateur. Leur fonctionnement est similaire aux sockets Unix, et comme dans le cas des sockets internet, les communications Netlink ne peuvent traverser les frontières des hôtes. Bien que le socket Unix utilise l’espace de nom du système de fichier, les processus netlink sont accédés par les identifiants de processus (PID). La bibliothèque libnl fournit l’API de communication de l’espace utilisateur avec Netlink. * Portail de l’informatique * Portail GNU/Linux (fr)
  • The Netlink socket family is a Linux kernel interface used for inter-process communication (IPC) between both the kernel and userspace processes, and between different userspace processes, in a way similar to the Unix domain sockets. Similarly to the Unix domain sockets, and unlike INET sockets, Netlink communication cannot traverse host boundaries. However, while the Unix domain sockets use the file system namespace, Netlink sockets are usually addressed by process identifiers (PIDs). Netlink is designed and used for transferring miscellaneous networking information between the kernel space and userspace processes. Networking utilities, such as the iproute2 family and the utilities used for configuring mac80211-based wireless drivers, use Netlink to communicate with the Linux kernel from userspace. Netlink provides a standard socket-based interface for userspace processes, and a kernel-side API for internal use by kernel modules. Originally, Netlink used the AF_NETLINKsocket family. Netlink is designed to be a more flexible successor to ioctl; RFC 3549 describes the protocol in detail. (en)
  • Netlink套接字家族(英語:Netlink socket family)是一組Linux核心介面(Linux kernel interfaces),可用於行程間通訊,Linux内核与用户空间的进程间、用户进程间的通讯。然而它并不像网络套接字可以用于主机间通讯,Netlink只能用于同一主机上进程通讯,并通过PID来标识它们。 Netlink被设计为在Linux内核与用户空间进程传送各种网络信息。网络工具iproute2利用Netlink从用户空间与内核进行通讯。Netlink由一个在用户空间的标准的Socket接口和内核模块提供的内核API组成。Netlink的设计比ioctl更加灵活,Netlink使用了AF_NETLINK Socket家族。 RFC 3549(页面存档备份,存于互联网档案馆)详细的描述了Netlink协议。 (zh)
dbo:computingPlatform
dbo:genre
dbo:license
dbo:operatingSystem
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3858478 (xsd:integer)
dbo:wikiPageLength
  • 10745 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1085214078 (xsd:integer)
dbo:wikiPageWikiLink
dbp:genre
dbp:license
dbp:name
  • Linux kernel (en)
dbp:operatingSystem
dbp:platform
dbp:title
  • Netlink (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Netlink套接字家族(英語:Netlink socket family)是一組Linux核心介面(Linux kernel interfaces),可用於行程間通訊,Linux内核与用户空间的进程间、用户进程间的通讯。然而它并不像网络套接字可以用于主机间通讯,Netlink只能用于同一主机上进程通讯,并通过PID来标识它们。 Netlink被设计为在Linux内核与用户空间进程传送各种网络信息。网络工具iproute2利用Netlink从用户空间与内核进行通讯。Netlink由一个在用户空间的标准的Socket接口和内核模块提供的内核API组成。Netlink的设计比ioctl更加灵活,Netlink使用了AF_NETLINK Socket家族。 RFC 3549(页面存档备份,存于互联网档案馆)详细的描述了Netlink协议。 (zh)
  • Netlink je programové rozhraní linuxového jádra pro meziprocesovou komunikaci mezi jádrem a procesy uživatelského prostoru. Jedná se o soketové rozhraní, přesněji o rozhraní unixových soketů, které je na rozdíl od určeno pro komunikaci v rámci jednoho počítače. K adresaci tak typicky používá číslo procesu. Svou funkcí je Netlink nástupcem , oproti kterému má být flexibilnější. Je detailně popsán v RFC 3549. Mezi typická použití Netlinku patří řízení firewallu, a . (cs)
  • The Netlink socket family is a Linux kernel interface used for inter-process communication (IPC) between both the kernel and userspace processes, and between different userspace processes, in a way similar to the Unix domain sockets. Similarly to the Unix domain sockets, and unlike INET sockets, Netlink communication cannot traverse host boundaries. However, while the Unix domain sockets use the file system namespace, Netlink sockets are usually addressed by process identifiers (PIDs). Netlink is designed to be a more flexible successor to ioctl; RFC 3549 describes the protocol in detail. (en)
  • Netlink est une famille de sockets des interfaces du noyau Linux utilisé pour les communications interprocessus, entre les processus du noyau et ceux en espace utilisateur ou entre différents processus en espace utilisateur. Leur fonctionnement est similaire aux sockets Unix, et comme dans le cas des sockets internet, les communications Netlink ne peuvent traverser les frontières des hôtes. Bien que le socket Unix utilise l’espace de nom du système de fichier, les processus netlink sont accédés par les identifiants de processus (PID). * Portail de l’informatique * Portail GNU/Linux (fr)
rdfs:label
  • Netlink (cs)
  • Netlink (fr)
  • Netlink (en)
  • Netlink (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Linux kernel (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License