• Tidak ada hasil yang ditemukan

My Introduction - Computer and telecomunication system

N/A
N/A
Protected

Academic year: 2019

Membagikan "My Introduction - Computer and telecomunication system"

Copied!
52
0
0

Teks penuh

(1)

My Introduction

Name : Kustanto

Address: Perum. Puri Malangjiwan 3.

N0. 12. Colomadu

Highest education: S2 TE UGM

Concentration : Computer Systems

(2)

Final Assessment

Presence

= 5%

Task

= @15%

Midterms

= 30%

Final Exams = 35%

(3)

Delay Tolerance Attend College

= 20 Minute

College Syllabus

(4)

Chaper 1.

Computer Systems

by

(5)

Chapter 1 Computer Systems 1-5

Input-Process-Output Model (IPO)

• Input: keyboard, mouse, scanner, punch cards • Processing: CPU executes the computer program • Output: monitor, printer, fax machine

(6)

6

CPU and Main Memory

Central Processing

Unit

Main Memory

Chip that executes

Chip that executes

program

program

commands

commands

Intel Pentium III

Intel Pentium III

Sun Sparc

Sun Sparc

Processor

Processor

Primary storage area

Primary storage area

for programs and data

for programs and data

that are in active use

that are in active use

Synonymous with RAM

(7)

7

Secondary Memory Devices

Floppy Disk Hard Disk Main

Memory Central Processing

Unit

Secondary memory

Secondary memory

devices provide

devices provide

long-term storage,

long-term storage,

namely:

namely:

Information is moved

Information is moved

between main memory

between main memory

and secondary memory

and secondary memory

as needed

as needed

Hard disksHard disks

Floppy disksFloppy disks

ZIP disksZIP disks

Writable CDsWritable CDs

(8)

8

Input / Output Devices

Monitor

Floppy Disk Hard Disk

I/O devices allow user

I/O devices allow user

interaction

interaction

Monitor screen

Monitor screen

Keyboard

Keyboard

Mouse

Mouse

Bar code scanner

Bar code scanner

Light pen

Light pen

Touch screen

(9)

Chapter 1 Computer Systems 1-9

Architecture Components

Hardware

 Processes data by executing instructions

 Provides input and output

Software

 Instructions executed by the system

Data

 Fundamental representation of facts and

observations

Communications

 Sharing data and processing among different

(10)

Chapter 1 Computer Systems 1-10

Hardware Component

Input/Output devices

Storage Devices

CPU

ALU: arithmetic/logic unit

CU: control unit

Interface unit

Memory

(11)

11

Memory

Main memory is

Main memory is

divided into many

divided into many

