abstract class
|
- A class that has no instances.
|
abstraction
|
- 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.
|
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.
|
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.
|
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.
|
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.
|
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.
|