subject

Lab assignments for chapter 9we have created one lab assignment for this chapter, lab9-1. we have also included one lab report sheet, which means that each lab should be reported on a separate sheet. it is assumed that you have done the lab assignment for chapter 1, which told you how to install the wireshark software and how to use it. the assignment is about an auxiliary protocol, arp, which is part of the network layer, but it is used as a liaison between the network and the data-link layer. arpas we discussed in the textbook, arp is an auxiliary protocol that maps the ip address of the connection to the host or router to the link-layer address of that connection. in this lab, we trace and examine arp packets9.1.1 assignmentstart your web browser and clear the browser’s cache memory, but do not access any website yet. open the wireshark and start capturing. go to your browser and retrieve any file from a website. wireshark starts captur- ing packets. in the filter field of the wireshark window type arp (lowercase) and click apply. stop capturing and save the captured file. part i: arp request messagefrom the packet list pane, select the first arp request packet. from the packet detail pane, select the address resolution protocol. questionsusing the hexdump and consulting figure 9.8 in the textbook, answer the following question in your lab-report sheet. from the hexdump, determinethe hardware type.12the protocol type. the hardware length. the protocol length. the value of the operation field. what is the meaning of this field? the source hardware address. the source protocol address? the destination hardware address. the destination protocol address? using the packet detail pane, verify your answers to the first question. what is the type of the destination hardware address (unicast, multicast, broad- cast)? which hardware interface does the destination address define? checking the packet byte pane, you will notice that the arp request is followed by zero-bytes. how many 0s are there? explain the reason for the existence of these 0s. part ii: arp reply messagefrom the packet list pane, select the first arp reply packet. from the packet detail pane, select the address resolution protocol; the packet’s hexdump will be highlighted in the packet byte pane. questionsusing the hex dump answer the following question in your lab report sheet. using the hexdump, determinethe hardware type. the protocol type. the hardware length. the protocol length. the operation code. the source hardware address. the source protocol address? the destination hardware address. the destination protocol address? using the packet detail pane, verify your answers to the first question. what type of address is the destination hardware address? what network interface does the address define? 9.1.2 lab 1 report sheet9.1.3 documents to turn into d2l dropboxthe lab9 lab 1 with answered questions in pdf or word format. make sure to add a screenshot of the supporting captured arp information.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
If your accelerator suddenly gets stuck what should you do
Answers: 2
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 24.06.2019 18:50
Which style did jack use on the vocabulary words in reports?
Answers: 2
question
Computers and Technology, 24.06.2019 18:50
Write a program that reads in a series of lines of input character by character (using the library function the first line of the input contains an integer which specifies the number of remaining lines of input, each of which contains a floating point number. the integer value on the first line can be read with (the library function) but all of the following lines can only be read with each line, after the first, contains a single floating point value, with up to four digits before the decimal point, and up to four digits following the decimal point, but there is not necessarily a decimal point in each number; i.e., it may appear to be an integer, but the digits should be read by your program, and the number should be converted to a corresponding floating point number. for instance, suppose the following input: 5 3.1255 20.25 0.875 1921.50 31 the required output is: − each of the input floating point values, printed on a separate line with four digits of precision, using printf(); − on the last line of the output, the string “total: ” followed by the sum of the input values, printed with printf() to 4 digits of precision. for example, the total of the sample input given above is 1976.7505, so the required output for this input would be: 3.1255 20.2500 0.8750 1921.5000 31.0000 total: 1976.7505 do not concern yourself with small differences in the total due to rounding, as the grader will not deduct points for this. constraints: − you are not allowed to use arrays on this portion of the lab assignment. − there is no maximum number of lines allowable. it all depends upon the first value of input. since you aren’t saving anything, it doesn’t matter. − you can assume that input will not contain more than 4 digits before or after the decimal point. you do not need to error check for this condition. -you must use getchar() to read in the floating point values one character at a time (i.e. do not use -you must declare and use your floating point values as a double to minimize rounding errors. -only use printf() to output the floating point numbers and the total (do not use − be sure your directions to the user are clear so they are sure to enter the input data correctly.
Answers: 1
You know the right answer?
Lab assignments for chapter 9we have created one lab assignment for this chapter, lab9-1. we have al...
Questions
question
Computers and Technology, 30.06.2019 13:00
Questions on the website: 13722361