N+ Flashcards
802 standards
A family of standards, published by the LAN/MAN Standards Committee of the Institute of Electrical and Electronics Engineers (IEEE), that define technologies working at the Physical and Data Link layers of the OSI model.
addressing (network)
In order to communicate on a network, each host must have an address. Different protocols use different methods of addressing. For example, IPv4 uses a 32-bit binary number, typically expressed as a 4-part decimal number (dotted decimal notation), while IPv6 uses a 128-bit binary number expressed in hexadecimal. A routable addressing scheme such as IP also provides identification for distinct networks as well as hosts.
API
(application programming interface) A library of programming utilities used, for example, to enable software developers to access functions of the TCP/IP network stack under a particular operating system.
Application layer
OSI model layer providing support to applications requiring network services (file transfer, printing, email, databases, and so on).
contention
A media access method in which nodes compete or cooperate among themselves for media access time. Also called competitive media access.
Data Link layer
OSI model layer responsible for transferring data between nodes. This layer is split into two sublayers: Media Access Control (MAC) and Logical Link.
encryption
A security technique that converts data from plain, or cleartext form, into coded, or ciphertext form, so that only authorized parties with the necessary decryption information can decode and read the data.
Ethernet
A set of networking technologies and media access methods, originally specified for LANs but now widely used on MANs and WANs too.
frame
The basic unit of data transmitted at layer 2. Frames contain the source and target MAC (hardware) addresses and also the data and error checking regions.
header
A unit of information that precedes a data object, but is considered to be part of the data packet, and contains information about the file or the transmission.
host
In TCP/IP networking terminology, a device that can directly communicate on a network. In this sense, it is similar to a node.
IEEE
(Institute of Electrical and Electronics Engineers) Formed as a professional body to oversee the development and registration of electronic standards. Examples of IEEE standards include the 802 protocols that describe the function and architecture of different network technologies.
interface
A means of connection that enables network nodes to communicate.
ISO
(International Organization for Standardization) Develops many standards and frameworks governing the use of computers, networks, and telecommunications, including ones for information security (27000 series).
link
Communication pathways between network nodes.