Jump to content

Northbound interface: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SmackBot (talk | contribs)
Date/fix the maintenance tags or gen fixes
Line 13: Line 13:
==Typical use==
==Typical use==


These terms are generic in the sense that they are uniformly used over all layers of an [[computer application]], i.e. independent of the fact that the [[computer system]] is about [[hardware]], [[GUI]], [[middleware|middle-ware]] etc.
These terms are generic in the sense that they are uniformly used over all layers of a [[computer application]], i.e. independent of the fact that the [[computer system]] is about [[hardware]], [[GUI]], [[middleware|middleware]] etc.


A northbound interface is typically an [[output]]-only interface (as opposed to one that accepts user input) found in [[Carrier Grade Open Framework|carrier-grade network]] and [[telecommunications network]] elements. The [[programming language|languages]] or [[protocol (computing)|protocols]] commonly used include [[SNMP]] and [[TL1]]. For example, a device that is capable of sending out [[syslog]] messages but is not configurable by the user is said to implement a northbound interface.
A northbound interface is typically an [[output]]-only interface (as opposed to one that accepts user input) found in [[Carrier Grade Open Framework|carrier-grade network]] and [[telecommunications network]] elements. The [[programming language|languages]] or [[protocol (computing)|protocols]] commonly used include [[SNMP]] and [[TL1]]. For example, a device that is capable of sending out [[syslog]] messages but is not configurable by the user is said to implement a northbound interface.

Revision as of 13:25, 30 September 2008

Northbound and southbound interfaces relate to computer servers.

Definitions

A northbound interface is an interface that conceptualizes lower level details. It interfaces to higher level layers and is normally drawn at the top of an architectural overview.

A southbound interface decomposes concepts in the technical details, mostly specific to a single component of the architecture. Southbound interfaces are drawn at the bottom of an architectural overview.

Northbound interfaces normally talk to southbound interfaces of higher level components and vice versa.

Typical use

These terms are generic in the sense that they are uniformly used over all layers of a computer application, i.e. independent of the fact that the computer system is about hardware, GUI, middleware etc.

A northbound interface is typically an output-only interface (as opposed to one that accepts user input) found in carrier-grade network and telecommunications network elements. The languages or protocols commonly used include SNMP and TL1. For example, a device that is capable of sending out syslog messages but is not configurable by the user is said to implement a northbound interface.