Skip to content

Simulates a persistent and non-persistent Carrier Sense Multiple Access/Collision Detect (CSMA/CD) protocol in computer networking, written in Python.

Notifications You must be signed in to change notification settings

thanujann/CSMA-CD-Protocol-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CSMA/CD Protocol Simulator

Simulates a LAN to show the efficiency and throughput (in Mbps) of the persistent and non-persistent CSMA/CD protocol.

Network Parameters Used

Number of nodes connected to the LAN = 20, 40, 60, 80, and 100

Average packet arrival rate = 7, 10, and 20 packets/second

Speed of the LAN/channel = 1 Mbps

Packet length = 1500 bits

About

Simulates a persistent and non-persistent Carrier Sense Multiple Access/Collision Detect (CSMA/CD) protocol in computer networking, written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages