این مقاله انگلیسی ISI در نشریه IEEE در 30 صفحه در سال 2015 منتشر شده و ترجمه آن 12 صفحه میباشد. کیفیت ترجمه این مقاله رایگان – برنزی ⭐️ بوده و به صورت ناقص ترجمه شده است.
دانلود رایگان مقاله انگلیسی + خرید ترجمه فارسی | |
عنوان فارسی مقاله: |
یک الگوریتم زمان بندی پویا محدود شده بر اساس موعد مقرر با صرفه هزینه برای جریان های کاری علمی در محیط ابری |
عنوان انگلیسی مقاله: |
A Cost-Effective Deadline-Constrained Dynamic Scheduling Algorithm for Scientific Workflows in a Cloud Environment |
|
مشخصات مقاله انگلیسی | |
فرمت مقاله انگلیسی | |
سال انتشار | 2015 |
تعداد صفحات مقاله انگلیسی | 30 صفحه با فرمت pdf |
نوع مقاله | ISI |
نوع ارائه مقاله | ژورنال |
رشته های مرتبط با این مقاله | مهندسی کامپیوتر |
گرایش های مرتبط با این مقاله | رایانش ابری، مهندسی الگوریتم ها و محاسبات |
چاپ شده در مجله (ژورنال) | نتایج بدست آمده در حوزه محاسبات ابری – Transactions on Cloud Computing |
کلمات کلیدی | رایانش ابری، کیفیت خدمات (QoS) ، تدارک منابع ، زمان بندی، جریان کاری علمی |
کلمات کلیدی انگلیسی | Cloud Computing – Quality of Service (QoS) – Resource provisioning – Scheduling – Scientific workflows |
ارائه شده از دانشگاه | دانشگاه jawaharlal Nehru، دهلی نو، هند |
نمایه (index) | Scopus – Master Journals – JCR |
شناسه شاپا یا ISSN | 2168-7161 |
شناسه دیجیتال – doi | https://doi.org/10.1109/TCC.2015.2451649 |
ایمپکت فاکتور(IF) مجله | 5.716 در سال 2019 |
شاخص H_index مجله | 32 در سال 2020 |
شاخص SJR مجله | 0.921 در سال 2019 |
شاخص Q یا Quartile (چارک) | Q1 در سال 2019 |
بیس | نیست ☓ |
مدل مفهومی | ندارد ☓ |
پرسشنامه | ندارد ☓ |
متغیر | ندارد ☓ |
رفرنس | دارای رفرنس در داخل متن و انتهای مقاله ✓ |
کد محصول | F1781 |
نشریه | آی تریپل ای – IEEE |
مشخصات و وضعیت ترجمه فارسی این مقاله | |
فرمت ترجمه مقاله | pdf و ورد تایپ شده با قابلیت ویرایش |
وضعیت ترجمه | انجام شده و آماده دانلود |
کیفیت ترجمه | ترجمه رایگان – برنزی ⭐️ |
تعداد صفحات ترجمه تایپ شده با فرمت ورد با قابلیت ویرایش | 12 صفحه (1 صفحه رفرنس انگلیسی) با فونت 14 B Nazanin |
ترجمه عناوین تصاویر و جداول | ترجمه شده است ✓ |
ترجمه متون داخل تصاویر | ترجمه شده است ☓ |
ترجمه متون داخل جداول | ترجمه شده است ☓ |
ترجمه ضمیمه | ندارد ☓ |
ترجمه پاورقی | ندارد ☓ |
درج تصاویر در فایل ترجمه | درج نشده است ☓ |
درج جداول در فایل ترجمه | درج نشده است ☓ |
درج فرمولها و محاسبات در فایل ترجمه | به صورت عکس درج شده است ✓ |
منابع داخل متن | به صورت عدد درج شده است ✓ |
منابع انتهای متن | به صورت انگلیسی درج شده است ✓ |
کیفیت ترجمه | کیفیت ترجمه این مقاله خوب میباشد. |
توضیحات | ترجمه این مقاله به صورت ناقص انجام شده است. |
فهرست مطالب |
چکیده |
بخشی از ترجمه |
چکیده |
بخشی از مقاله انگلیسی |
Abstract Cloud Computing, a distributed computing paradigm, enables delivery of IT resources over the Internet and follows the pay-as-you-go billing model. Workflow scheduling is one of the most challenging problems in Cloud computing. Although, workflow scheduling on distributed systems like Grids and Clusters have been extensively studied, however, these solutions are not viable for a Cloud environment. It is because, a Cloud environment differs from other distributed environment in two major ways: on-demand resource provisioning and pay-as-you-go pricing model. Thus, to achieve the true benefits of workflow orchestration onto Cloud resources novel approaches that can capitalize the advantages and address the challenges specific to a Cloud environment needs to be developed. This work proposes a dynamic cost-effective deadline-constrained heuristic algorithm for scheduling a scientific workflow in a public Cloud. The proposed technique aims to exploit the advantages offered by Cloud computing while taking into account the virtual machine performance variability and instance acquisition delay to identify a just-in-time schedule of a deadline constrained scientific workflow at lesser costs. Performance evaluation on some well-known scientific workflows exhibit that the proposed algorithm delivers better performance in comparison to the current state-of-the-art heuristics. 1 INTRODUCTION Scientists in different research domains such as physics, bio-informatics, earth science and astronomy run increasingly complex large scale scientific applications for simulation and analysis of the real-world activities. Many of such large scale applications are usually constructed as workflows [1]. A workflow is a loosely coupled coarse-grained parallel application that consists of a set of computational tasks linked through control and data dependencies. Scientific workflows may vary in size from a few tasks with limited resource needs to millions of tasks requiring tens of thousands of processing hours, terabytes of storage and high bandwidth network resources. Such complex workflows demand a high-performance computing environment and often it is desirable to distribute its tasks amongst multiple computing nodes in order to complete the work in a reasonable time. Traditionally, developers of scientific applications have used local workstations, supercomputers, clusters and grids platforms for running such workflows. Each of these platforms offer various trade-offs in terms of usability, performance and cost. Many Grid projects such as Pegasus [2], ASKALON [3] and GrADS [4] have designed workflow management systems to define, manage and execute workflows on the Grid. Cloud computing, has recently emerged as a promising execution platform for huge and complex scientific applications. Many studies [5], [6], [7], [8], [9], [10] have in of performance and cost. However, with the emergence of this new computing paradigm, novel scheduling approaches that are able to capitalize the advantages while addressing the challenges specific to a Cloud environment needs to be developed. Cloud provides a utility-oriented computing model that enables delivery of IT resources over the Internet and follows the pay-as-you-go billing model where users are charged based on their resource consumption [11]. Cloud services are majorly categorized as: Infrastructure as a service (IaaS), which includes raw infrastructure and associated middleware; Platform as a service (PaaS), which includes APIs for developing applications on an abstract platform and Software as a service (SaaS) that provides support for remote software services. PaaS and SaaS based solutions are presently not considered as feasible alternatives for executing scientific workflows. This is because PaaS based solutions involve the overhead of porting legacy applications to new platforms whereas scientific computing SaaS services are currently rarely available for usage [7]. IaaS Cloud on the other hand, offers several cost and performance related benefits for executing scientific applications as compared to traditional distributed execution environments like grids and clusters [6], [10]. Some of these benefits are as follows.. |
دانلود رایگان مقاله انگلیسی + خرید ترجمه فارسی | |
عنوان فارسی مقاله: |
یک الگوریتم زمان بندی پویا محدود شده بر اساس موعد مقرر با صرفه هزینه برای جریان های کاری علمی در محیط ابری |
عنوان انگلیسی مقاله: |
A Cost-Effective Deadline-Constrained Dynamic Scheduling Algorithm for Scientific Workflows in a Cloud Environment |
|