In order to make the implementation of network components flexible and cost effective, it is required to use widely available technologies as the implementation platform. The distributed operating systems can be adopted as such a platform, because they allow to implement a network component using multiple computers connected through a local area network. In this paper, we focus on the Intelligent Network (IN) whose network components are modelled as Functional Entities (FEs), and describe an implementation method of FEs using distributed operating systems. Our method is summarized as follows:
・ The remote procedure call (RPC) is used for the access transparent inter-process communication.
・ The lightweight process mechanism is used for handling concurrent requests.
・ CCF/SSF (Call Control Function/Service Control Function) and SDF (Service Data Function) are implemented as an SSF server and an SDF server, respectively.
・ SCF (Service Control Function) is composed of a Service Dispatcher and a set of Service Executors.
・ The Service Dispatcher accepts all the requests for IN call processing and dispatches them to appropriate Service Executors.
・ Service Executors are created for the individual IN services and execute the service logics.
・ SDF server and Service Executor may be replicated for load partitioning.
This paper has also described the implementation of experimental system supporting "Freephone" service based on our method, and showed the performance evaluation of the experimental system in terms of the real-time and concurrent call processing of IN services. We used Mach and SUN OS as a platform for implementing the servers for FEs. The experimental system using four workstations shows that it can handle up to 170IN calls in one second with the additional response time of less than 200msec, which is small enough compared with the response time for the basic connection control. Those results prove that our method is feasible for implementing practical FEs.
The copyright of the original papers published on this site belongs to IEICE. Unauthorized use of the original or translated papers is prohibited. See IEICE Provisions on Copyright for details.
Copy
Masahiko FUJINAGA, Toshihiko KATO, Kenji SUZUKI, "An Implementation Method of IN Functional Entities on Top of Distributed Operating System and Its Performance Evaluation Using Experimental System" in IEICE TRANSACTIONS on Communications,
vol. E75-B, no. 10, pp. 1043-1051, October 1992, doi: .
Abstract: In order to make the implementation of network components flexible and cost effective, it is required to use widely available technologies as the implementation platform. The distributed operating systems can be adopted as such a platform, because they allow to implement a network component using multiple computers connected through a local area network. In this paper, we focus on the Intelligent Network (IN) whose network components are modelled as Functional Entities (FEs), and describe an implementation method of FEs using distributed operating systems. Our method is summarized as follows:
・ The remote procedure call (RPC) is used for the access transparent inter-process communication.
・ The lightweight process mechanism is used for handling concurrent requests.
・ CCF/SSF (Call Control Function/Service Control Function) and SDF (Service Data Function) are implemented as an SSF server and an SDF server, respectively.
・ SCF (Service Control Function) is composed of a Service Dispatcher and a set of Service Executors.
・ The Service Dispatcher accepts all the requests for IN call processing and dispatches them to appropriate Service Executors.
・ Service Executors are created for the individual IN services and execute the service logics.
・ SDF server and Service Executor may be replicated for load partitioning.
This paper has also described the implementation of experimental system supporting "Freephone" service based on our method, and showed the performance evaluation of the experimental system in terms of the real-time and concurrent call processing of IN services. We used Mach and SUN OS as a platform for implementing the servers for FEs. The experimental system using four workstations shows that it can handle up to 170IN calls in one second with the additional response time of less than 200msec, which is small enough compared with the response time for the basic connection control. Those results prove that our method is feasible for implementing practical FEs.
URL: https://global.ieice.org/en_transactions/communications/10.1587/e75-b_10_1043/_p
Copy
@ARTICLE{e75-b_10_1043,
author={Masahiko FUJINAGA, Toshihiko KATO, Kenji SUZUKI, },
journal={IEICE TRANSACTIONS on Communications},
title={An Implementation Method of IN Functional Entities on Top of Distributed Operating System and Its Performance Evaluation Using Experimental System},
year={1992},
volume={E75-B},
number={10},
pages={1043-1051},
abstract={In order to make the implementation of network components flexible and cost effective, it is required to use widely available technologies as the implementation platform. The distributed operating systems can be adopted as such a platform, because they allow to implement a network component using multiple computers connected through a local area network. In this paper, we focus on the Intelligent Network (IN) whose network components are modelled as Functional Entities (FEs), and describe an implementation method of FEs using distributed operating systems. Our method is summarized as follows:
・ The remote procedure call (RPC) is used for the access transparent inter-process communication.
・ The lightweight process mechanism is used for handling concurrent requests.
・ CCF/SSF (Call Control Function/Service Control Function) and SDF (Service Data Function) are implemented as an SSF server and an SDF server, respectively.
・ SCF (Service Control Function) is composed of a Service Dispatcher and a set of Service Executors.
・ The Service Dispatcher accepts all the requests for IN call processing and dispatches them to appropriate Service Executors.
・ Service Executors are created for the individual IN services and execute the service logics.
・ SDF server and Service Executor may be replicated for load partitioning.
This paper has also described the implementation of experimental system supporting "Freephone" service based on our method, and showed the performance evaluation of the experimental system in terms of the real-time and concurrent call processing of IN services. We used Mach and SUN OS as a platform for implementing the servers for FEs. The experimental system using four workstations shows that it can handle up to 170IN calls in one second with the additional response time of less than 200msec, which is small enough compared with the response time for the basic connection control. Those results prove that our method is feasible for implementing practical FEs.},
keywords={},
doi={},
ISSN={},
month={October},}
Copy
TY - JOUR
TI - An Implementation Method of IN Functional Entities on Top of Distributed Operating System and Its Performance Evaluation Using Experimental System
T2 - IEICE TRANSACTIONS on Communications
SP - 1043
EP - 1051
AU - Masahiko FUJINAGA
AU - Toshihiko KATO
AU - Kenji SUZUKI
PY - 1992
DO -
JO - IEICE TRANSACTIONS on Communications
SN -
VL - E75-B
IS - 10
JA - IEICE TRANSACTIONS on Communications
Y1 - October 1992
AB - In order to make the implementation of network components flexible and cost effective, it is required to use widely available technologies as the implementation platform. The distributed operating systems can be adopted as such a platform, because they allow to implement a network component using multiple computers connected through a local area network. In this paper, we focus on the Intelligent Network (IN) whose network components are modelled as Functional Entities (FEs), and describe an implementation method of FEs using distributed operating systems. Our method is summarized as follows:
・ The remote procedure call (RPC) is used for the access transparent inter-process communication.
・ The lightweight process mechanism is used for handling concurrent requests.
・ CCF/SSF (Call Control Function/Service Control Function) and SDF (Service Data Function) are implemented as an SSF server and an SDF server, respectively.
・ SCF (Service Control Function) is composed of a Service Dispatcher and a set of Service Executors.
・ The Service Dispatcher accepts all the requests for IN call processing and dispatches them to appropriate Service Executors.
・ Service Executors are created for the individual IN services and execute the service logics.
・ SDF server and Service Executor may be replicated for load partitioning.
This paper has also described the implementation of experimental system supporting "Freephone" service based on our method, and showed the performance evaluation of the experimental system in terms of the real-time and concurrent call processing of IN services. We used Mach and SUN OS as a platform for implementing the servers for FEs. The experimental system using four workstations shows that it can handle up to 170IN calls in one second with the additional response time of less than 200msec, which is small enough compared with the response time for the basic connection control. Those results prove that our method is feasible for implementing practical FEs.
ER -