1

As part of a project work i am supposed to "implement" any network protocol of my choice. I googled for it but didnt find anything that would help a beginner like me to start off. Could anyone please give some ideas on where to begin? Thanks in advance!

PS: am not sure of the tags either.

2
  • en.wikipedia.org/wiki/Lists_of_network_protocols Commented Oct 5, 2012 at 15:14
  • If you are lazy, then implement the daytime protocol of RFC 867, it is only five lines of node.js :-) More seriously, is it really any protocol? There are many network protocols, of highly different complexities. Commented Oct 10, 2012 at 20:50

1 Answer 1

2

You can try DHCP. It is relatively simple and common.

http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol

To start you can cover the same subnet/vlan case. (Server client same subnet.) Next do the different subnet/vlan case if you have time.

Sign up to request clarification or add additional context in comments.

1 Comment

The Wikipedia article is OK but it would be better to warn the OP that, to implement a network protocol, you need to read the standard (here RFC 3315).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.