Network Media, models and number systems

Slides:



Advertisements
Similar presentations
By: Kody Shaw. There are many different ways to identify a network in our society. These characteristics are: What area the network serves How it stores.
Advertisements

Web Page Design Chapter 1 Introducing Networks and the Internet.
Networks Workbook.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Dr. Omar Al Jadaan The Internet. Internet Service Provider (ISP) Content Providers: create and maintained material that can be accessed using the internet.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 06 Peer-to-Peer VS Client-Server.
CLIENT SERVER VS PEER TO PEER Networks. Lesson objectives Candidates should understand the advantages and disadvantages of: client server networks peer.
NETWORK SERVERS Oliver Topping (with a little help from my Mum)
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
How computer’s are linked together.
Objectives  To define network  To identify use of network  To differentiate major types of network  To identify basic networking terminologies  To.
Networks Network topologies. Networks Network topology Is the way the devices are arranged in a network In a wired network, it shows how the computers.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Welcome to working with the cloud &. Cloud computing: The practice of using a network of remote servers hosted on the Internet to store, manage, and process.
Networking Classification A network is two or more computers that are connected 1 There size 2 Their Servers.
XP Browser and Basics COM111 Introduction to Computer Applications.
Browser Wars (Click on the logo to see the performance)
Communications & Networks National 4 & 5 Computing Science.
Client – Server Architecture A Basic Introduction 1.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
Mr C Johnston ICT Teacher BTEC IT Unit 09 - Lesson 09 Network Services.
Chapter 3.  The advantages and disadvantages of: ◦ Client-Server Networks & ◦ Peer-to-Peer Networks.
 client  client/server network  communication hardware  extranet  firewall  hacker  Internet  intranet  local area network (LAN)  Network 
COMPUTER NETWORKS Quizzes 5% First practical exam 5% Final practical exam 10% LANGUAGE.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
Networks : What is a network? A Network is formed when 2 or more computers (devices) are linked together. Every computer or device on a network can send.
Networking Chapter 7. This presentation covers What is a network? Types of network.
1.4 wired and wireless networks lesson 1
Chapter 7: Using Windows Servers
Nat 4/5 Computing Science Software
Computer network Ch.5.
Computer Networking Fundamentals
CT1503 Network Operating System
Connecting Desktops and Laptops to Networks
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Computer Networks Part 1
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
Active Server Pages Computer Science 40S.
Computer Roles in a Network
Instructor Materials Chapter 1 Ever Wonder How It Works?
Network Operating Systems (NOS)
E-commerce | WWW World Wide Web - Concepts
Lecture 1: Network Operating Systems (NOS)
E-commerce | WWW World Wide Web - Concepts
Some bits on how it works
3.1 Types of Servers.
How does it do that? Introducing Computer Software
Introduction to Computers
Client-Server Computing
Client-Server Computing
Providing Network Services
THE INTERNET.
Network Services.
The “Internet”.
Comparison of LAN, MAN, WAN
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Network Models, Hardware, Protocols and number systems
Network Media, models and number systems
Computer communications
Communications & Computer Networks Resource Notes - Introduction
GCSE OCR 3 A451 Computing Client-server and peer-to-peer networks
Peer-to-Peer Client-server.
Digital Literacy 1.00 Computer Basics
Client/Server and Peer to Peer
Objectives Explain the role of computers in client-server and peer-to-peer networks Explain the advantages and disadvantages of client- server and peer-to-peer.
Presentation transcript:

Network Media, models and number systems 2018-2019 Term1 Network Media, models and number systems

Network Models ( peer to peer and client server) models Unit2 Objectives: Network Models ( peer to peer and client server) models Convert between binary, denary and hexadecimal numbers Convert Binary to Denary

Network Models

Clients and Servers Powerful computer (servers) provides resources to small computers called clients. Servers have software installed that enable them to provide information and services, like email or web pages, to other hosts on the network. Each service requires separate server software.

Types of servers File Server Web Server Database Server Game Server Gives clients space to save and get files Stores and gives clients access to webpages Gives access to a database to store and get data Application servers gives clients access to gaming service

Clients and Servers Clients (hosts) are computer that have software to request and display the information obtained from the server. An example of client software is a web browser, such as Internet Explorer, Safari, Mozilla Firefox or Chrome.

Clients and Servers Model Advantages Easy to manage (one administrator) High security All files backed up. Clients can get programs from server Easy to add more computers Disadvantages Costly If server is down no work can be done Not easy to set up

Peer to Peer Network Model All computers are equal. All computers can act as clients and servers. Example : sending pictures by Bluetooth from your phone to laptop

Peer to Peer Network Model Advantages Easy to setup Less complex Cheaper Can be used for simple tasks, ( transferring files and sharing printers) Disadvantages No centralized administration Not secured Can not add more computers Network is slow because all devices may act as both clients and servers

Book Activity – P67

Binary and hexadecimal Denary System The number system we use every day, based on 10 digits (0,1,2,3,4,5,6,7,8,9)

Binary and hexadecimal Binary System The number system that uses 0s and 1s to represent each bit. This base two numbering system

Converting Denary to Binary Convert 5 from denary to binary Remainder

Converting Denary to Binary Book Activity P-69 2 3 1101

Converting Denary to Binary Book Activity P-70 22 5 1 1 1 10110

Book Activities Book Activity P-71-72 Home Work Assignment

Converting Denary to Binary One Minute Activity Converting Denary to Binary Convert the number 220 to binary number and be the Winner

Converting Binary to Denary To convert a number from binary to denary let’s follow this method 128 64 32 16 8 4 2 1 1+4+8 =13 x2 x2 x2 x2 x2 x2 x2 4 15

Book Activities Book Activity P-74