Skip to content

Networking Lab #2 Journal

BenWare-FED edited this page Nov 2, 2023 · 1 revision

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.

Clone this wiki locally