<em id="rw4ev"></em>

      <tr id="rw4ev"></tr>

      <nav id="rw4ev"></nav>
      <strike id="rw4ev"><pre id="rw4ev"></pre></strike>
      合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

      COMP1047代做、代寫Java/Python程序語言

      時間:2024-04-30  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



      SCHOOL OF COMPUTER SCIENCE
      A LEVEL 1 MODULE, SPRING SEMESTER 2023 –2024
      COMP10**: Systems and Architecture (AE1SYS)
      Coursework Part-2: Computer Networks
      SUBMISSION DEADLINE: Thursday 2
      nd May 2024, 23:59:59 GMT+8
      1 Synopsis
      This is Par-2 of the COMP10** coursework. This Part is about network performance
      evaluation both simulation and report writing. You should answer the TWO (2) questions
      below, before submitting them in Moodle and CS repository. For the NS-2 coding problem,
      you are advised to develop and analyze your TRACE files using AWK adopted in the lab
      sessions in this module. The total mark of this Part is [30 MARKS].
      Note that the nature of this Part of coursework is exploratory to a certain extent, given its
      time to complete (more than 2 weeks). Thus, the solutions of the questions cannot be directly
      obtained from the lecture or lab materials, but require students to explore further from public
      resources, or recall from what have been learnt from prerequisite modules. Nonetheless, the
      module content of COMP10** should be recognized as the essential foundation to achieve the
      proper answering to the questions of this Part of coursework.
      2 Deliverable
      Submit the following THREE (3) uncompressed files to COMP10** Moodle page, where you
      will find a submission portal named “Submission for Part-2: Computer Networks” to be opened
      later.
      1.COMP10**CWP2-‘YourName’-‘YourID’-Q1.tcl for the code corresponding to Question
      1. Example: COMP10**CWP**JaneDoe-20511234-Q1.tcl
      2.COMP10**CWP2-‘YourName’-‘YourID’-Q2.xlsx, in which you only need to write down
      your project name (AE1SYS-CWP2-YourID) in the csproject. Details can be found in Question
      1’s description.
      3.COMP10**CWP2-‘YourName’-‘YourID’-Q2.pdf, in which you only need to write down
      your project name (AE1SYS-CWP2-YourID) in the csproject. Details can be found in Question
      2’s description.
      Unable to follow the file naming conventions would lead to mark deduction. Late submission rules apply, as indicated in the accompanying coursework issue sheet.
      3 Assessment
      1. This Part has a total of 30 marks, which constitutes 60% of the total coursework marks,
      equivalent to 30% of the total module marks. Individual marks are shown along each
      question.
      2. Evaluation rubrics for Questions is provided in their problem description.
      3. For enquiries on doubts or issues encountered when doing your coursework, please use
      the Moodle discussion forum, or directly email Dr. Fazl Ullah
      Question 1 [15 Marks]
      Description
      This project provides insights on analyzing network performances such as delay, throughput, and
      packet drops of your designed network. It presents an experimental methodology to obtain an
      estimate of average delay, throughput, and packet drops for packets of variable payload size. You
      are required to use the TWO transport layer protocols, the TCP and UDP as we studied in Week3 class.
      The Scenario 5 Marks
      Implement a circular wireless network topology of at least 10 nodes. In these nodes 20% will be
      sender nodes and 20% will be receiver nodes and the remaining 60% nodes will be the relay
      nodes. You need to use TCP as transport layer protocol for 10% sender-receiver pair and UDP
      for the ramming 10% sender-receiver pair.
      Note that the senders and receiver will be selected by a random function. You have to use the
      random function only once.
      Simulation 3 Marks
      You need to run your simulation for 1000 seconds to generate TRACE (.tr) and NAM (.nam) files
      of your designed scenario. Also, you are required to run the simulation with the same topology 20
      times and find the use the average values in trace fie for performance analysis.
      Hint: You can use shell script to automate simulation for 20 times.
      Performance Analysis 1 Mark
      You need to analyze your designed network based on delay, throughput, and packet drop using
      AWK or Shell or Perl scripts or scripting language you want.
      Delay
      You find the end-to-end delay in the network [1 Mark] and identified the reason [2 Marks]
      Throughput
      You find the total throughput in the network [1 Mark] and identified the reason of high or low
      throughput [2 Marks]
      Packet Drop
      You find the packet drop ratio in the network [1 Mark] and you identified the reason [2 Marks]
      Excel File [2 Marks]
      Once you run and obtain the average simulation, then you need to analyze the Delay, Throughput,
      and Packet Drop. You need to save the values of Delay, Throughput, and Packet Drop in the Excel
      file.
      Note: You can use any application for graph generation and data presentation.
      Question 2 [10 Marks]
      The Scenario
      After performing the simulations and analyzing the designed networks, you are required
      to write a report using the attached template.
      Your Task
      Title [10-20 Words]
      A nice title that reflect what you have written in this report.
      Summary [150-250 words]
      A short summary that give an idea of your work
      Introduction [~600 words]
      A brief introduction about the simulated network. You may giver references from the
      literature from similar networks.
      Proposed Work [400 words]
      Write about the designed network and the protocols used in it. The details about the
      simulation scenario and the working procedures.
      Results and Discussion [500 words]
      You obtained the results from simulation and need to present in the form of graphs. Explain
      the graphs and
      Conclusion [100-150 words]
      Write a short conclusion, what you did and how can you enhance the current work in the
      near future.
      References (if any)
      [1]. Reference 1
      [2]. Reference [2], etc.
      Also, it is important to submit all your files on time to our CS git server, namely
      csprojects.nottingham.edu.cn. To upload to csprojects, please:
      a. Create a new project named AE1SYS-CWP2-YourID, e.g., AE1SYS-CWP2-20511234.
      b. Upload your files into the project, and name them as TCL-YourID, xlx-YourID and
      PDF-YourID, respectively.
      c. You must add Dr. Fazl Ullah as the project Maintainer in order for your project to be
      accessed. This can be done by Project Information → Members → Invite
      member, then input his email address (fazl.ullah@nottingham.edu.cn), and set him as
      the Maintainer in the ‘Select a role’ menu.
      Evaluation
      Basic marking criteria are correctness, abundance, and depth. For detailed
      rubrics, an example indicator is provided in the table below, to give you n direct impression on
      how much effort should be corresponding to which level of grades.
      Level Example indicator
      Fail Nothing done.
      Poor Provided the names only.
      OK Provided the names, with one or two sentences of description.
      Good In addition to OK level, provided extended elaboration trying to
      help the evaluator understand what is talked about.
      Excellent The information conveyed is correct and abundant. For question 2,
      in-depth discussion and/or analysis is provided. High quality usage
      of citations.
      Besides the above, each item below will incur a penalty of -1 mark:
      a. Not adding Dr. Fazl Ullah as the maintainer to access your project.
      b. Wrong project name, or file names uploaded, especially not showing your student ID.
      c. Any other factors that obviously lower down the submission quality, or make your
      project inaccessible.

      請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp












       

      掃一掃在手機打開當前頁
    1. 上一篇:菲律賓團簽自由行怎么過關 海關規定是什么
    2. 下一篇:CS 6347代做、MATLAB程序設計代寫
    3. 無相關信息
      合肥生活資訊

      合肥圖文信息
      挖掘機濾芯提升發動機性能
      挖掘機濾芯提升發動機性能
      戴納斯帝壁掛爐全國售后服務電話24小時官網400(全國服務熱線)
      戴納斯帝壁掛爐全國售后服務電話24小時官網
      菲斯曼壁掛爐全國統一400售后維修服務電話24小時服務熱線
      菲斯曼壁掛爐全國統一400售后維修服務電話2
      美的熱水器售后服務技術咨詢電話全國24小時客服熱線
      美的熱水器售后服務技術咨詢電話全國24小時
      海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
      海信羅馬假日洗衣機亮相AWE 復古美學與現代
      合肥機場巴士4號線
      合肥機場巴士4號線
      合肥機場巴士3號線
      合肥機場巴士3號線
      合肥機場巴士2號線
      合肥機場巴士2號線
    4. 幣安app官網下載 短信驗證碼 丁香花影院

      關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

      Copyright © 2024 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
      ICP備06013414號-3 公安備 42010502001045

      成人久久18免费网站入口