1Security Technology 2007-2007-PICT les 1 Datacommunicatie Systeem 1Systeem 2 datacommunicatie kanaal.

Slides:



Advertisements
Similar presentations
1CSNW1 – week 3 Datacommunicatie. Datacommunicatie? Communications men string telephone wire on an Enewetok tree. National Park Service (USA) Datacommunicatie.
Advertisements

INPUT-OUTPUT ORGANIZATION
CHAPTER Modulation.
H. Huang Transparency No.9-1 The HCS12/MC9S12 Microcontroller Copyright © 2010 Delmar Cengage Learning Chapter 9: Serial Communication Interface – SCI.
Telecommunication Technologies
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Chapter 1.  Understand bits, bytes, megabytes, etc.  Learn basic communication model.  Learn the distinction between channel, circuit and network.
Copyright Methods available There are a number of ways of connecting to the internet. These include: - ‘Dial-up’ - Integrated Subscriber.
Circuit Switching Blocking occurs when the network is unable to connect to stations because all possible paths between them are already in use. Non-blocking.
Ch. 8 Multiplexing.
Types of Communication Links Modem dial-up Leased Line ISDN Broadband –ADSL –cable broadband –Ethernet broadband.
Chapter 4 Making Connections
Chapter 2 Data Communication Concepts Code Transmission Signal Modulation Service.
1 K. Salah Module 3.3: Multiplexing WDM FDM TDM T-1 ADSL.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
Transmission Characteristics 1. Introduction (Information Interchange codes) 2. Asynchronous and Synchronous Transmissions 3. Error detection (bit errors)
7-1 Digital Serial Input/Output Two basic approaches  Synchronous shared common clock signal all devices synchronised with the shared clock signal data.
Data Communications Chapter 6 The Data Communications Interface.
EET 450 – Advanced Digital Chapter 17 Modems. Modem Modulator – Demodulator Modulator – Demodulator –Converts digital information into audible tones –Uses.
ECE 371- Unit 11 Introduction to Serial I/O. TWO MAJOR CLASSES OF SERIAL DATA INTERFACES ASYNCHRONOUS SERIAL I/O - USES “FRAMING BITS” (START BIT AND.
ECE 353 Introduction to Microprocessor Systems Michael G. Morrow, P.E. Week 13.
Chapter 8 Data Communication. 2 Objectives Explain various ways to connect Data Terminal Equipment (DTE) to Data Communication Equipment (DCE). Describe.
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Data Communication and Networking
Communication Systems I CPE 313: Micro Processors and Interfacing.
Student: Blidaru Catalina Elena
Serial Port I/O Serial port sends and receives data one bit at a time. Serial communication devices are divided into: Data Communications Equipment (DCE),
Modems Mostly used to connect PCs to the Internet Modulates and demodulates the signal Converts analog data into digital and vice versa V.90/V.92 56K standards.
Communication Systems I. How can information flow from point A to point B?
Universal Synchronous/Asynchronous Receiver/Transmitter (USART)
Universal Asynchronous Receiver/Transmitter (UART)
ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 13.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Data Communication Interface Slide 1 Asynchronous and Synchronous.
© Agilent Technologies Copyright 2000 H7211A+212, Rev. 2.0 Review of WAN Protocol Basics.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
What Is ISDN?.
1 Transmission of Digital Data : Interface and Modems.
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
Ch. 6 Digital Data Communication Techniques
การส่งข้อมูลผ่าน PSTN
Review: The physical layer. Bandwidth/Capacity bit rate/baud rate How to determine the number of bits per symbol? Relation between the bandwidth and capacity:
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
Introduction to Computer Networking Connecting to a Router M Clements.
1 Business Telecommunications Data and Computer Communications Chapter 6 The Data Communications Interface.
Ch. 6 Digital Data Communication Techniques. 6.1Asynchronous & Synchronous Transmission Asynchronous Transmission: transmission in which each information.
Chapter 4 Making Connections. Modem Modulates digital data onto analog signal and then demodulate analog signal back to digital data Features:  Standard.
Communication Systems I CPE 313: Micro Processors and Interfacing.
BASICS OF SERIAL COMMUNICATIONS BIRLA VISHWKARMA MAHAVIDYALAYA ELECTRONICS & TELECOMMUNICATION DEPARTMENT PRESENTING BY: ABHISHEK SINGH AMANDEEP.
Virtual Circuit Networks: Frame Relay And ATM UNIT 5 Chapter 18 Forouzan.
William Stallings Data and Computer Communications
MODEMS (Converts analog signals to digital and vice-versa)
6장 Transmission of Digital Data: Interfaces and MODEMs
ISDN Integrated Services Digital Network.
SERIAL PORT PROGRAMMING
DATA COMMUNICATION Lecture-21.
Data Transmission and Computer Communications ECE: 412
Computer Organization and Design
Asynchronous Serial Communications
UART Serial Port Programming
Преглед Начин функционисања Имплементације
Lecture 8: Modems (Converts analog signals to digital and vice-versa) 1nd semester By: Adal ALashban.
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 6. Data Communications Interface
William Stallings Data and Computer Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

1Security Technology PICT les 1 Datacommunicatie Systeem 1Systeem 2 datacommunicatie kanaal

2Security Technology PICT les 1 Data communicatie AB AB AB Simplex Half-duplex Full-duplex

3Security Technology PICT les 1 serieel, parallel Bits per seconde (bps) Bytes per (Bps)seconde

4Security Technology PICT les 1 Baud The number of signaling elements that occur each second. The term is named after J.M.E. Baudot, the inventor of the Baudot telegraph code. element bijvoorbeeld 4 niveaus twee bits In dat geval: bit rate = 2 x baud rate

5Security Technology PICT les 1 Multiplexen MultiplexerDemultiplexer

6Security Technology PICT les 1 TDM versus FDM

7Security Technology PICT les 1 Parallel (Strobed) data ready data een strobe is een opgaande of neergaande flank

8Security Technology PICT les 1 Parallel (Handshaked) data Req Ack Req Ack data

9Security Technology PICT les 1 Serieel (bit Synchroon) Shift register Data buffer Serial data Parallel data Shift (transmit) clock Tc receiver PLL

10Security Technology PICT les 1 Clock extraction options rely on (very) accurate clocks bit stuffing Manchester encoding

11Security Technology PICT les 1 Serieel (frame synchroon) (tijdelijk synchroon) idle

12Security Technology PICT les 1 Serieel (asynchroon) Shift register Data buffer Serial data Parallel data Start bit data bit Par bit Stop bit trigger samples (~ byte synchroon)

13Security Technology PICT les 1 Modulatie: AM, FM, PM

14Security Technology PICT les 1 Modem (modulator/demodulator) DTE DCE Data Terminal Equipment Data Communication Equipment V24 of RS 232 V21 … V34

15Security Technology PICT les 1 Nullmodem DTE Data Terminal Equipment

16Security Technology PICT les 1 RS-232 signal Single-ended

17Security Technology PICT les 1 RS-422 Differentiële verbinding

18Security Technology PICT les 1 RS-485 Bussysteem (TRI-state)

19Security Technology PICT les 1 Master slave

20Security Technology PICT les 1

21Security Technology PICT les 1 Integrated Services Digital Network (ISDN) There are two types of ISDN: n Basic Rate Interface (BRI) -- consists of two 64-Kbps B-channels and one D-channel for transmitting control information. n Primary Rate Interface (PRI) -- consists of 23 B- channels and one D-channel (U.S.) or 30 B-channels and one D-channel (Europe).

22Security Technology PICT les 1 ISDN NT1/2 B-kanaal 64 kb D-kanaal 16 kb 2B+1D+48 kb ( interne signalering) = 192 kb

23Security Technology PICT les 1 (Asymmetric) Digital Subscriber Link

24Security Technology PICT les 1 Opdracht n bestudeer hoofdstuk 10