-
Notifications
You must be signed in to change notification settings - Fork 0
Networking Lab #2 Journal
Process Name: What process is currently running and has a connection.
Process ID: Numbers assigned to processes to have them organized when they become active.
Protocol: What protocol the process is using.
State: Whether a process is sending packets or not.
Local Address: The IP address of the process on the device.
Local Port: The port the process is using to connect to a different part of the device.
Remote Address: The address of the device the process is connected to.
Remote Port: The port the process is going to on the remote device specified by the remote address.
Create Time: The date and time the process was created.
Module Name: The name of the controller of the process.
Sent Packets: Amount of packets sent.
Recv Packets: Amount of packets received.
Sent Bytes: Amount of bytes sent.
Recv Bytes: Amount of bytes received.