Computers and Technology

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.

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 07:20, Hcalhoun21
Write a pseudocode solution for each of these problems. 1. design a while loop that lets that user enter a number. the number should be multiplied by 10, and the result stored in a variable named product. the loop should iterate as long as product contains a value less than 100. 2. design a do-while loop that asks the user to enter two numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to perform the operation again. if so, the loop should repeat; otherwise it should terminate. 3. design a for loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 100. 4. design a nested loop that displays 10 rows of # characters. there should be 15 # characters in each row. 5. convert this for loop to a while loop. declare integer count for count = 1 to 50 display count end for 6. find the error in the following pseudocode. declare boolean finished = false declare integer value, cube while not finished display “enter a value to be cubed.” input value; set cube = value ^ 3 display value, “ cubed is “, cube end while
Answers: 2
image
Computers and Technology, 22.06.2019 17:00, Janznznz1121
Your computer running windows 10 is doing some very strange things with the operating system. you are fairly certain it is not a hardware issue. you need to try to get further insight into what is going on within the operating system. which tool would be best suited for this?
Answers: 2
image
Computers and Technology, 23.06.2019 21:20, nicki76
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
image
Computers and Technology, 24.06.2019 17:40, palmekar000
When analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the data. this can be done by normalizing to values between 0 and 1, or throwing away outliers. for this program, adjust the values by subtracting the smallest value from all the values. the input begins with an integer indicating the number of integers that follow. ex: if the input is 5 30 50 10 70 65, the output is: 20 40 0 60 55
Answers: 1
Do you know the correct answer?
Lab assignments for chapter 9we have created one lab assignment for this chapter, lab9-1. we have al...

Questions in other subjects:

Konu
Mathematics, 18.09.2019 07:30