Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.

Slides:



Advertisements
Similar presentations
3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations.
Advertisements

Computer Fundamentals Multimedia MSCH 233 Lecture 10.
Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Chapter 11 Media and Interactivity Basics Key Concepts
Charmaine NormanCopyright What Is a Web Page Presented by Webpagemaker. Net Left click your mouse to view each frame, Web Page.
Internet Research Internet Applications. The Internet is not the Web Because of the great popularity of the World Wide Web, people think the Internet.
Sounds, Images & Other Objects Website Production.
3.02C Multimedia Fair Uses Guidelines and Elements
3.02 Publishing Animations
WMES3103 : INFORMATION RETRIEVAL
Review of Chapters 12, 13 & 14 Transport Layer Session Layer Presentation Layer.
IT-Academic Technology Services Using Microsoft PowerPoint 2010 for Digital Storytelling.
Software and Multimedia
HYPERTEXT MARKUP LANGUAGE (HTML)
HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
Media File Formats Jon Ivins, DMU. Text Files n Two types n 1. Plain text (unformatted) u ASCII Character set is most common u 7 bits are used u This.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Digital Camcorder and Video Computer Multimedia. Two most important factors that make up a video Frames per second ( fps ) The resolution ( # of pixels.
Discovering Computers 2010 Chapter 2 The Internet and World Wide Web.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
Multimedia and The Web.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
3.2 Data Portability. Overview Understand the need for data compression and software needed to compress/decompress data. Identify common file types such.
1.1 What is Multimedia Multimedia
3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
1 1 Introduction to Computer Science بسم الله الرحمن الرحيم MULTIMEDIA LEVEL -9 King Khalid University Kingdom of Saudi Arabia Ministry of Higher Education.
GIF - Graphics Interchange Format JPEG - Joint Photographic Experts Group PNG - Portable Network Graphics GIF images are limited to the 8 bit palette which.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Multimedia From Greenlaw/Hepp, In-line/On-line: Fundamentals of the Internet and the World Wide Web 1 Introduction Important Multimedia Issues Audio Movies.
The Internet and the World Wide Web (ch. 7) Internet-based communications other Internet services the World Wide Web.
Chapter Ten The Application and Presentation Layers.
File Format. Graphics file Format GIF (Graphics Interchange Format) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) TIFF (Tag.
File Format. Graphic file Format GIF –cross-platform compatibility –developed by CompuServe as a common format for exchanging bitmapped images between.
Cisco – Chapters Layers 4, 5, and 6 More Details.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
File Analysis Dr. John P. Abraham Professor UTPA.
Chap 14 Presentation Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
CSCI-100 Introduction to Computing Hardware Part II.
Session and Presentation Layers Honolulu Community College Cisco Academy Training Center Semester 1 Version
Current Information To help you find current news and information, many search engines and directories include a hyperlink to a "What's new" page. Many.
MULTIMEDIA Multimedia is the field concerned with the computer- controlled integration of text, graphics, drawings, still and moving images (Video), animation,
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
A SSIGNMENT #3 Com tech. ANSL HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink.
Free Powerpoint Templates Page 1 Free Powerpoint Templates CHAPTER 1 LAB 1.1 Web Server.
Networks Standardisation & Protocols. Learning Objectives Explain the advantages of standardisation and describe some areas of standardisation such as.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Software and Multimedia
3.01C Multimedia Fair Uses Guidelines and Elements
Software and Multimedia
The Internet and the World Wide Web (ch. 7)
Web Design and Development
2.01 Understand Digital Raster Graphics
3.01C Multimedia Elements and Guidelines
3.01C Multimedia Fair Uses Guidelines and Elements
2.01 Understand Digital Raster Graphics
3.01C Multimedia Fair Uses Guidelines and Elements
Lesson 5: Multimedia on the Web
3.01C Multimedia Elements and Guidelines
Multimedia Production
(c) V/2-Com (Verhaart) Multimedia Elements & standards 4/15/2019 (c) V/2-Com (Verhaart)
3.01C Multimedia Fair Uses Guidelines and Elements
Presentation transcript:

Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer

Explain the presentation layer in simple terms The presentation layer is responsible for presenting data in a form that the receiving device can understand. To better understand the concept, use the analogy of two people speaking different languages. The only way for them to understand each other is to have another person translate. The presentation layer serves as the translator for devices that need to communicate over a network.

Layer 6, the presentation layer, provides three main functions. Data formatting (presentaion) Data encryption Data compression After receiving data from the application layer, the presentation layer performs one, or all, of its functions on the data before it sends them to the session layer

The first system uses Extended Binary Coded Decimal Interchange Code (EBCDIC) to represent characters onscreen, and the second system uses American Standard Code Internet Interchange (ASCII). (Note: Most personal computers use ASCII, while mainframe computers traditionally use EBCDIC.) Layer 6 provides the translation between these two different types of codes that represent text.

Layer 6 standards also determine how graphic images are presented. PICT - a picture format used to transfer QuickDraw graphics between programs on the MAC operating system TIFF - a format for high resolution, bit-mapped images JPEG - Joint Photographic Experts Group format GIF - Still images Layer 6 standards guide the presentation of sound and movies. MIDI – (Musical Instrument Digital Interface) for digitized music MPEG – (Motion Picture Experts Group) standard for the compression and coding of motion video for CDs, digital storage, and bit rates up to 1.5 MBPS. QuickTime - a standard that handles audio and video for programs on a MAC operating system

ASCII and EBCDIC are used to format text. ASCII text files contain simple character data, and lack any sophisticated formatting commands that word processors would typically apply to document. Notepad is an example of an application that uses and creates text files.

EBCDIC is very similar to ASCII in that it also does not use any sophisticated formatting. The main difference between the two is that EBCDIC is primarily used on mainframes and ASCII is used on personal computers. Another common file format is binary. Binary files contain special coded data that can only be read by specific software applications. Programs such as FTP use the binary file type to transfer files.

The Internet uses two file formats to display images, Graphic Interchange Format (GIF) and Joint Photographic Experts Group (JPEG). Any computer with a reader for the GIF and JPEG file formats can read these file types, regardless of the type of computer. Readers are software programs designed to display an image of a particular file type

Binary file is the multimedia file format, which stores sounds, music, and video. Sound files operate in one of two ways. They may be completely downloaded, first, and then played, They may download while they are playing ( streaming audio). Windows uses the WAV format for sound, and the AVI format for animation files. A few of the more common video formats are MPEG, MPEG2, and Macintosh QuickTime.

Describe markup language formats Another type of file format is markup language. This format acts as a set of directions that tell a web browser how to display and manage documents. Hypertext Markup Language (HTML) is the language of the Internet. HTML directions tell a browser whether to display text, or a hyperlink to another URL. HTML is not a programming language, but a set of directions for displaying a page.

Layer 6 is responsible for data encryption. Data encryption protects information during its transmision. Financial transactions (e.g. credit card information) use encryption to protect sensitive information as it traverses the Internet. An encryption key is used to encrypt the data at its source and then to decrypt the data at its destination.

The presentation layer is also responsible for the compression of files. Compression works by using algorithms (complex mathematical formulas) to shrink the size of the file. The algorithm searches the file for repeating bit patterns, and then replaces them with a token. A token is a much shorter bit pattern that represents the long pattern. A simple analogy might be the name Cathy (the nickname), the token, to refer to anyone whose full name is Catherine. The End