4 research outputs found

    Full Solution Indexing and Efficient Compressed Graph Representation for Web Service Composition

    Get PDF
    Service-oriented computing enhances business scalability and flexibility; providers who expect to benefit from it may bring explosive growth of web services. Searching an optimal composition solution with both functional and non-functional requirements is a computationally demanding problem: the time and space requirements may be infeasible due to the high number of available services. In this thesis, we study QoS-aware service composition problems which satisfy functional requirements as well as non-functional requirements. We use optimization algorithms to enhance accuracy of our searching algorithms. In the first approach, we propose a database-based approach to search a service composition solution. Current in-memory methods are limited by expensive and volatile physical memory, to deal with this problem, we want to use the large space available in relational database on persistence disk. In our database-based approach, all possible service combinations are generated beforehand and stored in a relational database. When a user request comes, SQL queries are composed to search in the database and K best solutions are returned. We test the performance of the proposed approach with a service challenge data set; experiment results demonstrate that this approach can always successfully find top-K valid solutions.We offer three main contributions in this approach. First, we overcome the disadvantages of in-memory composition algorithms, such as volatile and expensive, and provide a solution suitable to cloud environments. Second, we fetch top-K solutions in case the optimal solution is not available as backup solutions to the user. Third, compared with other pre-computing composition methods, we use a single SQL query: there is no need to eliminate spurious services iteratively. Then, we propose the application of a skyline operator to reduce the search space and improve the scalability. Skyline analysis returns all of the elements that are not dominated by another element. We use skyline analysis to find a set of candidate services referred to as "skyline services", therefore, less competitive services are reduced. This allows us to find a solution for a large composition problem with less storage and increased speed. In reality, different users may have same requests, we are motivated to pick some popular requests and generate paths for fast delivery. These paths are stored in a separate table of the relational database. When a user request comes, we first search to find a nearly ready-made solution. Only as a last resort do we search the table with whole paths to find a solution. Finally, to deal with the problem that the search space may explore, we apply a compressed data structure to represent the service composition graph. The goal is to allow algorithms running in in-memory over larger graphs. In this approach, we use compact K2-trees to represent the service composition graph. When a user request comes, we search the K2-tree for a satisfactory solution. We use an array to store values in the last level of the compact tree, which represents relationships between services and concepts. In our algorithms, we find services' inputs (resp. outputs) by locating elements in this array directly, therefore, decompressing the graph is unnecessary. To the best of our knowledge, our work is the first attempt to consider compact structure in solving web service composition problems. Experiment results demonstrate that this approach takes less space and has good scalability when handling a large number of web services. We provide different approaches to search a solution for the user. If the user want to find an optimal solution with fewer services, he may use the database-based approach to search for a solution. If the user want to get a solution in a short time, he may choose the in-memory approach

    Diverse Top-k Service Composition for Consumer Electronics With Digital Twin in MEC

    Get PDF
    Mobile Edge Computing (MEC) stands as an indispensable technology in the facilitation of 5G networks, enabling the deployment of widely-used services on edge servers situated in close proximity to consumer electronics. Within the MEC framework, a central role is attributed to edge service composition (ESC), pivotal in bolstering functionality and ameliorating user experiences. Presently, prevailing methods for ESC predominantly center on the prioritization of Quality of Service (QoS) optimization, presenting a solitary optimal composite service for consumer electronics invocation. Regrettably, this approach sidelines the significance of solution diversity within composite services, potentially resulting in service overload and the suboptimal utilization of edge resources. To surmount these challenges, this study integrates digital twin (DT) technology and diversified search mechanisms into the MEC domain, offering an innovative diversified top-k service composition methodology known as DSC-DT. By harnessing the capabilities of DT technology, DSC-DT enables the emulation and assessment of diverse composite service solutions within a virtual space. Specifically, the proposed methodology models the procedure of service composition within a DT environment as an issue of subgraph isomorphism. This is succeeded by the configuration of the diversification process as an independent set predicament within an undirected graph, efficiently resolved through a greedy algorithmic paradigm. It is noteworthy that DSC-DT accommodates a gamut of query types, including normal queries, constraint queries, and optimal queries. The efficacy and efficiency of the proposed approach are corroborated through comprehensive experiments conducted upon authentic datasets

    Full Solution Indexing for top-K Web Service Composition

    Get PDF
    Automated service composition fulfills complex tasks by combining different existing web services together. Unfortunately, optimizing service composition is still a challenging area that needs to be addressed. In this article, we propose a novel relational database approach for automated service composition. All possible service combinations are generated beforehand and stored in a relational database. When a user request comes, our system composes SQL queries to search in the database and return the best Quality of Service (QoS) solutions. We test the performance of the proposed system with a web service challenge data set. Our experimental results demonstrate that this system can always find top-K valid solutions to satisfy user’s functional and non-functional requirements

    Full Solution Indexing for Top-K Web Service Composition

    No full text
    corecore