Explain the role of MIME types in HTTP communication.

  • Describes the content type of a resource
  • Determines the location of a resource
  • Specifies the encryption algorithm used for communication
  • Specifies the size of a resource
MIME types in HTTP communication refer to identifiers that define the nature and format of a resource being transmitted. This includes information about the content type, such as text/html for HTML documents, image/jpeg for JPEG images, and application/json for JSON data. This information is crucial for web browsers and other clients to interpret and handle the received content correctly.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *