WJEC GCSE Computer Science

Slides:



Advertisements
Similar presentations
GCSE ICT Networks & Security..
Advertisements

The Internet By Rory Gallagher. What is The Internet? The internet is a worldwide, publicly accessible network of interconnected computer networks. The.
By the end of this section, you will know and understand the hardware and software involved in making a LAN!
Networking at Home and Abroad
Reducing File Sizes. File Formats In this lesson, we will be looking at: How do we measure file size? Why are some files bigger than others? Why should.
11 Networks The Great Information Exchange. 2 Networking Fundamentals Computer network: Two or more computers connected together Each is a Node Benefits.
ISP (INTERNET SERVICE PROVIDERS).  An ISP (or Internet Service Provider) is a company that offers users a connection to the internet. WHAT IS AN ISP?
Unit 1 Network Speed Learning Objectives: Understand the network media Understand that network data speeds are measured in bits per second.
Computer Networks All you need to know. What is a computer network? Two or more computers connected together so that they can communicate with each other.
Transfer of data in ICT systems This section covers: Elements of a network Characteristics of a network Communication of data and use of communication.
Network Basics. Outline Objective Types of Networks LAN Topologies LAN Networking Standards Network Devices Dial-Up Access Ethernet Wiring Summary References.
Network Environments. Communications Networks LAN – Local Area Network Collection of Computers and peripherals with a common connection in one building.
Networks.
9/4/01Mary Price - The Internet1 9/4/01Mary Price - The Internet 2 T h e I n t e r n e t ? I n t e r n a t i o n a l N e t w o r k.
Communication Systems The Internet The largest wide area network in the world. It is made up of thousands of linked networks. What.
Networking Relationships What is a computer network?
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Basic Computer Knowledge. Outline Notes 1 Notes 2 Assessment.
Connectivity  The ability of a computer to communicate with others Sending Device Communications Device Communications Channel Communications Device Receiving.
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
Connectivity Devices. Network Interface Card (NIC) Allow user to connect to networks via Ethernet cable or Wi-Fi Nowadays integrally fitted into the.
 It is the transmission of data from one place to another.  A data communication system is made up from hardware, software and communications facilities.
Transferring data.  Most commercial computer users need to allow their employees to share data.  It also needs more than one employee to access the.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Sound (analogue signal). time Sound (analogue signal) time.
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
1 CP586 © Peter Lo 2003 Multimedia Communication Bandwidth & Basic Web Terminology.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
CONNECTING TO THE INTERNET THROUGH ISP. WHAT IS INTERNET? The Internet is a worldwide collection of computer networks, cooperating with each other to.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 9 Networks and Communications.
Information Systems Design and Development Media Types Computing Science.
Networks Standardisation & Protocols. Learning Objectives Explain the advantages of standardisation and describe some areas of standardisation such as.
ISPs (Internet Service Providers). What is an ISP? An ISP (or Internet Service Provider) is a company that offers users a connection to the internet.
INFORMATION TECHNOLOGY (IT)‏. INFORMATION SYSTEMS What do the information system do? Information systems collect, organize, store, process, retrieve and.
By: Hunza, Omar and Anum Chapter 4 pg(76-79).
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
2E, F, G, H, I Component 2.
Edited by : Noor Al-Hareqi
Edited by : Noor Al-Hareqi
Instructor Materials Chapter 1 Ever Wonder How It Works?
The Internet Networks This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
3 Computing System Fundamentals
KANYA VIDYALAYA DEHUGAON SUB:-ICT
OCR Computing for GCSE © Hodder Education 2011
The Internet Networks This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
BIF713 Managing Disk Space.
Planning & System Installation
Transfer of data in ICT systems
McGraw-Hill Technology Education
Wednesday, September 19, 2018 What Is the Internet?
Communications, Networks, the Internet, and the World Wide Web
Network Types & Speed Learning Objectives:
الفصل الثالث نقل البيانات وشبكات الحاسوب
Edited by : Noor Al-Hareqi
Information Technology Fundamentals
1. Explain how ASCII is used to represent text in a computer system
ISPs (Internet Service Providers)
Introduction to Networks
Internet Technologies
McGraw-Hill Technology Education
Networking at Home and Abroad
Number Systems Instructions, Compression & Truth Tables.
Digital Literacy 1.00 Computer Basics
Edited by : Noor Al-Hareqi
WJEC GCSE Computer Science
WJEC GCSE Computer Science
WJEC GCSE Computer Science
By Hussein Alhashimi.
CS 111 – Sept Beyond the CPU and memory
Presentation transcript:

WJEC GCSE Computer Science Unit 1 Internet Hardware and Compression

Objectives To describe how data is sent over the Internet including: The hardware necessary to connect to the Internet Common File Standards associated with the Internet Compression Techniques such as Lossy and Lossless compression To explain the difference between the Internet and the World Wide Web

The Internet and the World Wide Web The World Wide Web (www) is the name given to the vast collection of web pages which are stored on the Internet. The Internet is the underlying infrastructure; a worldwide collection of connected computer networks (WAN).

Hardware needed to connect to the Internet Most computer systems use a modem to connect to the Internet. A modem, the abbreviation of modulator/demodulator, is a device which allows digital computer systems to communicate over analogue systems, most commonly the telephone network. Traditionally, whilst a modem was in use, the telephone line would be unavailable to make telephone calls. Broadband modems were later released which allowed for faster data transfer and would also allow users to make telephone calls over the same line at the same time.

Hardware needed to connect to the Internet A third common type of hardware used to connect to the Internet is a media converter, which allows computer systems to connect to the Internet using fibre optic cable. Typical data transfer speeds Modem: 56.6 Kbps Broadband modem: 8 – 24 Mbps Fibre optic: 100 Mbps

Common file standards associated with the Internet

Workbook Complete section 5 Q1-2

Compression Compression is the process of making a file size smaller. This may be advantageous as it allows more data to be stored on the disk and files may also be transferred more quickly. There are two primary methods that are used to compress files stored on a computer system; these are lossy and lossless.

Lossless Compression Lossless compression uses an algorithm that compresses data into a form that may be decompressed at a later time without any loss of data, returning the file into its exact original form. It is preferred to lossy compression when the loss of any detail, for example in a computer program or a word-processed document, could have a detrimental effect.

Lossless Compression A simplified version of lossless compression on a word-processed document may to be to replace a common string, such as ‘the’, with a token such as the symbol @. One character takes 1 byte of memory. Therefore, the string ‘the’ would take 3 bytes.

Lossy Compression Lossy compression is a data compression technique that compresses the file size by discarding some of the data. The technique aims to reduce the amount of data that needs to be stored.

Lossy Compression Lossy compression is also used to compress multimedia data, such as sound and video, especially in applications that stream media over the Internet.

Workbook Complete section 5 Q3