Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Http www wireshark org docs wsug_html_chunked

27/11/2021 Client: muhammad11 Deadline: 2 Day

Lab 1:

Installing and Using Wireshark

Packet Capture Software

by

Date Report Due: Nov 3, 2013

Date Report Submitted: Nov 3, 2013

Table of Contents

3 Descriptive Abstract

4 Introduction

Screen Shot 1 5

6 Screen Shot 2

Purpose of WinPcap 6

Conclusion 7

8 References

Running Glossary 8

Descriptive Abstract
The purpose of this lab assignment is to learn working on Wireshark packet capture software. Wireshark is an open-source network packet analyzer software, which capture network packets and display the packet data with details of that packet. This software is available for UNIX and Windows operating system.

The main use of Wireshark packet capture software is in troubleshooting problems related to network or for testing of protocol implementations. Time, source IP address, destination IP address, protocol, length, and some other information are the main information which this software provides regarding a packet travel on network.

In this lab assignment, we first installed the Wireshark on local machine. In the first run after stopping the capturing of packets I analyze some of the packets and check what protocol they follow, length of that and other basic information. After the first few random searches, I traced some packets related to http://www2.gibson.com . In the report, I have included some screen captures of wireshark software with the analysis of different sections on the screen shot.

Introduction
The lab is related to installation and understanding of the Wireshark packet analyzer software. Wireshark is important because it provides many details regarding network packets like length, what protocol the packet follow, what is the source and destination IP address for that packet etc. The MIS 272 is a networking class and the data communication in a network happen in the form of packets so it is mandatory to have an understanding about packets.

This software is mainly used by network administrator to troubleshoot network problems, by network security engineers to examine security problems and developers use this to test a new protocol implementation, or use it to learn about network packets and related details. The main study material for this course is "Managing and Troubleshooting Networks", so by name itself it is clear that it is about how to manage and troubleshoot networks. By analyzing the packet related information provided by Wireshark we can easily identify that where is the problem.

Software used for this lab assignment:

1) Windows 7

2) Wireshark packet analyzer software

3) Web browser

4) Video player

5) Some other system and application software mainly related and controlled by OS.

Hardware used for this lab assignment:

1) A laptop

2) Internet connection

3) A network router

To complete the lab activity, first install the wireshark network packet analyzer software. After installation we need to choose the connection type for example, Bluetooth Network Connection, Wi-Fi, Ethernet, wireless connection 1, local area network, other connections and then click on the start icon just above that. As soon as we click on this start icon, the software starts analyzing network packet and starts showing the details regarding the packet with the protocol information. First it will provide the information regarding the connection between laptop and the Wi-Fi router, and then between the Wi-Fi router and servers of different connected sites. It is interesting that for one website we can get different IPs because big sites are handled more than one server.

After some random analysis, I closed all the browsers and stopped the process of the packet analyzer. Then I started www2.gibson.com to analyze, in the meantime I started wireshark again. The system was showing some new IPs and some of the packets are black color marked. Depending on the packet's protocol and packets are delivered successful or lost is the way the colors vary from packet to packet.

After completion of entire process, I got mainly these IP addresses:

1) 71.83.242.128 (My IP address, when I use LAN)

2) 192.168.1.19 (My IP address, when I use Wi-Fi)

2) 207.171.185.201 (Amazon web services IP)

3) 117.195.114.185 (This is for Wi-Fi router settings)

4) 173.194.33.195 (One of the Google's server IP address)

5) 174.129.4.54 (www2.gibson.com IP address)

With these IP addresses there were some invalid IP addresses too which I think are IP addresses of intermediate servers and routers which come between the destination and source.

Screen shot 1

image1.png

Menu bar: Provides different options like save, start, stop, analyze, statistics for captured packets etc.

Option bar: Provides direct access to frequently using options.

Filter bar: Gives the ability to search within results by using different criteria.

Packet Trace Window: All the information about catured packets are displayed in this window.

Source IP address & Destination IP address: Gives information about the source and destination of the packet.

OSI Layer Info: This window provides details regarding different layers communication, how and what versions layers are following, what is the exact communication, type of packet, protocol working, fields details of packet header etc.

Besides these there is other information also like packet number, total number of packets captured, length of packet, data details of communication between layers etc.

When we right click on the OSI layer info window we get other options like protocol help, disable protocol, some filter related options, which port is using for communication, port number for outgoing and port number for incoming etc.

Screen shot - 2

