N+ Flashcards

1
Q

802 standards

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

addressing (network)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

API

A

(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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Application layer

A

OSI model layer providing support to applications requiring network services (file transfer, printing, email, databases, and so on).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

contention

A

A media access method in which nodes compete or cooperate among themselves for media access time. Also called competitive media access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data Link layer

A

OSI model layer responsible for transferring data between nodes. This layer is split into two sublayers: Media Access Control (MAC) and Logical Link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

encryption

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Ethernet

A

A set of networking technologies and media access methods, originally specified for LANs but now widely used on MANs and WANs too.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

frame

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

header

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

host

A

In TCP/IP networking terminology, a device that can directly communicate on a network. In this sense, it is similar to a node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

IEEE

A

(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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

interface

A

A means of connection that enables network nodes to communicate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ISO

A

(International Organization for Standardization) Develops many standards and frameworks governing the use of computers, networks, and telecommunications, including ones for information security (27000 series).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

link

A

Communication pathways between network nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

LLC sublayer

A

(Logical Link Control sublayer) A division of the Data Link layer described by the IEEE. It is responsible for establishing and maintaining a link between communicating devices for the transmission of frames.

17
Q

local address

A

Any interface address that resides on the same network as a given node.

18
Q

logical topology

A

A topology that describes the data-flow patterns in a network.

19
Q

MAC sublayer

A

(Media Access Control sublayer) A division of the Data Link layer described by the IEEE. It is responsible for defining how multiple network interfaces share a common transmission medium.

20
Q

modem

A

A device that enables digital data to be sent over an analog medium, such as a telephone line.