memory locations (or

memory locations (or

cells

9286 Each memory cell has Each memory cell has

a numeric

a numeric addressaddress, , which uniquely

which uniquely

identifies it

(12)

12

Storing Information

9278

Large values are

Large values are

stored in consecutive

stored in consecutive

memory locations

memory locations

10011010

10011010

Each memory cell

Each memory cell

stores a set number of

stores a set number of

bits (usually 8 bits, or

bits (usually 8 bits, or

one

(13)

Chapter 1 Computer Systems 1-13

(14)

Chapter 1 Computer Systems 1-14

CPU: Central Processing Unit

ALU: arithmetic/logic unit

 Performs arithmetic and Boolean logical calculations

CU: control unit

 Controls processing of instructions

 Controls movement of data within the CPU

Interface unit

 Moves instructions and data between the CPU and other hardware components

(15)

15

The Central Processing Unit

 A CPU is also called a microprocessor

It continuously follows the fetch-decode-execute cycle:

fetch

Retrieve an instruction from main memory

Retrieve an instruction from main memory

decode

Determine what the

Determine what the

instruction is

instruction is

execute

Carry out the

Carry out the

instruction

(16)

16

The Central Processing Unit

(CPU)

The CPU contains:

Arithmetic / Logic Unit

Registers Control Unit

Small storage Small storage areas

areas

Performs calculations Performs calculations and decisions

and decisions

Coordinates Coordinates processing processing steps

(17)

17

The Central Processing Unit

 The speed of a CPU is controlled by the system clock

 The system clock generates an electronic pulse at regular intervals

 The pulses coordinate the activities of the CPU

(18)

Chapter 1 Computer Systems 1-18

Memory

Also known as

primary storage

, working

storage, and

RAM

(random access memory)

Consists of bits, each of which hold a value of

either 0 or 1 (8 bits = 1 byte)

Holds both instructions and data of a

(19)

19

Storage Capacity

Every memory device has a storage capacity,

indicating the number of bytes it can hold

Capacities are expressed in various units:

KB

Unit SymbolSymbol Number of BytesNumber of Bytes

(20)

20

Memory

Main memory is volatile - stored information is lost if

the electric power is removed

 Secondary memory devices are nonvolatile

 Main memory and disks are direct access devices - information can be reached directly

The terms direct access and random access are often

used interchangeably

(21)

21

RAM vs. ROM

RAM - Random Access Memory (direct access)

ROM - Read-Only Memory

 The terms RAM and main memory are basically interchangeable

 ROM could be a set of memory chips, or a separate device, such as a CD ROM

 Both RAM and ROM are random (direct) access devices!

 RAM should probably be called Read-Write Memory

ROM

(22)

22

Monitor

The size of a monitor (17") is measured

diagonally, like a television screen

Most monitors these days have

multimedia

capabilities: text, graphics, video, etc.

A monitor has a certain maximum

resolution

,

indicating the number of picture elements,

called

pixels

, that it can display (such as 1280

by 1024)

High resolution (more pixels) produces sharper

(23)

23

Modem

Data transfer devices allow information to be sent and received between computers

 Many computers include a modem, which allows information to be moved across a telephone line

 A data transfer device has a maximum data transfer rate

 A modem, for instance, may have a data transfer rate of 56,000

(24)

24

Networks

 A network is two or more computers that are

connected so that data and resources can be shared

 Most computers are connected to some kind of network

 Each computer has its own network address, which uniquely identifies it among the others

(25)

25

A Computer Specification

Consider the following specification for a

personal computer:

600 MHz Pentium III Processor

256 MB RAM

16 GB Hard Disk

24x speed CD ROM Drive

17” Multimedia Video Display with 1280 x 1024

resolution

(26)

Interconnection system computer

Chapter 1 Computer Systems 1-26

(27)

Chapter 1 Computer Systems 1-27

Software Component

 Applications

Operating System

 API: application program interface

 File management

 I/O

 Kernel

 Memory management  Resource scheduling  Program communication  Security

(28)

Chapter 1 Computer Systems 1-28

Communications Component

Hardware

 Communication channels

 Physical connections between computer systems  Examples: wire cable, phone lines, fiber optic cable,

infrared light, radio waves

 Interface hardware

 Handles communication between the computer and the

communication channel

Modem or network interface card (NIC)

Software

(29)

Chapter 1 Computer Systems 1-29

Computer Systems

All computer systems, consists of the following:

At least one CPU

Memory to hold programs and data

I/O devices

(30)

Chapter 1 Computer Systems 1-30

Protocols

Common ground rules of

communication between computers, I/O

devices, and many software programs

Examples

HTTP: between Web servers and Web

browsers

TCP/IP: between computers on the Internet

and local area networks

(31)

Chapter 1 Computer Systems 1-31

Standards

Created to ensure universal compatibility of

data formats and protocols

May be created by committee or may become

a de facto standard through popular use

Examples:

 Computer languages: Java, SQL, C, JavaScript

 Display standards: Postscript, MPEG-2, JPEG, GIF

 Character set standards: ASCII, Unicode, EBCDIC

(32)

Telecommunications System

(33)

Telecommunication model

 Terminals

 office equipment , telephones , ...

 Telecommunications processors

 modems, multiplexers, front-end processors, ...

 Telecommunications channels and media

 copper wires, coaxial cables, fiber optic cables, satellites, ...

 Computers

 host computers, network servers, ...

 Telecommunications control software

 telecommunication monitors, network operating systems, ...

(34)

Telecommunication Components

End-user workstation

Telecommunications software

Computers Telecom

processors

Telecom processors Telecom

Channels and Media

5 components

(35)

LAN

PC-workstation PC-workstation

PC-workstation

Port to

other networks

Shared hard disk

Shared printer Databases and

Software packages

(36)

WAN - Internetwork

network in US

network in Europe Mainframe,

hosts

Internet

network in Australia

LAN’s

LAN’s

(37)

Client/server network

Intranet Company A

Intranet Company B

Mainframe host system Router

Router

Internet

Firewall Firewall

(38)

Client - Server

Clients

Clients

comm. server

comm. server DB.

server

Print server

DB.

server server

(39)

The Internetwork-enterprise

The Internet

Intranets

Intranets

Intranets Intranets

Extranets

Client

Enterprise

Supplier

Other Organizations

Electronic Commerce

(40)

Media and Channels

 Signals  analog

 digital

 Cables

 Twisted-pair interference

 Coaxial cable 20x more expensive

5.500 simultaneous phone calls

 Fiber-optic

1 fiber 30.000 phone calls

 Wireless  microwave

 satellites

 Radio, Infrared, Cellular Radio, Mobile computing  GPS global positioning system

Medium Transmission speed Metal wire .0012Mbps - 10 Mbps Microwave .256 Mbps - 100Mbps Fiber optics .5Mbps - 1,000Mbps

(41)

Communication hardware

Modems

9.600 14.400 28.800 bps

Transmission mode

Simplex

1 circuit , 1 direction

Half-duplex

1 circuit, 2 directions, difficult co-ordination

 Full duplex 2 circuits, 2 directions

Transmission accurateness

 parity bits forward and backward error correction

Processors

 multiplexers frequency, time or statistic time distribution

 front-end processors to handle routine communication tasks with peripheral equipment

(42)

Network Topology

Star

all communications go via the central system

Bus

can easily be extended at the ends

Ring

(43)

Star network

With direct

connections

- Efficientfi , alfiso for gi g seee s

- Witfig a lfiar e number of workstfiatfiions cablfiin mi gtfi be a eroblfiem

O’Brien 147 - 148

(44)

Star network (multiplexed)

Access via mulfitfiielfiexe lfiines

eventfiualfilfiy rentfie

(45)

Sgare usa e of a broa ban netfiwork

- more comelfiex gar ware - simelfier cablfiin systfiem

Multidrop lines

Bus network

(46)

Ring Networks

Ring Network

- more equalfi basis

(47)

Public data networks

PAD

Datfia Netfiwork

E. ..: DCS 1000 - 6000 cgar/sec , costfi / volfiume atfia ( X25 ) Due tfio gi g connectfiion costfi ($ 30.000 year) usa e of PAD

PAD =

(48)

ISDN

ISDN

- universalfi netfiwork for tfielfieegone an atfia - > 6000 cgar/sec

ISDN

(49)

49 | 51

Communication

Systems

13

th

lecture

Chair of Communication Systems Department of Applied Sciences

(50)

Chapter 1 Computer Systems 1-50

Textbook Overview

 Web site: http://www.wiley.com/college/englander

 Part 1 (Chapter 1)

 Computer system overview

 Part 2 (Chapters 2-5)

 Number systems and data formats

 Part 3 (Chapters 6-12)

 Computer architecture and hardware operation

 Part 4 (Chapters 13-18)

 Software – operating systems, applications, development environments

 Part 5 (Supplementary Chapters 1-3)

(51)

 Text books (german):

 Jochen Schiller, Mobilkommunikation

 Bernhard Walke, Mobilfunknetze und ihre Protokolle, Grundlagen GSM, Universal Mobile

Telecommunications System (UMTS), ...

 Link (see seminar slides and papers):

http://www.ks.uni-freiburg.de/download/

papers/telsemWS05/UMTS-

nextGeneration/UMTS-Seminararbeit-Stefan%20Nagy.pdf

(52)

End Of Sessions

Referensi

Dokumen terkait

hubungan international dan kaitannya dengan politik lingkungan global teori yang digunakan dalam memahami hubungan antara politik dan lingkungan dalam ranah

Dari hasil SSE dan waktu eksekusi dari setiap dataset , maka Ovarian Cancer memiliki karateristik data yang menyebar dimana akan berpengaruh pada nilai SSE dan waktu

Umrah berbasis Android yang digunakan oleh jamaah, yang dimasukkan ke dalam basis data secara periodik. Selain itu, aplikasi ini juga dapat menerima pesan darurat dari para

UKM sebagai badan usaha yang telah melakukan kegiatan atau usaha dan dimilik atau dijalankan oleh seseorang untuk mencapai tujuannya, juga dituntut untuk mencapai kinerja tinggi

Pelaksanaan pengawasan merupakan tugas dari Majelis Pengawas Notaris di Kota Jambi sesuai dengan Pasal 1 ayat (7) Peraturan Menteri Hukum dan Hak Asasi Manusia Republik

Berdasarkan hasil penelitian yang dilakukan di Dusun Borobudur Desa Branti Raya Kecamatan Natar Kabupaten Lampung Selatan dapat dikemukakan bahwa praktek

Kualitas yang dipersepsikan berpengaruh secara positif dan signifikan terhadap kepuasan nasabah Mandiri Tabungan pada mahasiswa Fakultas. Ekonomi Universitas

Pada mahasiswa yang memiliki jam tidur teratur dan durasi yang benar, memiliki tingkat kekebalan tubuh, kesehatan kulit, ginjal dan kinerja otak yang sehat dan optimal,