Basics of computer Franck Theeten CABIN training, June 2013 Royal Museum for Central Africa, Tervuren.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Basic Computer Vocabulary
Computer Basics I Course Outline 1: What is a computer? 2: What is an operating system? Using a Desktop Computer 3: What are the basic parts of a desktop.
Linux+ Guide to Linux Certification, Second Edition
Computer Parts Assignment
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
The Internet Useful Definitions and Concepts About the Internet.
Summer Blooms By: Summer Halwas-Morgan. Top 5 Products.
 Proxy Servers are software that act as intermediaries between client and servers on the Internet.  They help users on private networks get information.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Computers They're Not Magic! (for the most part)‏ Adapted from Ryan Moore.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
BASIC COMPUTER OPERATION. OUTLINE Computer Hardware Computer Hardware Operating systems Operating systems Terms Terms Disk capacities Disk capacities.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Computer Basics Diagram
BASIC COMPUTER OPERATION Gülçin Sağdıçoğlu Celep Department of Mathematics METU 2003.
Review for Exam 4 School of Business Eastern Illinois University © Abdou Illia, Spring 2007.
Fall 2005 By: H. Veisi Computer networks course Olum-fonoon Babol Chapter 7 The Application Layer.
Internal NetworkExternal Network. Hub Internal NetworkExternal Network WS.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
思科网络技术学院理事会. 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
The PC The PC is a standard computing platform, built around a EISA bus (1988) –IBM compatible –“Intel Architecture” from Intel or AMD or other companies.
Computer Networks. IP Addresses Before we communicate with a computer on the network we have to be able to identify it. Every computer on a network must.
ROM Read Only Memory “…computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only.
1. 2 First Things First: Internet and Web Basics Chapter 1.
TERMS TO KNOW. Desktop This does not mean a computer desktop vs. a laptop. You probably keep a number of commonly used items on your desk at home such.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
CPS120: Introduction to Computer Science Introduction to Computers.
The System Unit What is the motherboard?  Also called the system board  Main circuit board in the system unit  Contains many electronic components.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Review Everything you need to know for the 1 st Quarter Test.
Introduction to Computer and Computer Networking: Part I Xiangming Mu 9/16/2004.
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
Computer Basic Vocabulary
Lab 11 Overview Windows Server Last Labs Lab 12  Cisco Firewall.
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
TCP/IP (Transmission Control Protocol / Internet Protocol)
Accessing Evitech network via FTP by Susan Jansson.
ITGS Network Architecture. ITGS Network architecture –The way computers are logically organized on a network, and the role each takes. Client/server network.
The Computer System CS 103: Computers and Application Software.
Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.
Enterprise Network Systems Client/ Server Mark Clements.
Information Technology Essentials Deloris Y. McBride.
Linux Operations and Administration
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
Keyboarding Definitions. CD-Rom A CD-Rom is a compact disc used as a read- only memory device for a computer system. Read-only means you cannot make any.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
Important skills for Computer Based Researching Peter Szluka, Attila Skulteti
Relevant Computer Info. The Computer Consists of: Hardware –The CPU and motherboard (and bus) –Storage Devices (hard disk, memory, …) –Input Devices (keyboard,
The purpose of a CPU is to process data Custom written software is created for a user to meet exact purpose Off the shelf software is developed by a software.
Internet.
Computer and Internet Basics
Introduction to Computers Mrs. Gambucci
Computer Science II Chapter 1.
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Chapter 10: Application Layer
IIS.
Computer Hardware Computer Technology Jeopardy Review
BASIC COMPUTER OPERATION
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Chap 2. Computer Fundamentals
The System Unit By: Cole and Mariah.
Presentation transcript:

Basics of computer Franck Theeten CABIN training, June 2013 Royal Museum for Central Africa, Tervuren

History 1937: Turing Machine: abstract representation of a computer (tape recorder) that can automatically solves any problem represented in its own alphabet (WWII) first computers (Z1, Mark I, ENIAC) Circa 1980: development of the personnal computer (IBM PC) Circa 1997: development of the INTERNET (via the HTTP protocols) Circa 2005: development of the smartphones

Source: Wikipedia 1: screen 2: motherboard (intenal) 3: Central Processing Unit 4: Random Access Memory 5: Expansion connectors 6: Power supply 7: CD Reader 8: Hard disk drive 9: keyboard 10: mouse

The Motherboard Processing the information No permanent storage RAM CPU Bus (exchange circuit) Hard disk drive RAM: Temporary copy of the information (closer from the CPU)

Binary (I) Assembly is the fundamental language of the CPU Only 2 signs: 0 and 1 2 operations: addition and substraction Computer doesn’t count on base 10 but on base 2 (binary)

Binary (II) BIT: basic storage unit (‘0’ or ‘1’) Byte: word of 8 bit (for signs) => => => => =>5

Binary (III) BIT: (‘0’ or ‘1’) Byte: word of 8 bits => basic storage unit

Binary (IV) => = => = =>?

Alphabetical characters (I) Everything has to be translated to binary numbers Including letters ans signs –ASCII: transposition table of 7 bits=> only 128 characters (non accented) –ASCII with extension (8 bits)=> 128 signs from ASCII extensions (codepages) for several alphabets (different extensions) –Compatibility problems between the extensions –Non european characters not taken into account

Alphabetical characters (II) –Unicode: transposition table of 2 bytes (255*255 characters = possibles characters) eg: ﻍ ♂♀  ĭ –UTF-8: unicode where the most current unaccented european characters are stored on 1 byte (win space!), the others characters on 2 bytes

Alphabetical characters (III) Note: The Windows notepad can easily convert documents from ascii to unicode o UTF-8 when clicking on « save as » Very useful for converting documents between software and platforms raw text documents only, not Word!.

Networks

Network : IP address A computer in a network is identified by an IP (‘Internet Protocol) address –32 bits/4 bytes : eg: bits range (IPv4) is becoming too small at global scale: IPv6 next protocol with 128 bits/8 bytes

Network : IP address How to know your own ip adress? Windows: –open «cmd » –write ‘ipconfig’ Linux: –open «shell » –write ‘ifconfig’

Networks : IP address

Networks : address resolving On the Internet, as an individual customer, you more than likely have a temporary IP adress DHCP (Dynamic Host Configuration Protocol) server: the service of a provider allocating and changing the IP address of a single station (average duration lease : 3 days)

Networks : address resolving Most of time you don’t use an IP address, but a « textual » HTTP address (Hyper text transfer protocol) to acces resource: e.g: Reponse:

Networks : address resolving page/cabin_call_2013 The Server address The first « / » The page on the server

Networks : address resolving The Server address

Networks : address resolving This server address actually corresponds to an IP address: The Server address

Networks : address resolving Inserting the IP in the browser also retrieves a page from the same server

Networks : address resolving Domain Name Server (‘DNS’): Service establishing the correspondance between the IP adress ( ) and the domain name adress m.be m.be

Networks: address resolving Resolving an adress: from right to left (global to specific) –.be => service in Belgium –.africamuseum.be => server at the Royal Museum for Central Africa –cybertaxonomy.africamuseum.be => website from the cybertaxonomy service –cabin.cybertaxonomy.africamuseum.be => cabin part of the cybertaxonomy website => Several cascading DNS servers are used (first a global one to get the domain of country: «..be », and finally an internal one for the service inside of the museum

Networks: address resolving Resolving an adress: by cascading DNS –.be –.africamuseum.be –cybertaxonomy.africamuseum.be –cabin.cybertaxonomy.africamuseum.be

Networks: DNS On the Internet, an institution having his own websites probably uses a permanent Internet Address and DNS entry (≠ individual temporary DHCP address) –Commercial service from the Internet Sevice Provider or address available from public authorities

Network:nslookup How to know the ip adress of a website? Windows: –open «cmd » –write ‘nslookup ’ Linux: –open «shell » –write ‘nslookup ’

Network: nslookup Example of ‘nslookup’ query

Network: Port A computer in a network is identified by an IP (‘Internet Protocol) address 32 bits/4 bytes : eg: A service in a computer is identified by a port number Eg. Port number for web page (enabled by default) Server adress

Network: port Port numbers, examples: – (web pages, can be omitted) – (FTP: service to directly uload or download files that can handle deconnection) – (secured FTP) – (MySQL database) –…

Network: firewall firewallA firewall –Can disallow network traffic from/to a specific IP address (to block a server) Domain (to block a domain) Port (to block a software) –Can disallow Incoming traffic to prevent the installation of malicious programs ( spyware; trojan, worms) Outgoing traffic (to prevent already installed viruses to dispatch information of infect others-