0

So I've been reading for some time about this model. And I couldn't find an answer for the following question: I know that one of layer 6s jobs is to decide on a format for the data that it received from layer 7. For example .jpg. How does it know what format to add? Thanks !

Alex_t
  • 134
  • 4
  • You know that the presentation layer is almost never used in practice, right? – Yu Hao Dec 10 '14 at 12:47
  • Yep, i still need to study it though.. – Alex_t Dec 10 '14 at 12:56
  • You know that in the real world there is no such thing as a presentation layer? That this is just an abstract concept in an abstract model that corresponds to nothing in the real world? Tell your teacher. – user207421 Mar 10 '17 at 08:54

1 Answers1

0

ISO's OSI Model is a reference model for communication (theoretical). According to it's guideleines, the TCP/IP protocol suite is developed (practical). Also, Presentation and Session layers are eliminated from actual TCP/IP protocol suite implementation. That being said, the answer to your question is, that one of the application layer protocol just passes the *.jpg file to transport layer as pure binary "data".

Narendra Petkar
  • 480
  • 1
  • 4
  • 10