CN lab report 1
CN lab report 1
1.Introduction:
Project Description:
This project demonstrates the implementation of a basic network
topology using the Omnet++ network simulator. The network
consists of three interconnected nodes, forming a simple circular
topology. Each node will transmit and receive data packets,
simulating basic network communication.
2. Network Description:
Step 1: Adding NED File:
Network Description:
The network, named "lab1net_09," consists of three identical
nodes labeled "A," "B," and "C." Each node is an instance of the
"lab1node_09" compound module. The nodes are interconnected
in a circular fashion:
Description:
The "omnetpp.ini" file contains configuration parameters for the
simulation. It specifies:
3. Result Analysis:
Description and Screenshot of Output and Elog File:
The "Output" file displays simulation-related information,
including:
4. Conclusion
This project successfully implemented a simple network topology
using the Omnet++ simulator. The project demonstrated the
creation of network models, defining node behavior through C++
code, configuring simulation parameters, and interpreting the
simulation results. This simple example serves as a foundation for
building more complex and realistic network simulations.