PPP Data Path Completion using Dummy Network Interface Term Project
Goal of Term project 3
1. Completes the user level PPP program - Making a connection on both sides of the program YOU made
2. Try to make the full data path from the UDP application to the user level PPP - All the source code required for the assignment is provided.
But you have to do it yourself and write the results in the report.
Dummy Network Interface -
-Dummy net driver
- No physical device
- Do not transmit packets
- Do not have reception function
- Provide a device to point a route through
-In this term project, we provide a source code of dummy net driver module to you.
- this code includes the transmission & reception functions. In other words, you do not need to modify the code
Dummy Network Interface -
-Create and install dummy network interface module
-Set up dummy network interface
A IP address should same as IP address that you specified in your PPP program
Socket Programming - Create a INET server socket and bind to dummy network interface
Complete data path through PPP:
1- Add/modify transmission/reception functions in dummy network interface
2- Implement data exchange between dummy interface and PPP program
3- Create a INET socket program to data exchange with correspondence
4- Capture exchanged packets.
Attachment:- Assignment.rar