U want to write a NEW network protocol ? What's wrong with the existing ones like TCP/IP
The nature of the question implies you know little of software coding or you would know the language you need, and would not ask for "every detail" But I'll try.
0 1
It's all there as it needs to work in BINARY
2007-10-15 05:24:22
·
answer #1
·
answered by stu_the_kilted_scot 7
·
1⤊
1⤋
A network protocol defines a "language" of rules and conventions for communication between network devices. A protocol includes formatting rules that specify how data is packaged into messages. It also may include conventions like message acknowledgement or data compression to support reliable and/or high-performance network communication.
Network protocols like HTTP, TCP/IP, and SMTP provide a foundation that much of the Internet is built on. Find out more about these protocols and how they work.
IP and IPv6
FireWire
DHCP
PPPoE
FTP
TCP and UDP DNS
2007-10-15 05:26:49
·
answer #2
·
answered by Robert S 6
·
1⤊
1⤋
A protocol is not a computer language. It's a standard or a set of rules. To write one is not something we do alone in the vast word of computers. You can particiapte in protocol groups and help form them and their evolution. You can also design your own protocol for a specific use or piece of equipment.
For example: HTTP is set of rules (a protocol) for Hypertext used in this web page. It was developed as a standard and then applied to web browsers.
Their are many protocols that help deliver that HTTP page to you, such as TCP,IP, UDP, etc.....
Hope this helps
P
2007-10-15 05:32:03
·
answer #3
·
answered by forest_bug 3
·
0⤊
0⤋
A protocol can be defined as the rules governing the syntax, semantics, and synchronization of communication. Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection. So it's the rules AND the software that defines it.
2016-05-22 18:25:10
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
You do not need to write a new protocol,HTTP,TCP/IP, etcetera have it pretty much covered,unless you are doing a project,then find a free on line course,such as Pro-Prof. and query their data base for some ideas.
2007-10-15 05:39:25
·
answer #5
·
answered by shane c 5
·
1⤊
1⤋