데이터 通信 홍익대학교 컴퓨터공학과.

Slides:



Advertisements
Similar presentations
CSC 242 Introduction to Telecommunications Systems
Advertisements

Based on Data Communications and Networking, 4 th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007 Dr. Mznah Al-Rodhaan Chapter 1 Introduction.
DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
1.1 Chapter 1 Introduction Lecture # 1 – 2 Ali Mustafa.
Data communication คุณลักษณะ 3 อย่างที่มีผลต่อการสื่อสารข้อมูล 1.Delivery 2. Accuracy 3. Timeliness (Real time transmission)
Chapter VI Data Communication: Delivering Information Anywhere and Anytime By: AP CHEN P. JOVER BSIT - III.
Lecture 4a: Communication and Networking CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
Chapter 1. Introduction 1.#.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 expanded by Jozef Goetz Overview of Data Communications and Networking PART I.
King Saud University College of Applied studies and Community Service 1301CT By: Nour Alhariqi 1nalhareqi st semester
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking UNIT I UNIT I.
Computer Communication & Networks
Data Communication and Networking
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data Communications, Kwangwoon University1-1 Data Communications 담당교수 : 정광수 교재 : Data Communications and Networking Behrouz.
1 Kyung Hee University Introduction Data Communications  Data communication is the process of communicating information of binary form between.
Chapter 1 Introduction.
Introduction to Data communication
DATA COMM & COMPUTER NETWORKING. Data Communications..  are the exchange of data between two devices via some  form of transmission medium such as a.
Data Communications and Networking CSCS 311 Lecture 2 Amjad Hussain Zahid.
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecturer: Tamanna Haque Nipa
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
Network Standards By Rashid Amin. “A standard provides a model for development that makes it possible for a product to work regardless of the individual.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Introduction to Information Systems Lecture 06 Telecommunications and Networks Business Value of Networks Jaeki Song.
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
Chapter 1. Introduction 1.Data communications 2.Networks 3.The Internet 4.Protocols and standards.
Spring 2005Data Communications, Kwangwoon University1-1 Chapter 1. Introduction 1.Data communications 2.Networks 3.The Internet 4.Protocols and standards.
1 Kyung Hee University Chapter 1 Introduction. 2 Kyung Hee University 1.1 History of Internet o Internet (not internet) o ARPANET (Advanced Research Projects.
Introduction to Information Technologies Chapter 1 - Introduction
1.1 Introduction DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented.
Chapter 4Industrial Standards  4.0Introduction to Standards 4.0Introduction to Standards 4.0Introduction to Standards  4.1Standards Organisations in.
1 Data Communications CS 1302 Computer Networks Unit 1 Topics 1,2,3.
Introduction to Computer Networks
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TCP/IP Protocol Suite 1 Chapter 1 Objectives Upon completion you will be able to: Introduction Understand the history of the Internet Understand the meaning.
Introduction. Data Communication Communication Communication Sharing information: Local & Remote Sharing information: Local & Remote Local Local Face.
Chapter 1. Introduction. 1. DATA COMMUNICATIONS Telecommunication: communication at a distance Data: information presented in whatever form is agreed.
1 Kyung Hee University Prof. Choong Seon HONG Introduction.
When we communicate, we are sharing information. This sharing can be local or remote. Between individuals, local communication usually occurs face to face,
Overview of Data Communications and Networking
CIS 321 – Fall 2004 Data Communications & Networking Chapter 1 - Introduction.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Presented By Adil Khan Hussain Ahmed Sajjad Ahmed Noman Hassan Shazil Mahmood.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
1 DATA COMMUNICATION Characteristics: zDelivery zAccuracy zTimeliness.
1. Introduction and Background Network Performance and Quality of Service.
1 Mi-Jung Choi Dept. of Computer Science and Engineering Chapter 1 Introduction Chapter 1 Introduction.
Data Communications. A. Overview 1.Introduction 2.Network Models B. PHYSICAL LAYER AND MEDIA 1.Data and Signals 2.Digital Transmission 3.Analog Transmission.
1.1 CSC311-DATA COMMUNICATION AND NETWORKING Introduction.
1. Introduction.
Introduction to Networking
Chapter 1 Introduction.
Overview of Data Communications and Networking
Chapter 1 Introduction.
Telecommunication ELEC503
Overview of Data Communications and Networking
DATA COMMUNICATION Lecture-4.
Data Communications.
Data Communication.
Data Communication Networks
Chapter 1 Introduction.
Module 1: Introduction Data Communication Networks
Data Communication Chapter 1 Introduction 1.#.
Introduction Prof. Choong Seon HONG.
Chapter 1. Introduction 1.#.
Part I. Overview of Data Communications and Networking
Presentation transcript:

데이터 通信 홍익대학교 컴퓨터공학과

강의 목표 데이터 통신과 컴퓨터 통신에 대한 기본 원리 및 구조, 표준안, 그리고 관련 기술과 개념들을 이해한다.

1장 개요 1.1 데이터 통신 1.2 네트워크 1.3 프로토콜과 표준안 1.4 요약

1.1 데이터 통신 ~ is the process of communicating information in binary form between two or more points. ~ is the exchange of data(in the form of 0s and 1s) between two devices via some from of transmission medium(such as a wire cable)

기본 특성 전달(Delivery) 정확성(Accuracy) 적시성(Timeliness) ~ must deliver data to the correct destination(the intended device or user) 정확성(Accuracy) ~ must deliver data accurately 적시성(Timeliness) ~ must deliver data in a timely manner

구성 요소 step 1: step 2: step 3: ……. 송신자 수신자 전송매체 프로토콜 메시지

구성 요소(cont’d) 메시지(Message) 송신자(Sender) 수신자(Receiver) ~ is the information(data) to be communicated. (text, numbers, pictures, sound, video or any combination of these) 송신자(Sender) ~ is the device that sends the data message. (computer, workstation, telephone handset, video camera) 수신자(Receiver) ~ is the device that receives the message.

구성 요소(cont’d) 전송매체(Medium) 프로토콜(Protocol) ~ is the physically path by which a message travels from sender to receiver. (twisted pair wire, coaxial cable, fiber-optic cable, laser , or radio waves(terrestrial or satellite microwave)) 프로토콜(Protocol) ~ is a set of rules that govern data communication.

1.2 네트워크(Networks) ~ is a set of devices(node) connected by media links. 장치(Device) - computer, printer, any other device capable of sending and/or receiving data generated by other nodes on the network. 링크(Link) - communication channel

네트워크 평가기준(Network Criteria) Data communication network criteria Performance Reliability Security

성능(Performance) Depends on a number of factors. number of users type of transmission medium(data rate) hardware software

신뢰성(Reliability) Frequency of failure Recovery time of a network after a failure Catastrophe(큰 재난) Networks must be protected from catastrophic events such as fire, earthquake, or theft.

보안(Security) Unauthorized access Virus

네트워크 응용(Application) Marketing and sales Financial service Manufacturing Electronic message Directory service Information service Electronic data interchange Teleconferencing Cellular telephone Cable television

1.3 프로토콜과 표준안 (Protocol & Standards) ~ is a set of rules that govern data communication 주요 요소 문법(Syntax) ~ refers to the structure or format of the data, meaning the order in which they are presented. 의미론(Semantics) ~ refers to the meaning of each section of bits. 타이밍(Timing) ~ refers to two characteristics(when data should be sent and how fast it can be sent)

표준안 Standards 표준안(Standards) By fact By law ~ are essential creating and maintaining an open and competitive market for equipment manufactures and in guaranteeing national and international interoperability of data and communications technology and processes. Standards By fact By law

표준안(cont’d) by law standard by fact standard ~ are those that have been legislated by an officially recognized body. by fact standard ~ are often established originally by manufactures seeking to define the functionality of a new product or technology. proprietary(closed) ~ are those originally invented by a commercial organization as a basis for the operation of its products. nonproprietary(open) ~ are those originally developed by group or committees that have passed them into the public domain.

1.4 표준화 기구 Standard Creation Committees ISO(The International Standard Organization) ~ created in 1947 ~ voluntary organization ~ is an organization dedicated to worldwide agreement on international standards in a variety of fields(scientific, technological, economic activity)

표준화 기구(cont’d) ITU-T(International Telecommunication Union - Telecommunication Standards Sector) ~ is an international standards organization related to the United Nations that develops standards for telecommunications. Two popular standards developed by ITU-T are the V series(data transmission over phone lines) and the X series (transmission over public digital networks)

표준화 기구(cont’d) ANSI(American National Standard Institute) ~ is a nonprofit organization and is the U.S. voting representative to be both the ISO and the ITU-T IEEE(Institute of Electrical and Electronic Engineers) ~ is the largest national professional group involved in developing standards for computing, communication, electrical engineering, and electronics) EIA(Electronic Industries Association) ~ is an association of electronics manufactures in the United States. (EIA-232-D, EIA-530 standards)

표준화 기구(cont’d) Bellcore Forums ~ provides research and development resources for the advancement of telecommunications technology. Forums ~ consist of representatives from corporation that test, evaluate and standardize new technologies. Frame Relay Forum ATM Forum and ATM consortium IETF(Internet Society and Internet Engineering Task Force)