I found out about packet sniffers today, and installed Wireshark.
With every thing that I know of (email, web, download managers, etc.)
shut down, I still have tons of packet activity. Is that normal?
I have no idea how to make sense of what's going on, but there are
many different IP's as the source, with the IP of my PC as the
destination.
Remember that a packet sniffer only shows data going through the switchport
which you are connected to. If you are using an ethernet switch, you will
not be able to see data going between other switchports. You need to be
connected to a hub in order to see data from all ports. If your switch has
a feature to allow a port to see all data on another port, then you can
properly sniff another computer's traffic. Otherwise you need to put your
sniffer software on the PC which is connected to the port that you want to
monitor.
If this is unclear, reference how an ethernet switch communicates unicast,
multicast, and broadcast traffic for a more clear reason for sniffing
complications.
There will be ethernet frame activity even if the hosts (PCs, Xbox, etc...)
are not actively trying to make a connection. You need to be aware of what
frames and packets are going across the network when the hosts are idle:
- ARP resolves MAC addresses for IP addresses. Hosts will broadcast to
determine the MAC address to send traffic to for certian IP addresses or
determine the MAC address of their default gateway for IP addresses outside
of their IP subnet.
- DHCP traffic will exchange when hosts without a static IP address boot
- DNS traffic will exchange
- Cisco routers and switches, by default, will send Cisco Discovery
Protocol (CDP) every minute
- Cisco routers and switches may send loop packets to determine if loops
exist and if interfaces are up
- Ethernet switches supporting spanning-tree protocol will send bridge
protocol data units (BPDU) every 2 seconds to check for other spanning-tree
switches and ethernet loops
- Microsoft PCs running NetBIOS processes will advertise for a browse
master every so often and perform election processes
Also, Microsoft Windows Update will run after Windows PCs boot. This is
attempted even if the PC is not connected to the Internet because the
computer checks for a connection after booting.
-----
Scott Perry
Indianpolis, IN
-----
<Mitch@_._> wrote in message
news:aa04b412t1m3h6pps...@4ax.com...
-----
Scott Perry
Indianapolis, IN
-----
<Mitch@_._> wrote in message
news:cpc5b49fhgi4d2n5e...@4ax.com...
>You would have to live in the same city.
My house if for sale as we speak. :-)
I would love to get something where I could learn on-the-job, but I
know that's a pipe dream these days.
And you must use a hub to do that.
Regards,
Brunno Lopes
Thanks. This stuff is more fascinating than I expected it to be.
After reading about the OSI and TCP/IP, I have a whole new respect for
what goes on when I click a link.