MAC Address
|
|
On a local area network (LAN) or other network, the MAC (Media
Access Control) address is your computer's unique hardware number.
When you're connected to the Internet from your computer, a correspondence
table relates your IP address to your computer's physical (MAC)
address on the LAN. |
|
|
|
|
|
Mainframe
|
|
A very large and expensive computer capable of supporting hundreds,
or even thousands, of users simultaneously. In the hierarchy that
starts with a simple microprocessor (in watches, for example) at
the bottom and moves to supercomputers at the top, mainframes are
just below supercomputers. In some ways, mainframes are more powerful
than supercomputers because they support more simultaneous programs.
But supercomputers can execute a single program faster than a mainframe.
|
|
|
|
|
|
Memory Card
|
|
A memory card (sometimes called a flash memory card or a storage
card) is a small storage medium used to store data such as text,
pictures, audio, and video, for use on small, portable or remote
computing devices. |
|
|
|
|
|
Minicomputer
|
|
Minicomputer is a midsized computer in size and power. In general,
a minicomputer is a multiprocessing system capable of supporting
from 4 to about 200 users simultaneously.
|
|
|
|
|
|
MODBUS |
|
MODBUS Protocol is a messaging structure developed by Modicon
in 1979, used to establish master-slave/client-server communication
between industrial devices. It is a de facto standard, truly open
and the most widely used network protocol in the industrial manufacturing
environment.
MODBUS is used to monitor and program devices; to communicate intelligent
devices with sensors and instruments; to monitor field devices using
PCs and HMIs; MODBUS is also an ideal protocol for RTU applications
where wireless communication is required, being that the reason
of why it is used in uncountable Gas and Oil and substations applications. |
|
|
|
|
|
MODBUS/TCP
|
|
MODBUS/TCP is a variant of the MODBUS family of simple, vendor-neutral
communication protocols intended for supervision and control of
automation equipment.
This protocol defines a message structure that controllers will
recognize and use, regardless of the type of networks over which
they communicate. It describes the process a controller uses to
request access to another device, how it will respond to requests
from the other devices, and how errors will be detected and reported.
It establishes a common format for the layout and contents of message
fields. |
|
|
|
|
|
Modem |
|
A modem modulates outgoing digital signals from a computer or
other digital device to analog signals for a conventional copper
twisted pair telephone line and demodulates the incoming analog
signal and converts it to a digital signal for the digital device.
|
|
|
|
|
|
Multiprocessing
|
|
Multiprocessing refers to a computer system's ability to support
more than one process (program) at the same time. Multiprocessing
operating systems enable several programs to run concurrently. UNIX
is one of the most widely used multiprocessing systems. Multiprocessing
systems are much more complicated than single-process systems because
the operating system must allocate resources to competing processes
in a reasonable manner. This is also called parallel processing.
|
|
|
|
|