جلسه سوم شبکه های کامپیوتری به نــــــــــــام خدا.

Slides:



Advertisements
Similar presentations
Networks and Telecommunications (on OLC)
Advertisements

Physical Media PHYSICAL MEDIA.
Chapter 7 Transmission Media
COS 461 Fall 1997 Networks and Protocols u networks and protocols –definitions –motivation –history u protocol hierarchy –reasons for layering –quick tour.
Lecture 4a: Communication and Networking CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
EEC-484/584 Computer Networks Lecture 3 Wenbing Zhao
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
Lesson 3 – UNDERSTANDING NETWORKING. Network relationship types Network features OSI Networking model Network hardware components OVERVIEW.
Review on Networking Technologies Linda Wu (CMPT )
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
CSIS 6251 CSIS 625 Week 1 Introduction, Basic Concepts, OSI Model Copyright 2001 & Dan Oelke Portions Copyright Dmitry Gringauz For use by.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
Reference Models and Standards. Reference Models (1) A reference model is the formal name for a protocol suite – a collection of protocols and layer definitions.
Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
Chapter 5 Networks Communicating and Sharing Resources
2-1 Physical Layer l Theoretical basis for data communications n Fourier analysis n distortion –by different attenuation rates of different frequency components.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
جلسه چهارم شبکه های کامپیوتری به نــــــــــــام خدا.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
OSI Model Honolulu Community College Cisco Academy Training Center
Chapter 9.
References Computer Networks: Andrew S. Tanenbaum, Forth edition
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-in 5 NETWORKS and TELECOMMUNICATIONS.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Module 2: Information Technology Infrastructure
Huda AL_Omairl - Network 71 Protocols and Network Software.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
CSC 600 Internetworking with TCP/IP Unit 2: Client-Server Model and Sockets(Ch.2, 3, 21, 22) Dr. Cheer-Sun Yang Fall 2000.
NSH0503/01/11041 Overview Computer Network Technology By Diyurman Gea.
Chapter 1 Communication Networks and Services Network Architecture and Services.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
William Stallings Data and Computer Communications
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
1 Chapters 2 & 3 Computer Networking Review – The TCP/IP Protocol Architecture.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Lecture 1 on Networking ITNT Network protocols Protocol suites are collections of protocols that enable network communication from one host through.
Introduction Reference Models. The OSI Reference Model The TCP/IP Reference Model A Comparison of OSI and TCP/IP A Critique of the OSI Model and Protocols.
COMPUTER NETWORKS Hwajung Lee. Image Source:
Introduction Chapter 1. TCP/IP Reference Model Why Another Model? Although the OSI reference model is universally recognized, the historical and technical.
LOGO Physical Layer and Cabling Jaringan Komputer_D3 TT1.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Computer Communication Architecture
Computer Networks.
Introduction.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
مهندسی اینترنتت ارائه دهنده دکتر سيد امين حسيني
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Computing Over Distance
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Computer Networking 숙명여자대학교 컴퓨터 과학과 최 종원.
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

جلسه سوم شبکه های کامپیوتری به نــــــــــــام خدا

مدل مرجع TCP/IP Originated from ARPA NET Connecting many USA Universities and government institutes using leased telephone lines Internet layer is the most important layer IP: internet protocol Connectionless Packet-switching 2

Transport layer End-to-end communication TCP: transmission control protocol Reliable Connection-oriented Flow control Sequencing Fragments byte stream into IP messages UDP : user datagram protocol Unreliable Connectionless No sequencing and flow control often used for ‘one shot’ communication مدل مرجع TCP/IP 3

Application layer TELNET: virtual terminal FTP: file transfer protocol SMTP: simple mail transfer protocol DNS: domain name service NNTP: network news transfer protocol HTTP: hypertext transfer protocol SNMP: simple network management protocol 4

مقایسه OSI و TCP/IP OSI: Top-down design methodology The concepts clearly distinguishes Services (specification) Interfaces Protocols (implementation) Network layer supports both connectionless and connection-oriented Communication Transport layer supports only connection- oriented service !! TCP / IP Bottom-up approach; grew out of practice Not a general protocol stack Host-to-network layer is actually an interface description 5

