Skip to main content

What is a protocol in the context of communication network?

Research Project - Preliminaries
Value: 15%
Submission method options
Alternative submission method
Task
This assessment item aims to develop and gauge student understanding of the key topics covered so far. Answering these questions will help you build some understanding for the next assessment item as well as for the entire subject material. It is expected that answers to the assignment questions be succinct (i.e. precise and concise) with all sources of information fully referenced as per APA referencing style. You have to reference the text book and any additional material you have used in your answers.

Note that the guide for APA referencing is provided in the Resource section of Interact site.
Answers MUST be written in your own words. If an answer contains more than 20% direct quote (referenced or unreferenced) 0 marks will be awarded for this question. One or two sentence answers will be too short and only receive low marks. Answers longer than 1.5
pages (12 point font, single line spacing) may incur a penalty if too much non-relevant information is stated. For mathematical and subnetting questions it is expected that you show intermediate steps of your working. Just stating the correct solution will result in low marks, on the other hand if the working is correct and you only made minor mistakes, you will still be awarded marks, even though the final answer is wrong.
Question 1
What is a protocol in the context of communication network? Describe the purpose of protocol analysis. Your answer should contain description of a real-time situation where protocol analyser can be used. List any three popular protocol analyzer solutions currently available in the market. [ 5 Marks]
Question 2
You are asked to visit a pharmaceutical company to help troubleshoot some network connectivity problems. The company’s network consists of 11 workstations connected by a single 24 port hub. The company manager describes the problem as consistent and explains that every morning there is a five minute delay to connect to the main server. The manager indicates that every user on the network has the same problem. Using your protocol analyzer where would you tap into this network and why? Explain how this network is different to modern networks. [ 5 Marks]
Question 3
Differentiate between distance vector routing and link state routing. Your answer should describe the key features of the two utlising some real time examples and where possible supported by diagrams. [ 5 Marks]
Question 4
Complete following Hands-On Projects from the prescribed textbook (Pyles, Carell & Tittel 2017).
i. Hands-On Project 1-1
ii. Hands-On Project 1-2
In order to complete this activity, students should insert screenshots in the assignment document along with a short description of each step taken to complete the projects. [ 5 Marks]
Question 5
As a network administrator for a medium sized company, you have been asked to design a network by utilizing 10.0.0.0 private IP address. The network will span six buildings with a router in each building to join the networks. Currently, the company has approximately a total of 1,000 workstations in the following locations:
• Building A - 200 workstations
• Building B - 125 workstations
• Building C - 135 workstations
• Building D - 122 workstations
• Building E - 312 workstations
• Building F - 105 workstations
It is assumed that each building will have its own single subnet, design a simple addressing solution that leaves room for growth and is easy to administer. Explain what happens to your design if the number of hosts per network jumps to over 1,024 per building. [ 5 Marks]

Question 6
Explain the purpose of QoS on a TCP/IP network. Define the basic purpose and differentiate between IP precedence, TOS, ECN and Diffserv functionalities. [ 5 Marks]

