Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- ... how the data bytes is structured inside the frame packet... I know about TCP/IP or UDP/IP and how they are structured, but what I need is the application layer protocols. Please I need someone to help me with this as I don't have much experience with network links and protocols. --- Quote End --- What you are seeking are called "The RFC's", the definitive documents for the protocols maintained by IETF. e.g. FTP is RFC959 https://tools.ietf.org/html/rfc959 HTTP v1.1 is RFC2616 https://tools.ietf.org/html/rfc2616 Due to the relative complexity, implementing application layer protocols such as these is not commonly done in HDL. It is much more common to use a processor and software (NIOS+InterNiche stack, for example).