Basic components III (06.523) Basic components of communication networks III Lecture 3.

Slides:



Advertisements
Similar presentations
Chapter 3: Introduction to Data Communications and Networking
Advertisements

Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Chapter 4 Making Connections. 2 Introduction  Examine the interface between a computer and a device. This interface occurs at the physical layer.  Connecting.
Assessment 1 Review Network Layers. Computer 1Computer 2 2.
Hierarchy of I/O Control Devices
Chapter 4 Making Connections
Telecommunications Long distance communication May or may not involve computers.
1 Chapter Four Making Connections. 2 Introduction Connecting peripheral devices to a computer has, in the past, been a fairly challenging task Newer interfaces.
CS335 Networking & Network Administration Tuesday, April 6.
Data Communications & Computer Networks, Second Edition1 Chapter 4 Making Connections.
1 Chapter 4 Making Connections Data Communications and Computer Networks: A Business User’s Approach.
1 Chapter 4 Making Connections Data Communications and Computer Networks: A Business User’s Approach.
Network Data Organizational Communications and Technologies Prithvi N. Rao Carnegie Mellon University Web:
Input/Output and Communication
TDC 461 Basic Communications Systems 8 May, 2001.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
Data transmission refers to the movement of data in form of bits between two or more digital devices. This transfer of data takes place via some form.
© 2014 Pearson IT Certification Chapter 10 – Internet Connectivity.
Data Communications and Computer Networks Chapter 3 Wireless Media In Action DataMining Corporation has one office in Chicago and one in Los Angeles. There.
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Personal Computer Data Communications.
Chapter 2 Basic Communication Theory Basic Communications Theory w Understand the basic transmission theory, and figure out the maximum data rate. w.
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
Chapter Four Making Connections 1.
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Chapter 7 Low-Level Protocols
Advanced Embedded Systems Design Lecture 8 Serial I/O BAE Fall 2004 Instructor: Marvin Stone Biosystems and Agricultural Engineering Oklahoma.
1 6 Further System Fundamentals (HL) 6.5 Computer – Peripheral Communication.
Day 7 Connections. Standards Unless we had connection standards nothing would be interchangeable. –There would be different printers for Macs and Windows.
Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data.
1 Introduction 4 Information transfer between two computers occurs in one of two types signals: digital or analog. Chapter 2 Introduction to Data Communication.
1 Message Delineation Identify the start and end of messages by: Identify the start and end of messages by:
7. Peripherals 7.3 Data transmission Computer Studies (AL)
1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.
Department of Industrial Engineering Sharif University of Technology Session# 10.
Slide 4-1 Chapter 4 Terms Data Communications and Networking Considerations Introduction to Information Systems Judith C. Simon.
Data Transmission n Keep errors to an acceptable low probability n Bit-serial transmission n Parallel transmission.
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.
Modems How They Work. Modem A device used by a PC to communicate over a phone line or cable A device used by a PC to communicate over a phone line or.
Networks are about Communication! What is a good model of communication?
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
Data Transmission and Networks Modes of Data Transmission.
CSE, IT– III SEM Course Name-DAC Topic- Communication modes.
Synchronous vs asynchornous communication. What is a USART A USART (Universal Synchronous/Asynchronous Receiver/Transmitter) is a microchip that facilitates.
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
(2A) Communication methods and speeds in real world situations
Data Communications and Computer Networks: A Business User’s Approach
Serial Communications
Data Communication IT-402.
PORTS Socket for external devices to connect to the system unit.
DATA COMMUNICATION Lecture-20.
Data Transmission Keep errors to an acceptable low probability
Data Transmission and Networks
Data Transmission and Computer Communications ECE: 412
Chapter 4 Making Connections
DIGITAL DATA COMMUNICATION TECHNIQUES
DATA COMMUNICATION Lecture-39.
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter Nine: Data Transmission
Chapter 2 Transmission Basics.
Data Communication.
Chapter 9 Transmission Modes
communications system
1.2.1 Data transmission.
Serial Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

Basic components III (06.523) Basic components of communication networks III Lecture 3

Reminder - network layers Application layer Network layer Data link layer Physical layer

Standards Role of standards IEEE ANSI ISO Character encoding

Types of standards Formal Defacto

Forms of communication Basics of a protocol UART, ADB, USB Serial vs. Parallel Synchronous vs. Asynchronous Duplex

Synchronous transmission Packet/Frame at a time (fixed length) Fixed length block Checksum or CRC rather than parity

Asynchronous transmission Character at a time Start, stop and parity bits

Duplex Simplex –One way, No control structure needed –Example: Television Half duplex –RTS/CTS (Clear/Request to Send) or XON/XOFF (Transmission On/Off) –Example: Walkie talkie, Older modem protocols Full duplex –Send and receive simultaneously –Example: Telephones

UART Like a miniature FEP Parallel -> serial at the right rate Start, stop, and parity bits Handshaking (which level?)

ADB Only used by Apple and NeXT, now dead No conversion or control bits Standard bit rate Dynamic device ID, no handshaking

USB Hubs Guaranteed transfer rates Master/slave protocol

Serial Slow Example: Modems, Ethernet Mainly used between computers

Parallel Fast Example: Printers, Fiber optics, Internal bus Rarely used externally due to timing problems (5m limit).