Rationale
This assessment aims to assess the following learning objectives of this subject:
• be able to analyse IP addressing requirements and design an addressing scheme;
• be able to analyse the requirements of IP routing and choose appropriate routing methods;
• be able to demonstrate how internetworking devices obtain their network configuration;
• be able to explain how data flows through the internet; and
• be able to ascertain and evaluate selection of applications and protocols for transferring data across the internet.
Marking criteria
Marks will be awarded for:
• Correctness of the answer
• Discussion on valid arguments or features to support your answer
• Clarity of explanation
• Steps of working in question 5.
Marks will be deducted for:
• NOT providing / following the proper APA style referencing. Referencing should be accurately documented using APA 6th edition and includes in text and bibliographic information.
Question Criteria HD DI CR PS FL
Question 1 Understanding of the terms involved in TCP/IP protocols All elements have been addressed and are well expressed, comprehensive and accurate. All elements have been addressed and are largely accurate and well expressed. All elements have been addressed with a few inaccuracies. Some elements have been addressed with a few inaccuracies. The answer fails to show basic understanding of the topic.
Question 2 Demonstration of how data flows through the internet Correct answer has been provided along with a well expressed, informative and accurate explanation. Correct answer has been provided along with a well expressed and accurate explanation. Correct answer has been provided, followed by a limited explanation. Correct answer has been provided, followed by a limited explanation with some inaccuracies. The answer is incorrect and fails to show basic understanding of the topic.
Question 3 Understanding of routing concepts All elements have been addressed and are well expressed, comprehensive and accurate. All elements have been addressed and are largely accurate and well expressed. All elements have been addressed with a few inaccuracies. Some elements have been addressed with a few inaccuracies. The answer fails to show basic understanding of the topic.
Question 4 Completion of Hands-On Projects. Projects are completed, screenshots of all steps along with informative description has been provided. Projects are completed, screenshots of most steps has been provided with good description. Project mostly completed, some minor errors are apparent in the screenshots, description is reasonable. Project completed but with errors, some screenshots are missing, description is not clear. Evidence of some steps, most screenshots are missing.
Question 5 Understanding of IP Addressing requirement analysis and design. Correct answer has been provided along with evidence of all steps. A well expressed and comprehensive explanation has been provided to justify the design. Correct answer has been provided, evidence of most steps is present. A brief explanation has been provided to justify the design. Correct answer has been provided, evidence of some steps is present. A limited explanation has been provided to justify the design. Correct answer has been provided, evidence of most steps is missing. Explanation does not adequately provide justification of the design Answer is incorrect and no or limited evidence of steps has been provided. Explanation does not provide justification of the design
Question 6 Distinguish between selection of applications for data transfer The answer demonstrated a thorough understanding with all elements addressed in a well expressed, comprehensive and accurate manner. The answer demonstrated a detailed understanding with all elements addressed in a largely accurate manner. The answer demonstrated a good understanding with all elements addressed in a brief and and mostly accurate manner. The answer demonstrates a limited understanding. Some elements have been addressed with a few inaccuracies. The answer fails to show basic understanding of the topic.
Presentation & Referencing
(5 Marks - Deduction) Marks will be deducted for NOT following the presentaion guidelines below as well as for poor presentation, spelling and/or grammar mistakes.
Marks will also be deducted for NOT providing / following the proper APA style referencing. Referencing should be accurately documented using APA 6th edition and includes in text and bibliographic information.
(Note that the guide for APA referencing is provided in the Resource section of the subject site)

Presentation
The assessment must be submitted electronically with a Cover Page including:
• Assessment No
• Assessment Title
• Student Name & ID
• Student Email
Students must ensure that all tasks are identified clearly with headings.
References must be in APA style both in-text and at the end of the assessment document. This is also a part of the marking rubric.

Comments

Popular posts from this blog

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that

Josie Eskander

  Question 1: Task 1: Report Assume you are Josie Eskander. You are writing in response to techno trading P/L’s advertisement of a new laptop at 20% below normal price. You want information on brand name, availability of service and repairs, delivery times and methods of payment. Write the letter using the seven basic parts of the letter. In the opening paragraph present a clear and courteous request. Secondly write a response from techno trading giving details and proposing the sale. Provide draft of both emails in the space below. Question 2: Task 2: Report In pairs, nominate a good and a bad letter writer. Discuss the key differences. Write a good/bad letter from techno training to Alex Antonov accepting/declining his proposal to invest in the business Question 3: Task 3: Report Write a letter from techno trading p/l to a new client ‘new realities p/l’ urging them to buy techno new virtual reality software. Make a strong argument for the product. Question 4: Task 4: Report Write a l

Sandra Coke is vice president for research and development at Great Lakes Foods (GLF), a large snack food company that has approximately 1,000 employees

Chapter 2 I Trait Approach 33 CASE 2.1 Choosing a New Director of Research Sandra Coke is vice president for research and development at Great Lakes Foods (GLF), a large snack food company that has approximately 1,000 employees. As a result of a recent reorganization, Sandra must choose the new director of research. The director will report directly to Sandra and will be responsible for developing and testing new products. The research division of GLF employs about 200 people. The choice of directors is important because Sandra is receiving pressure from the president and board of GLF to improve the company's overall growth and productivity. Sandra has identified three candidates for the position. Each candidate is at the same managerial level. She is having difficulty choosing one of them because each has very strong credentials. Alexa Smith is a longtime employee of GLF who started part-time in the mailroom while in high school. After finishing school, Alexa worked in as many as