This screen shot is showing packet details when the router is communicating with www2.gibson.com.

image2.png

This is the part of the packet trace window while browsing different pages of gibson.com. When I examined later I found that 192.168.1.19 is my IP address, basically 192.168.1.1 is the default gateway because I was using a Wi-Fi connection at that time, and .19 is assigned to my laptop via the router. One more interesting thing I found is that if I switch off the router, and disconnect all the devices, restart the router again then it will reassign the IP address sometimes the same IP and sometimes a different IP address depending on the number of devices connected to the router at that time.

The packet number 399 is showing a HTTP request packet which is requesting a connection to gibson.com's server and the size of this request packet is 1386 bytes. There are many other packets which consist of some information regarding connections with gibson but having different IP addresses. Showing that those are intermediate routers which are used to route the request in the correct direction. For example, 103.245.222.134, when my IP address is in source IP address that is indicating that my system is sending a request to the destination where as if my IP address is a destination IP address that is indicating that my system is getting a response from the source.

While analyzing I got that there are many protocols used in this conversation for example HTTP, TCP, DNS etc. For every request of a new page first DNS protocol is used for communication between my laptop and the Wi-Fi router, then the Wi-Fi router communicates with gibson.com and uses TCP with HTTP protocols, HTTP protocol for the request and response from servers and TCP protocol to get assurance of the delivery of packets with the help of SYN, ACK and FIN flags.

The IP address for gibson.com is 174.129.4.54, and when I typed that in web browser and press enter it navigated me to http://www2.gibson.com/Gibson.aspx page.

While working on this I saw there is www2 used in this by which I was not much familiar, so I did some research on this and found that this is the same as www, and used for server load balancing.

Purpose of WinPcap (Windows Packet Capture)

WinPcap is basically a library which includes a driver to support capturing packets, since wireshark is a packet capturing software it needs a libpcap library which support in packet capturing. In windows operating system the role of libpcap library is done by WinPcap.

Conclusion

There were many topics from book covered in this, some are IP addresses, networking layers, packets, HTTP, TCP, FTP, DNS etc. protocols, network communication etc. With this it was a good experience to learn how packets travel on network, how one router communicate with other router, different TCP packet's flag like ACK, FIN, SYN etc.

The most important concept which I learn in this assignment is, how different protocols work on different packets and between different layers of network. I always had confusion regarding why we need these many layers in networking but it is clear now that this is a step-by-step process and at each step layers add some stuff on data to encrypt that and make that compatible for next layer input.

Installation of wireshark was quite easy but in starting I found it a bit problematic because there were too many IP addresses and whenever I type them in browser it used to show invalid page or error. But after sometime I realized that those were addresses of intermediate routers or servers which do not have any web page just use to redirect towards destination IP address.

References

3rd edition, Mike Meyers. Managing and Troubleshooting Networks. Published by:

McGraw Hill Publications.

Wireshark Download. Retrieved from:

http://www.wireshark.org/download.html

Wireshark user guide. Retrieved from:

http://www.wireshark.org/docs/wsug_html_chunked/

Wireshark wiki pages. Retrieved from:

http://wiki.wireshark.org/

Wireshark WinPcap. Retrieved from:

http://wiki.wireshark.org/WinPcap

Running Glossary
ACK: Acknowledgment regarding receipt of the packet, used in TCP

DNS: Domain Name System, naming systems for computer or devices use Internet

FIN: Finish, indicating that the transmission is done

HTTP: Hyper Text Transfer Protocol used for web related data communication for the WWW.

Open Source: A software for which license is not needed.

Server load balancing: Use to distribute load on more than one servers.

SYN: Sync packet used to establish a connection

TCP: Transmission Control Protocol used for reliable data communication

WinPcap: A library having packet capturing driver

Winshark: A network packet analyzer software

www2: Used for load balancing on server

Menu bar

Source IP address of the packet

Option bar

Filter bar

Data details of selected packet

OSI Layer Info

Packet's protocol

Packet Trace Window

Destination IP address of the packet

Information related to packet.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Engineering Exam Guru
Top Academic Tutor
Accounting & Finance Master
Top Grade Essay
Accounting & Finance Specialist
Financial Assignments
Writer Writer Name Offer Chat
Engineering Exam Guru

ONLINE

Engineering Exam Guru

I have written research reports, assignments, thesis, research proposals, and dissertations for different level students and on different subjects.

$24 Chat With Writer
Top Academic Tutor

ONLINE

