Skip to content
#

ack

Here are 77 public repositories matching this topic...

In this project , you will emulate the operation of a link layer and network layer protocol in a small computer network. You will start several nodes so that they can send packets to each other as if there are links between them. Running as an independent node, your program should implement a simple version of GoBack-N Protocol Link Layer

  • Updated Jun 2, 2023
  • Python

A port scanner is a program that automatically detects security weaknesses in a remote or localhost. When hackers attack a site, they often try each port in turn to see which are available and not blocked by a firewall or TCP wrapper. This scan can be recognized by a series of packets from one host to another in a short period of time. Port scan…

  • Updated May 7, 2022
  • Python

Improve this page

Add a description, image, and links to the ack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ack topic, visit your repo's landing page and select "manage topics."

Learn more