نقد به مدل OSI Bad timing. Bad technology. Too many layers (Competition with 7 layer IBM SNA! stack) Overloaded (L2, L1) and empty (L5, L6) layers Too difficult to understand and implement Bad implementations. Early implementations were huge, unwieldy, and slow. Bad politics TCP/IP as part of UNIX, widely available, useful and open OSI as a creature of telecom ministers/big telecom companies 6

لایه های انتخابی برای تدریس We will follow a hybrid, 5-layer model in this course Data Link Layer includes Multiple Access Control (MAC) Multiple Access Control 7

معماری اینترنت ISP: Provide Connectivity (DSL, Dialup, Cable, FTTH, 3G, etc) ISP Routes data internally (Its own backbone) or through its interconnection with other ISPs (Peering at IXP) to the Data Centers that Host the desired services 8

Local Area Networks: Wireless LAN Idea: Allow wireless communication for Access to backbone networks(Access Point) Ad Hoc peer to peer communication Most famous standard: IEEE series First developments in 1997 with 1Mbps or 2Mbps speed Newer generation: g working at 54 Mbps and n working at up to 450 Mbps 9

Radio Frequency Identification (RFID) Objects that can be used for many purposes such as identification and tracking RFID Reader interacts with RFID tags to send data to them and read data from them using radio waves RFID can be passive or active Networking issues such as addressing and multiple access control should be considered 10

Sensor Networks Many nodes that sense environmental conditions (temperature, sound, movement, etc) and report the data back to a central location Nodes should collaborate with each other to route the data properly Many key networking issues such as multiple access control and routing should be properly considered 11

Standardization: Who’s Who Telecommunication world ITU: International Telecommunication Union International standards ISO: Int. Organization for Standardization (1946) ANSI: American National Standards Institute IEEE: Inst. of Electrical and Electronic Engineers Internet IAB: Internet Activities Board IETF: Internet Engineering Task Force IRTF: Internet Research Task Force 12

فصــــــــــــــــل دوم لایه فیزیکی 13

Physical Layer Important communication Media: Guided Transmission Media Twisted Pair Coaxial Cable Power Lines Fiber Optics Wireless Transmission Radio/Microwave Transmission Millimeter Wave Transmission Light wave Transmission Satellite Communication Geostationary Medium Orbit Satellites Low Earth Orbit Satellites 14

Twisted Pair 15 Twisted Pair in Access Network: The most important investment of a telephone company Twisted Pair in Office (Mostly for LAN Cabling): Important Standards set by EIA/TIA CAT3: 4 unshielded wire pairs supporting 10 Mbps Ethernet (16 MHz BW) CAT5: 4 wire pairs, supporting 100 Mbps Ethernet (100 MHz BW) CAT6: 4 pairs, supporting 1 Gbps Ethernet (250 MHz Bandwidth) CAT7: Four individually shielded pairs (STP) inside an overall shield (600 MHz Bandwidth)

Coaxial Cable 16 Better shielding than twisted pair Lower attenuation & cross talk Can carry 1~2 Gbps in 1 km Telco’s used it for their backbone communication. It is replaced by fiber optics. Cable TV companies use it for TV and data delivery services.

Power Lines 17 Power Lines have been used by Electric companies for data transmission for many years (Low rate data communication for control and dispatching) Power Lines can be used for broadband data Communication Providing broadband access to homes using Electric grid as the access network Creating a data communication network inside homes

Fiber Optics 18 Light is reflected if incoming angle is bigger than critical angle Single-mode Very thin fiber => wave guide Several Gbps over tens of kilometers without repeaters Multi-mode Each light ray traveling different path, due to reflections

Fiber Optics 19 Comparing fiber and copper wire: High bandwidth Few repeaters / km No electromagnetic interference No corrosion Lightweight Difficult to tap ( both an advantage and disadvantage !!) Unidirectional => Use two wavelengths, or use two fibers, or use time-slots (halfduplex)