Consists of focusing on the essential inherent aspects of an entity and ignoring its accidental properties i.e. what an object is and does before how it is implemented.
address
A number or string that specifies the destination for data sent across a network.
API
Application Programming Interface. The definition of functions used by Cisco EMF to perform tasks.
ASCII
The ASCII set of 128 characters includes letters, numbers, punctuation, and control codes (such as a character that marks the end of a line). Each letter or other character is represented by a number.
ATM
ATM (asynchronous transfer mode) is a dedicated-connection switching technology that organizes digital data into 53-byte cells or packets and transmits them over a medium using digital signal technology. Individually, a cell is processed asynchronously relative to other related cells and is queued before being multiplexed over the line. Because ATM is designed to be easily implemented by hardware (rather than software), faster processing speeds are possible.
attribute
A named property of a class describing a data value held by each object of the class.
AVMT
AccessVision Management Toolkit.
B
bit
A binary digit, has a value of 0 or 1.
C
class
Abstraction that describes properties important to an application and ignores the rest. A description of a group of objects with similar properties, common behavior, common relationships, and common semantics (meanings).
class attribute
An attribute whose value is common to a class of objects rather than a value peculiar to each instance.
classification
Objects with the same data structure (attribute) and behavior (operation) are grouped in a class.
CLI
Command Line Interface.
client
An intelligent workstation that makes requests to servers.
community
A group of stations with the same access permission used as a security measure by SNMP.
CORBA
Common Object Request Broker Architecture, a communication pathway between disparate systems.
CORBA is an architecture and specification for creating, distributing, and managing distributed program objects in a network. It allows programs at different locations and developed by different vendors to communicate in a network through an "interface broker." CORBA was developed by a consortium of vendors through the Object Management Group (OMG), which currently includes over 500 member companies. Both ISO and X/Open have sanctioned CORBA as the standard architecture for distributed objects (which are also known as components). CORBA 2.0 is the latest level.
The essential concept in CORBA is the Object Request Broker (ORB). ORB support in a network of clients and servers on different computers means that a client program (which may itself be an object) can request services from a server program or object without having to understand where the server is in a distributed network or what the interface to the server program looks like. To make requests or return replies between the ORBs, programs use the General Inter-ORB Protocol (GIOP) and, for the Internet, its Internet Inter-ORB Protocol (IIOP). IIOP maps GIOP requests and replies to the Internet's Transmission Control Protocol (TCP) layer in each computer.
CPE
Customer premises equipment.
D
domain
A domain is a sphere of knowledge identified by a name. Typically, the knowledge is a collection of facts about some program entities or a number of network points.
DSL
DSL (Digital Subscriber Line) is a technology for bringing high-bandwidth information to homes and small businesses over ordinary copper telephone lines.
DSLAM
A Digital Subscriber Line Access Multiplexer (DSLAM) is a network device, usually at a telephone company central office, that receives signals from multiple customer Digital Subscriber Line (DSL) connections and puts the signals on a high-speed backbone line using multiplexing techniques. Depending on the product, DSLAM multiplexers connect DSL lines with some combination of asynchronous transfer mode (ATM), frame relay, or IP networks. DSLAM enables a phone company to offer business or homes users the fastest phone line technology (DSL) with the fastest backbone network technology (ATM).
E
EM
Event Manager
event
(in dynamic modeling) something that happens instantaneously at a point in time.
F
FCAPS
Fault, Configuration, Accounting, Performance, and Security.
feature
A Cisco EMF service.
feature list
A collection of features that provides a level of functionality available to a user or group of users.
G
GUI
Graphical User Interface. User environment that uses pictorial as well as textual representations of the input and output of applications and the data structure in which information is stored. Conventions such as buttons, icons, and windows are typical, and many actions are performed by means of a pointing device, such as a mouse.
I
ICMP
Internet Control Message Protocol.
inheritance
The sharing of attributes and operations among classes based on a hierarchical relationship. A class can be defined broadly and then refined into successively finer subclasses. each subclass inherits (incorporates) all of the properties of its superclass and adds its own unique properties.
instance
A concrete example of a class member; something which can be manipulated in a program. An instance has its own state, behavior and identity.
instantiation
The creation of an instance from its class.
Internet
A collection of networks interconnected by a set of routers which allow them to function as a single, large virtual network. When written in upper case, Internet refers specifically to the DARPA (Defense Advanced Research Projects Agency) Internet and the TCP/IP protocols it uses.
IP
Internet Protocol, a protocol in the TCP/IP protocol suite that manages the routing of data packets between workstations on the same or different networks.
IP address
A 32-bit address assigned to every host, by which a specific network service can be found. Uses TCP/IP. Consists of a network number, a nose ID, and a socket number.
K
keyword
Attribute of a class. Keywords can be overridden on a particular object.
L
LAN
Local Area Network, a network system confined to a small geographical area, usually limited by transportation media cable lengths.
link
A link on a map is a graphical symbol which represents managed objects in the network or abstracted objects. Links can only exist as a connection between two nodes.
M
metaclass
A class describing other classes.
metadata
Data that describes other data.
method
A specific implementation of an operation by a certain class.
MIB
Management Information Base. A collection of objects that can be accessed via a network management protocol, such as SNMP and CMIP (Common Management Information Protocol).
modem
MOdulator-DEModulator. An electronic device used to convert digital signals to analog form for transmission over the telephone network.
N
navigation
How the user moves pointers and cursors within the interface.
node
A general term used to refer to a computer or related device; often used to refer to a networked computer or device. A node on a map is a graphical symbol which represents a managed object in the network or abstracted objects. A node has an iconic representation while a link has a vector representation. Links can only exist as a connection between two nodes.
O
object
A concept, abstraction, or thing with crisp boundaries and meaning for the problem at hand; an instance of a class. Each object has its own identity.
object group
An unordered collection of objects. Object groups may be persistent.
operation
An action or transformation that an object performs or is subject to.
P
packet
A unit of data transmitted on a network.
password
A unique set of characters that protects a network or device from unauthorized access.
permissions
Levels of security access available to a user at login.
persistent
An object group characteristic. Will survive an Object Group server re-start.
persistent data
Data that out lasts the execution of a particular program.
ping
Sends an ICMP request to a remote device to determine whether the device is active.
profile
A profile can be in a way of quickly applying a set of parameters to a number of similar type objects without the need for entering the same data numerous times.
protocol
A set of rules for exchanging data within a communications infrastructure.
protocol filtering
Allows IP traffic to be restricted and controlled. A filter can be attached to a specified interface or circuit and can act on incoming and outgoing traffic.
PSTN
Public Service Telephone Network.
R
RAS
Reliability, Availability, and Serviceability.
raw values
Performance data in its most detailed format, i.e. not summarized.
real-time basis
Data is displayed as it changes in present time.
root
A user with all access and execution privileges, sometimes referred to as a superuser.
routing
Process of delivering a message across a network or networks using the most appropriate path.
S
sampling period
Point at which a snapshot of data is taken in Performance Manager.
selection
How the user selects individual or multiple elements for subsequent interaction.
server
Generally refers to a network device that provide file-sharing services to multiple workstations on a network.
service
A group of related functions (or operations) that work together to provide a functional capability.
SNMP
Simple Network Management Protocol. The standard management protocol for TCP/IP networks.
state
One possible condition in which an object may exist. The values of the attributes and links of an object at a particular time.
state diagram
Relates events and states. When an event is received, the next state depends on the current state as well as the event. A change of state caused by an event is called a transition. A state diagram is a graph whose nodes are states and whose directed arcs are transitions labeled by event names.
subclass
A class which inherits properties from one or more other classes; a descendent class.
summary method
One of the following methods used to summarize sample data: total; average; logical `or'; peak; trough.
superclass
A class from which another class inherits properties; an ancestor class.
superuser
A user with all access and execution privileges.
synchronous
Behavior which runs uninterrupted to completion.
T
TCP/IP
Transmission Control Protocol/Internet Protocol.
TCP
Transmission Control Protocol. The major transport protocol in the Internet suite of protocols providing reliable, connection-oriented full-duplex streams.
TFTP
Trivial File Transfer Protocol. A simple file transfer protocol (a simplified version of FTP) that is often used to boot diskless workstations and other network devices such as routers over a network (typically a LAN). Has no password security.
Telnet
The virtual terminal protocol in the Internet suite of protocols. Allows users of one host to log into a remote host and act as normal terminal users of that host.
time interval
Represented as elapsed time e.g. x hours, 1 day, x days.
time period
Defined by a start date/time and an end date/time pairing.
TGO
Telecom Graphics Objects.
TMN
Telecom Management Network, a set of international standards which enable management system communication.
type
A list of attributes associated with the named type. The format in which a value is stored which in turn specifies the range of legal values that it may take.
U
UNIX
Operating system developed by AT&T Laboratories.
user group
A collection of users of the Cisco EMF application.
V
view
An Cisco EMF map.
virtual
Something that has conceptual but not actual existence.
W
WAN
Wide Area Network. A data communications network that spans any distance and is usually provided by a public carrier (such as a telephone company or service provider).