you are wonderful as you are blue you are as blue as the sky the sky is beautiful as u are too you are red as Rose's and Rose's are full of you winter time is the mood full of winter and snow
You need some more criteria. Is this a webpage? If so.. What language(s) are applicable for writing your web application. My profession is systems development, do I do a lot of fronte-end/ back-end development. I don't mind helping, just need some more information. If not what resource does this need to be created in?
The Application layer creates a message.
The Application layer passes the message to the Presentation layer.
The Presentation layer encapsulates the message by adding information to it. Information is usually added only at the beginning of the message (called a header); however, some layers also add material at the end of the message (called a footer)
The process of passing the message down and adding layer-specific information continues until the message reaches the Physical layer.
At the Physical layer, the message is converted into electrical impulses that represent bits and is transmitted over the physical connection.
The receiving computer captures the bits from the physical connection and re-creates the message in the Physical layer.
The Physical layer converts the message from bits into a Data Link frame and sends the message up to the Data Link layer.
The Data Link layer strips its information and sends the message up to the Network layer.
This process of deencapsulation is performed until the message reaches the Application layer.
When the message reaches the Application layer, the data in the message is sent to the intended software recipient.