Top Academic Tutor

I have read your project description carefully and you will get plagiarism free writing according to your requirements. Thank You

$17 Chat With Writer
Accounting & Finance Master

ONLINE

Accounting & Finance Master

As per my knowledge I can assist you in writing a perfect Planning, Marketing Research, Business Pitches, Business Proposals, Business Feasibility Reports and Content within your given deadline and budget.

$42 Chat With Writer
Top Grade Essay

ONLINE

Top Grade Essay

This project is my strength and I can fulfill your requirements properly within your given deadline. I always give plagiarism-free work to my clients at very competitive prices.

$34 Chat With Writer
Accounting & Finance Specialist

ONLINE

Accounting & Finance Specialist

I can assist you in plagiarism free writing as I have already done several related projects of writing. I have a master qualification with 5 years’ experience in; Essay Writing, Case Study Writing, Report Writing.

$46 Chat With Writer
Financial Assignments

ONLINE

Financial Assignments

I will provide you with the well organized and well research papers from different primary and secondary sources will write the content that will support your points.

$26 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Rea model accounting information systems - The fall of a city short story - Need Assistance for My Academic Assignments Proofreading! - Boreal forest food chain - The practice of statistics solutions manual pdf - Word module 1 sam project 2 - Why would an aed advises no shock - Arc flash suits south africa - BT - Standard table of t values - Nrs 490 scholarly activity summary - In a fractionating column what process is caused by heating - Art/discussion - Chart of accounts list - Written warning template for absenteeism - If-then statements in sas to create new variables - Arctic tundra endangered plants - Astm g93 level e - Question - Help please - Recruitment and selection process of pepsi company pdf - Art appreciation essay topics - Navien boiler air message - Sra lugones el pollo asado por favor - How to find z score on statcrunch - Are sharps containers reusable - Ben and jerry's distribution channels - Precast concrete grease interceptor - A bookkeeping mistake may be corrected when discovered - Discussion Responses - What is meta synthesis - 8 protons and 8 neutrons - Hcs 325 organizational structure - Great expectations quote quiz - Lovelace carpet moscow mills mo - Research in Nursing - Sensible eco living trash can deodorizer tabs - Discussion - 2 questions 2 Separate answers - Hazard reporting procedure flow chart - Received cash from clients on account - Research project - Peter drucker management theory ppt - A1 dimensions in inches - Bob marley & the wailers get up stand up - Settling time first order system - Critical thinking 12th edition pdf - Lesson 7.2 practice a ratio in similar polygons - Gideon's trumpet characters - Millward brown digital google vehicle shopper path to purchase study - 1 what is etsy's business model and revenue model - Introduction to modern climate change andrew dessler - Hrm 300 total rewards plan worksheet - Big Data Science Analytics and Block chain - Kenneth w graves 87 tcm 1409 tc memo 2004 140 - Starry night elements and principles - Android read incoming sms programmatically - Hrsa data - Need the following 1. Reflection & Discussion post 2. Short essays. These are two seperate assignments with 500 words each. - 2.2 3 quiz graphing functions apex answers - What is vtp domainwhat is vtp domain - Proske brown architects adelaide - Examples of nursing interventions and rationales - ESSAY on earl graves - Statistical studies statistical investigations worksheet 2 answers - Create your own country assignment - WEEK II PART1 - How to reset hp 10bii financial calculator - 150 words summary - Coronation hall mundesley events - Unit 305 electrical systems design - Glenorchy new zealand postcode - Examples of education in to kill a mockingbird - Chapter 7 - Multiplexers and decoders - 4.1 1 statistical data exploration answers - Management information system case study - DiscussionC 4 - Millbrook unit kingsmill hospital - Human resource management case study examples with solution - How to calculate azimuth with interior angles - Wye connected induction motor - Op art movement in squares - Brian flatt diet pdf - Consumer behavior by wayne d hoyer deborah j macinnis pdf - Harmonizer is a maintenance role in groups - Bachelor of environmental design utas - Vacuum impregnation in histopathology - Heathrow terminal 5 case study - Disney swot analysis 2016 - Under armour financial report 2017 - False sensory perceptions that often take the form of hearing voices are called ________. - The mutual impact of organizational culture and structure - Disability rights movement in canada timeline - Dbms book by korth - Yung chicken wing father stretch my hands - How to calculate comparative advantage - I will do your homework for money - Best Strategies and Communication Methods for Handling Objections - Charlotte airport business valet