بسم الله الرحمن الرحيم
قاموس شامل لـ اهم مصطلحات الشبكات الاكثر شيوعا
A
Access Point
An access point is the communication hub for the devices on a WLAN,
providing a connection or bridge between wireless and wired network
devices. It supports a Wireless Networking Framework called
Infrastructure Mode.
When one access point is connected to wired network and supports a set
of wireless stations, it is referred to as a basic service set (BSS).
An extended service set (ESS) is created by combining two or more BSSs.
Ad hoc Mode
Ad hoc mode is a Wireless Networking Framework in which stations
communicate directly with each other. It is useful for quickly
establishing a network in situations where formal infrastructure is not
required.
Ad hoc mode is also referred to as peer-to-peer mode or an independent basic service set (IBSS).
AES
The Advanced Encryption Standard (AES) is a symmetric 128-bit block
data encryption technique developed to replace DES encryption. AES
works at multiple network layers simultaneously.
B
Basic Rate Set
The basic rate set defines the transmission rates that are mandatory
for any station wanting to join this wireless network. All stations
must be able to receive data at the rates listed in this set.
Beacon
Beacon frames provide the "heartbeat" of a WLAN, announcing the
existence of the network, and enabling stations to establish and
maintain communications in an orderly fashion. It carries the following
information (some of which is optional):
The Timestamp is used by stations to update their local clock, enabling synchronization among all associated stations.
The Beacon interval defines the amount of time between transmitting
beacon frames. Before entering power save mode, a station needs the
beacon interval to know when to wake up to receive the beacon.
The Capability Information lists requirements of stations that want to
join the WLAN. For example, it indicates that all stations must use
WEP.
The Service Set Identifier (SSID).
The Basic Rate Set is a bitmap that lists the rates that the WLAN supports.
The optional Parameter Sets indicates features of the specific
signaling methods in use (such as frequency hopping spread spectrum,
direct sequence spread spectrum, etc.).
The optional Traffic Indication Map (TIM) identifies stations, using power saving mode, that have data frames queued for them.
Bridge
A connection between two local area networks (LANs) using the same protocol, such as Ethernet or IEEE 802.1x.
Broadcast
A Broadcast sends the same message at the same time to everyone. In
wireless networks, broadcast usually refers to an interaction in which
the access point sends data traffic in the form of IEEE 802.1x Frames
to all client stations on the network.
Some wireless security modes distinguish between how unicast,
multicast, and broadcast frames are encrypted or whether they are
encrypted.
BSS
A basic service set (BSS) is an Infrastructure Mode Wireless Networking
Framework with a single access point. Also see extended service set
(ESS) and independent basic service set (IBSS).
BSSID
In Infrastructure Mode, the Basic Service Set Identifier (BSSID) is the
48-bit MAC address of the wireless interface of the Access Point.
C
CCMP
Counter mode/CBC-MAC Protocol (CCMP) is an encryption method for
802.11i that uses AES. It employs a CCM mode of operation, combining
the Cipher Block Chaining Counter mode (CBC-CTR) and the Cipher Block
Chaining Message Authentication Code (CBC-MAC) for encryption and
message integrity.
AES-CCMP requires a hardware coprocessor to operate.
CGI
The Common Gateway Interface (CGI) is a standard for running external
programs from an HTTP server. It specifies how to pass arguments to the
executing program as part of the HTTP request. It may also define a set
of environment variables.
A CGI program is a common way for an HTTP server to interact
dynamically with users. For example, an HTML page containing a form can
use a CGI program to process the form data after it is submitted.
Channel
The Channel defines the portion of the radio spectrum the radio uses
for transmitting and receiving. Each 802.11 standard offers a number of
channels, dependent on how the spectrum is licensed by national and
transnational authorities such as the Federal Communications Commission
(FCC), the European Telecommunications Standards Institute (ETSI), the
Korean Communications Commission, or the Telecom Engineering Center
(TELEC).
CSMA/CA
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) is a
low-level network arbitration/*******ion protocol. A station listens to
the media and attempts to transmit a packet when the channel is quiet.
When it detects that the channel is idle, the station transmits the
packet. If it detects that the channel is busy, the station waits a
random amount of time and then attempts to access the media again.
CSMA/CA is the basis of the IEEE 802.11e Distributed Control Function (DCF). See also RTS and CTS.
The CSMA/CA protocol used by 802.11 networks is a variation on CSMA/CD
(used by Ethernet networks). In CSMA/CD the emphasis is on collision
detection whereas with CSMA/CA the emphasis is on collision avoidance.
CTS
A clear to send (CTS) message is a signal sent by an IEEE 802.11 client
station in response to an request to send (RTS) message. The CTS
message indicates that the channel is clear for the sender of the RTS
message to begin data transfer. The other stations will wait to keep
the air waves clear. This message is a part of the IEEE 802.11 CSMA/CA
protocol
D
DCF
The Distribution Control Function is a component of the IEEE 802.11e
Quality of Service (QoS) technology standard. The DCF coordinates
channel access among multiple stations on a wireless network by
controlling wait times for channel access. Wait times are determined by
a random backoff timer which is configurable by defining minimum and
maximum *******ion windows
DHCP
The Dynamic Host Configuration Protocol (DHCP) is a protocol specifying
how a central server can dynamically provide network configuration
information to clients. A DHCP server "offers" a "lease" (for a
pre-configured period of time-see Lease Time) to the client system. The
information supplied includes the client's IP addresses and netmask
plus the address of its DNS servers and Gateway.
DNS
The Domain Name Service (DNS) is a general-purpose query service used
for translating fully-qualified names into Internet addresses. A
fully-qualified name consists of the hostname of a system plus its
domain name. For example, www is the host name of a Web server and www.devicescape.com is the fully-qualified name of that server. DNS translates the domain name www.devicescape.com to some IP address, for example 66.93.138.219.
A domain name identifies one or more IP addresses. Conversely, an IP address may map to more than one domain name.
A domain name has a suffix that indicates which top level domain (TLD)
it belongs to. Every country has its own top-level domain, for example
.de for Germany, .fr for France, .jp for Japan, .tw for Taiwan, .uk for
the United Kingdom, .us for the U.S.A., and so on. There are also .com
for commercial bodies, .edu for educational institutions, .net for
network operators, and .org for other organizations as well as .gov for
the U. S. government and .mil for its armed services.
DOM
The ******** Object Model (DOM) is an interface that allows programs
and ******s to dynamically access and update the *******, structure,
and style of ********s. The DOM allows you to model the objects in an
HTML or XML ******** (****, links, images, tables), defining the
attributes of each object and how they can be manipulated.
DTIM
The Delivery Traffic Information Map (DTIM) message is an element
included in some Beacon frames. It indicates which stations, currently
sleeping in low-power mode, have data buffered on the Access Point
awaiting pick-up. Part of the DTIM message indicates how frequently
stations must check for buffered data.
E
EAP
The Extensible Authentication Protocol (EAP) is an authentication
protocol that supports multiple methods, such as token cards, Kerberos,
one-time passwords, certificates, public key authentication, and smart
cards.
Variations on EAP include EAP Cisco Wireless (LEAP), Protected EAP (PEAP), EAP-TLS, and EAP Tunnelled TLS (EAP-TTLS).
EDCF
Enhanced Distribution Control Function is an extenstion of DCF. EDCF, a
component of the IEEE Wireless Multimedia (WMM) standard, provides
prioritized access to the wireless medium
ESS
An extended service set (ESS) is an Infrastructure Mode Wireless
Networking Framework with multiple access points, forming a single
subnetwork that can support more clients than a basic service set
(BSS). Each access point supports a number of wireless stations,
providing broader wireless coverage for a large space, for example, an
office.
Ethernet
Ethernet is a local-area network (LAN) architecture supporting data
transfer rates of 10 Mbps to 1 Gbps. The Ethernet specification is the
basis for the IEEE 802.3 standard, which specifies the physical and
lower software layers. It uses the CSMA/CA access method to handle
simultaneous demands.
Ethernet supports data rates of 10 Mbps, Fast Ethernet supports 100
Mbps, and Gigabit Ethernet supports 1 Gbps. Its cables are classified
as "XbaseY", where X is the data rate in Mbps and Y is the category of
cabling. The original cable was 10base5 (Thicknet or "Yellow Cable").
Some others are 10base2 (Cheapernet), 10baseT (Twisted Pair), and
100baseT (Fast Ethernet). The latter two are commonly supplied using
CAT5 cabling with RJ-45 connectors. There is also 1000baseT (Gigabit
Ethernet).
ERP
The Extended Rate Protocol refers to the protocol used by IEEE 802.11g
stations (over 20 Mbps transmission rates at 2.4GHz) when paired with
Orthogonal Frequency Division Multiplexing (OFDM). Built into ERP and
the IEEE 802.11g standard is a scheme for effective interoperability of
IEEE 802.11g stations with IEEE 802.11b nodes on the same channel.
Legacy IEEE 802.11b devices cannot detect the ERP-OFDM signals used by
IEEE 802.11g stations, and this can result in collisions between data
frames from IEEE 802.11b and IEEE 802.11g stations.
If there is a mix of 802.11b and 802.11g nodes on the same channel, the
IEEE 802.11g stations detect this via an ERP flag on the access point
and enable request to send (RTS) and clear to send (CTS) protection
before sending data.
F
Frame
A Frame consists of a discrete portion of data along with some
de******ive ****-information packaged for transmission on a wireless
network. Each frame includes a source and destination MAC address, a
control field with protocol version, frame type, frame sequence number,
frame body (with the actual information to be transmitted) and frame
check sequence for error detection. A Frame is similar in concept to a
Packet, the difference being that a packet operates on the Network
layer (layer 3 in the OSI model) whereas a frame operates on the
Data-Link layer (layer 2 in the OSI model).
G
Gateway
A gateway is a network node that serves as an entrance to another
network. A gateway also often provides a proxy server and a firewall.
It is associated with both a router, which use headers and forwarding
tables to determine where packets are sent, and a switch or bridge,
which provides the actual path for the packet in and out of the
gateway.
Before a host on a LAN can access the Internet, it needs to know the address of its default gateway.
H
HTML
The Hyper**** Markup Language (HTML) defines the structure of a
******** on the World Wide Web. It uses tags and attributes to hint
about a layout for the ********.
An HTML ******** starts with an tag and ends with a
tag. A properly formatted ******** also contains a
... section, which contains the ****data to
define the ********, and a ... section,
which contains its *******. Its markup is derived from the Standard
Generalized Markup Language (SGML), which is defined in ISO 8879:1986.
HTML ********s are sent from server to browser via HTTP. Also see XML.
HTTP
The Hyper**** Transfer Protocol (HTTP) defines how messages are
formatted and transmitted on the World Wide Web. An HTTP message
consists of a URL and a command (GET, HEAD, POST, etc.), a request
followed by a response.
continue . . .
قاموس شامل لـ اهم مصطلحات الشبكات الاكثر شيوعا
A
Access Point
An access point is the communication hub for the devices on a WLAN,
providing a connection or bridge between wireless and wired network
devices. It supports a Wireless Networking Framework called
Infrastructure Mode.
When one access point is connected to wired network and supports a set
of wireless stations, it is referred to as a basic service set (BSS).
An extended service set (ESS) is created by combining two or more BSSs.
Ad hoc Mode
Ad hoc mode is a Wireless Networking Framework in which stations
communicate directly with each other. It is useful for quickly
establishing a network in situations where formal infrastructure is not
required.
Ad hoc mode is also referred to as peer-to-peer mode or an independent basic service set (IBSS).
AES
The Advanced Encryption Standard (AES) is a symmetric 128-bit block
data encryption technique developed to replace DES encryption. AES
works at multiple network layers simultaneously.
B
Basic Rate Set
The basic rate set defines the transmission rates that are mandatory
for any station wanting to join this wireless network. All stations
must be able to receive data at the rates listed in this set.
Beacon
Beacon frames provide the "heartbeat" of a WLAN, announcing the
existence of the network, and enabling stations to establish and
maintain communications in an orderly fashion. It carries the following
information (some of which is optional):
The Timestamp is used by stations to update their local clock, enabling synchronization among all associated stations.
The Beacon interval defines the amount of time between transmitting
beacon frames. Before entering power save mode, a station needs the
beacon interval to know when to wake up to receive the beacon.
The Capability Information lists requirements of stations that want to
join the WLAN. For example, it indicates that all stations must use
WEP.
The Service Set Identifier (SSID).
The Basic Rate Set is a bitmap that lists the rates that the WLAN supports.
The optional Parameter Sets indicates features of the specific
signaling methods in use (such as frequency hopping spread spectrum,
direct sequence spread spectrum, etc.).
The optional Traffic Indication Map (TIM) identifies stations, using power saving mode, that have data frames queued for them.
Bridge
A connection between two local area networks (LANs) using the same protocol, such as Ethernet or IEEE 802.1x.
Broadcast
A Broadcast sends the same message at the same time to everyone. In
wireless networks, broadcast usually refers to an interaction in which
the access point sends data traffic in the form of IEEE 802.1x Frames
to all client stations on the network.
Some wireless security modes distinguish between how unicast,
multicast, and broadcast frames are encrypted or whether they are
encrypted.
BSS
A basic service set (BSS) is an Infrastructure Mode Wireless Networking
Framework with a single access point. Also see extended service set
(ESS) and independent basic service set (IBSS).
BSSID
In Infrastructure Mode, the Basic Service Set Identifier (BSSID) is the
48-bit MAC address of the wireless interface of the Access Point.
C
CCMP
Counter mode/CBC-MAC Protocol (CCMP) is an encryption method for
802.11i that uses AES. It employs a CCM mode of operation, combining
the Cipher Block Chaining Counter mode (CBC-CTR) and the Cipher Block
Chaining Message Authentication Code (CBC-MAC) for encryption and
message integrity.
AES-CCMP requires a hardware coprocessor to operate.
CGI
The Common Gateway Interface (CGI) is a standard for running external
programs from an HTTP server. It specifies how to pass arguments to the
executing program as part of the HTTP request. It may also define a set
of environment variables.
A CGI program is a common way for an HTTP server to interact
dynamically with users. For example, an HTML page containing a form can
use a CGI program to process the form data after it is submitted.
Channel
The Channel defines the portion of the radio spectrum the radio uses
for transmitting and receiving. Each 802.11 standard offers a number of
channels, dependent on how the spectrum is licensed by national and
transnational authorities such as the Federal Communications Commission
(FCC), the European Telecommunications Standards Institute (ETSI), the
Korean Communications Commission, or the Telecom Engineering Center
(TELEC).
CSMA/CA
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) is a
low-level network arbitration/*******ion protocol. A station listens to
the media and attempts to transmit a packet when the channel is quiet.
When it detects that the channel is idle, the station transmits the
packet. If it detects that the channel is busy, the station waits a
random amount of time and then attempts to access the media again.
CSMA/CA is the basis of the IEEE 802.11e Distributed Control Function (DCF). See also RTS and CTS.
The CSMA/CA protocol used by 802.11 networks is a variation on CSMA/CD
(used by Ethernet networks). In CSMA/CD the emphasis is on collision
detection whereas with CSMA/CA the emphasis is on collision avoidance.
CTS
A clear to send (CTS) message is a signal sent by an IEEE 802.11 client
station in response to an request to send (RTS) message. The CTS
message indicates that the channel is clear for the sender of the RTS
message to begin data transfer. The other stations will wait to keep
the air waves clear. This message is a part of the IEEE 802.11 CSMA/CA
protocol
D
DCF
The Distribution Control Function is a component of the IEEE 802.11e
Quality of Service (QoS) technology standard. The DCF coordinates
channel access among multiple stations on a wireless network by
controlling wait times for channel access. Wait times are determined by
a random backoff timer which is configurable by defining minimum and
maximum *******ion windows
DHCP
The Dynamic Host Configuration Protocol (DHCP) is a protocol specifying
how a central server can dynamically provide network configuration
information to clients. A DHCP server "offers" a "lease" (for a
pre-configured period of time-see Lease Time) to the client system. The
information supplied includes the client's IP addresses and netmask
plus the address of its DNS servers and Gateway.
DNS
The Domain Name Service (DNS) is a general-purpose query service used
for translating fully-qualified names into Internet addresses. A
fully-qualified name consists of the hostname of a system plus its
domain name. For example, www is the host name of a Web server and www.devicescape.com is the fully-qualified name of that server. DNS translates the domain name www.devicescape.com to some IP address, for example 66.93.138.219.
A domain name identifies one or more IP addresses. Conversely, an IP address may map to more than one domain name.
A domain name has a suffix that indicates which top level domain (TLD)
it belongs to. Every country has its own top-level domain, for example
.de for Germany, .fr for France, .jp for Japan, .tw for Taiwan, .uk for
the United Kingdom, .us for the U.S.A., and so on. There are also .com
for commercial bodies, .edu for educational institutions, .net for
network operators, and .org for other organizations as well as .gov for
the U. S. government and .mil for its armed services.
DOM
The ******** Object Model (DOM) is an interface that allows programs
and ******s to dynamically access and update the *******, structure,
and style of ********s. The DOM allows you to model the objects in an
HTML or XML ******** (****, links, images, tables), defining the
attributes of each object and how they can be manipulated.
DTIM
The Delivery Traffic Information Map (DTIM) message is an element
included in some Beacon frames. It indicates which stations, currently
sleeping in low-power mode, have data buffered on the Access Point
awaiting pick-up. Part of the DTIM message indicates how frequently
stations must check for buffered data.
E
EAP
The Extensible Authentication Protocol (EAP) is an authentication
protocol that supports multiple methods, such as token cards, Kerberos,
one-time passwords, certificates, public key authentication, and smart
cards.
Variations on EAP include EAP Cisco Wireless (LEAP), Protected EAP (PEAP), EAP-TLS, and EAP Tunnelled TLS (EAP-TTLS).
EDCF
Enhanced Distribution Control Function is an extenstion of DCF. EDCF, a
component of the IEEE Wireless Multimedia (WMM) standard, provides
prioritized access to the wireless medium
ESS
An extended service set (ESS) is an Infrastructure Mode Wireless
Networking Framework with multiple access points, forming a single
subnetwork that can support more clients than a basic service set
(BSS). Each access point supports a number of wireless stations,
providing broader wireless coverage for a large space, for example, an
office.
Ethernet
Ethernet is a local-area network (LAN) architecture supporting data
transfer rates of 10 Mbps to 1 Gbps. The Ethernet specification is the
basis for the IEEE 802.3 standard, which specifies the physical and
lower software layers. It uses the CSMA/CA access method to handle
simultaneous demands.
Ethernet supports data rates of 10 Mbps, Fast Ethernet supports 100
Mbps, and Gigabit Ethernet supports 1 Gbps. Its cables are classified
as "XbaseY", where X is the data rate in Mbps and Y is the category of
cabling. The original cable was 10base5 (Thicknet or "Yellow Cable").
Some others are 10base2 (Cheapernet), 10baseT (Twisted Pair), and
100baseT (Fast Ethernet). The latter two are commonly supplied using
CAT5 cabling with RJ-45 connectors. There is also 1000baseT (Gigabit
Ethernet).
ERP
The Extended Rate Protocol refers to the protocol used by IEEE 802.11g
stations (over 20 Mbps transmission rates at 2.4GHz) when paired with
Orthogonal Frequency Division Multiplexing (OFDM). Built into ERP and
the IEEE 802.11g standard is a scheme for effective interoperability of
IEEE 802.11g stations with IEEE 802.11b nodes on the same channel.
Legacy IEEE 802.11b devices cannot detect the ERP-OFDM signals used by
IEEE 802.11g stations, and this can result in collisions between data
frames from IEEE 802.11b and IEEE 802.11g stations.
If there is a mix of 802.11b and 802.11g nodes on the same channel, the
IEEE 802.11g stations detect this via an ERP flag on the access point
and enable request to send (RTS) and clear to send (CTS) protection
before sending data.
F
Frame
A Frame consists of a discrete portion of data along with some
de******ive ****-information packaged for transmission on a wireless
network. Each frame includes a source and destination MAC address, a
control field with protocol version, frame type, frame sequence number,
frame body (with the actual information to be transmitted) and frame
check sequence for error detection. A Frame is similar in concept to a
Packet, the difference being that a packet operates on the Network
layer (layer 3 in the OSI model) whereas a frame operates on the
Data-Link layer (layer 2 in the OSI model).
G
Gateway
A gateway is a network node that serves as an entrance to another
network. A gateway also often provides a proxy server and a firewall.
It is associated with both a router, which use headers and forwarding
tables to determine where packets are sent, and a switch or bridge,
which provides the actual path for the packet in and out of the
gateway.
Before a host on a LAN can access the Internet, it needs to know the address of its default gateway.
H
HTML
The Hyper**** Markup Language (HTML) defines the structure of a
******** on the World Wide Web. It uses tags and attributes to hint
about a layout for the ********.
An HTML ******** starts with an tag and ends with a
tag. A properly formatted ******** also contains a
... section, which contains the ****data to
define the ********, and a ... section,
which contains its *******. Its markup is derived from the Standard
Generalized Markup Language (SGML), which is defined in ISO 8879:1986.
HTML ********s are sent from server to browser via HTTP. Also see XML.
HTTP
The Hyper**** Transfer Protocol (HTTP) defines how messages are
formatted and transmitted on the World Wide Web. An HTTP message
consists of a URL and a command (GET, HEAD, POST, etc.), a request
followed by a response.
continue . . .