版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、IP Network Technology Meng TianTian207 NJUPTMeng TianTian207 NJUPT2GoalsLearn how the Internet works under the covers!How do packets get routed across the Internet?How are packets sent reliably?How does the Internet respond to congestion?How does email and the Web work?Meng TianTian207 NJUPT3Goals (
2、2)Learn about other computer networking principlesWhat is Ethernet and how does an Ethernet LAN work?How do LANs integrate with WANs (Internet)?Obtain practical experience in network experimentMeng TianTian207 NJUPT4Networks What is a network?- A system of lines/channels that interconnect- E.g., rai
3、lroad, highway, telephone, computer What is a computer network?- A form of communication networkmoves information- Links may be wires, optics, EM spectrum, or composite.- Nodes are general-computers (or close to it). Why study computer networks?- You can program the nodes- Very easy to innovate and
4、develop new uses of network- Contrast: Telephone (POTS or cell) networkMeng TianTian207 NJUPT5Building Blocks Nodes: PC, special-purpose hardware hosts switches Links: coax cable, optical fiber point-to-point multiple accessTopologiesMeng TianTian207 NJUPT6Topologies Common Bus Topology Star Topolog
5、y Ring Topology Combined Topology Fully Connected TopologiesMeng TianTian207 NJUPT7LAN TopologiesMeng TianTian207 NJUPT8Common Bus Topology Multipoint medium: contention Transmission propagates throughout medium Heard by all stations Need to identify target station Each station has unique address Ne
6、ed to regulate transmission To avoid collisions Terminator absorbs frames at end of mediumMeng TianTian207 NJUPT9Frame Transmissionon Bus LANMeng TianTian207 NJUPT10Star Topology Each station connected directly to central node Usually via two point to point links Central node can broadcast Physical
7、star, logical bus Only one station can transmit at a time Central node can act as frame switchMeng TianTian207 NJUPT11Ring TopologyRepeaters joined by point to point links in closed loop Receive data on one link and retransmit on another Links unidirectional or bidirectional Stations attach to repea
8、tersData in frames Circulate past all stations Destination recognizes address and copies frame Frame circulates back to source where it is removedMedia access control determines when station can insert frame( token passing for example)Meng TianTian207 NJUPT12Frame TransmissionRing LANMeng TianTian20
9、7 NJUPT13Ring and Star Usage Ring Very high speed links over long distances Single link or repeater failure disables network Star Best for short distances High data rates for small number of devicesMeng TianTian207 NJUPT14 Combined Topology Fully Connected TopologyMeng TianTian207 NJUPT15Switched Ne
10、tworks two or more nodes connected by a link, or two or more networks connected by a node A network can be defined recursively as.Meng TianTian207 NJUPT16Why is switching interesting? As networks grow, switching decisions become difficult. How can a node know which way to forward data?- How much of
11、the network can each node know?- How can they be kept up to date?Meng TianTian207 NJUPT17Strategies Circuit switching: carry bit streams original telephone network Packet switching: store-and-forward messages Datagram: Internet Virtual circuit: ATM networksMeng TianTian207 NJUPT18Addressing and Rout
12、ing Address: byte-string that identifies a node usually unique Routing: process of forwarding messages to the destination node based on its address For packet switched networks, each packet must have destination address. For circuit switched, use address to set up circuit. Types of addresses unicast
13、: node-specific broadcast: all nodes on the network multicast: some subset of nodes on the networkMeng TianTian207 NJUPT19Introduction Under the simplest conditions, a medium can carry only one signal at any moment in time For multiple signals to share a medium, the medium must somehow be divided, g
14、iving each signal a portion of the total bandwidth The current techniques include frequency division multiplexing, time division multiplexing, and wave division multiplexingMultiplexingMeng TianTian207 NJUPT20Frequency Division Multiplexing FDM Useful bandwidth of medium exceeds required bandwidth o
15、f channel Each signal is modulated to a different carrier frequency Carrier frequencies separated so signals do not overlap (guard bands) e.g. broadcast radio Channel allocated even if no dataMeng TianTian207 NJUPT21Frequency Division MultiplexingDiagramMeng TianTian207 NJUPT22FDM SystemMeng TianTia
16、n207 NJUPT23Synchronous Time Division Multiplexing Data rate of medium exceeds data rate of digital signal to be transmitted Multiple digital signals interleaved in time May be at bit level of blocks Time slots preassigned to sources and fixed Time slots allocated even if no data Time slots do not h
17、ave to be evenly distributed amongst sources T-1 and ISDN telephone lines are common examples of synchronous time division multiplexingMeng TianTian207 NJUPT24Time Division MultiplexingMeng TianTian207 NJUPT25TDM SystemMeng TianTian207 NJUPT26Statistical TDMMeng TianTian207 NJUPT27Statistical TDM In
18、 Synchronous TDM many slots are wasted On-demand time-division Multiplexer scans input lines and collects data until frame full. Buffer (queue) overflow is called congestion Schedule link on a per-packet basis Packets from different sources interleaved on link Buffer packets that are contending for
19、the linkMeng TianTian207 NJUPT29Wavelength Division Multiplexing 1997 Bell Labs 100 beams Each at 10 Gbps Giving 1 terabit per second (Tbps) Multiple beams of light at different frequency A form of FDM Carried by optical fiber Each color of light (wavelength) carries separate data channelMeng TianTi
20、an207 NJUPT30Meng TianTian207 NJUPT31Inter-Process Communication Turn host-to-host connectivity into process-to-process communication. Fill gap between what applications expect and what the underlying technology provides. HostHostApplicationHostApplicationHostHostChannelMeng TianTian207 NJUPT32What
21、Goes Wrong in the Network? Bit-level errors (electrical interference) Packet-level errors (congestion) Link and node failures Packets are delayed Packets are deliver out-of-order Third parties eavesdropMeng TianTian207 NJUPT33Layering Use abstractions to hide complexity Modularization eases maintena
22、nce, updating of systemRequest/replychannelMessage streamchannelApplication programsHardwareHost-to-host connectivityProcess-to-process channels34Common Communication Patterns File access program (FTP, NFS), digital library Request/reply channels Message stream channels Request/replychannelMessage s
23、treamchannelApplication programsHardwareHost-to-host connectivityRequest/reply channelsMessage stream channelsProtocols Building blocks of a network architecture Each protocol object has two different interfaces service interface: operations on this protocol peer-to-peer interface: messages exchange
24、d with peer Host 1ProtocolHost 2ProtocolHigh-levelobjectHigh-levelobjectServiceinterfacePeer-to-peerinterfaceMeng TianTian207 NJUPT36Key Elements of a Protocol Syntax Data formats Signal levels Semantics Control information Error handling Timing Speed matchingProtocol Machinery Protocol Graph most p
25、eer-to-peer communication is indirect peer-to-peer is direct only at hardware levelFileapplicationDigitallibraryapplicationVideoapplicationRRPMSPHHPHost 1FileapplicationDigitallibraryapplicationVideoapplicationRRPMSPHHPHost 2RRP:Request/Reply ProtocolMSP:Message Stream ProtocolHHP:Host-to-Host Proto
26、colMeng TianTian207 NJUPT38Machinery (cont) Encapsulation (header/body) Multiplexing and Demultiplexing (demux key)RRP DataHHPApplicationprogramApplicationprogramHost 1Host 2DataRRPRRPDataHHPDataRRPRRPDataHHPMeng TianTian207 NJUPT39Internet Architecture Defined by Internet Engineering Task Force (IE
27、TF) Application vs Application Protocol (FTP, HTTP)FTPHTTPNVTFTPTCPUDPIPNET1NET2NETnMeng TianTian207 NJUPT40ISO ArchitectureApplicationPresentationSessionTransportEnd hostOne or more nodeswithin the networkNetworkData linkPhysicalNetworkData linkPhysicalNetworkData linkPhysicalApplicationPresentatio
28、nSessionTransportEnd hostNetworkData linkPhysicalMeng TianTian207 NJUPT41OSI layers1. Physical sends individual bits2. Data link sends frames; media access control (MAC)3. Network delivers packets to hosts using routing4. Transport delivers data to apps; reliability & flow control5. Session can
29、tie together multiple streams (e.g., audio & video)6. Presentation crypto, representation conversion7. Application what end user gets, e.g., HTTP (web)Layers 1-3 areLayers 4-7 areMeng TianTian207 NJUPT42OSI Layers (1) Physical Layer Physical interface between devices Mechanical Electrical Functi
30、onal ProceduralMeng TianTian207 NJUPT43OSI Layers (2) Data Link Layer Error detection and correction Parity Bit (even/odd) Media Access Control CSMA/CD Token Passing Token Ring Token Bus Flow ControlMeng TianTian207 NJUPT44OSI Layers (3) Network Layer Transport Layer Follow Control Connection Manage
31、ment Exchange of data between end systems Session Control of dialogues between applications Difference from the transport layer connectionMeng TianTian207 NJUPT45OSI Layers (4) Presentation Layer Code Conversion Data Compression Encryption Application Layer File Transfer Protocol Web Browsing E-mail Meng TianTian207 NJUPT46Meng TianTian207 NJUPT47The OSI EnvironmentMeng TianTian207 NJUPT48Logical and physical connectionsMeng TianTian207 NJUPT49Performance Metrics Bandwidth (throughput) d
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《济南的冬天》素养进阶表格式教学设计
- 2025-2030年网红IP跨界授权与合作平台企业制定与实施新质生产力战略分析研究报告
- 2025-2030年木制槽、盆行业市场营销创新战略制定与实施分析研究报告
- 2025-2030年去中心化数据治理服务行业深度调研及发展战略咨询报告
- 新形势下集成光电子器件行业可持续发展战略制定与实施分析报告
- 2025年惠州博罗县第三人民医院招聘考试试卷真题
- 幼儿转学证明
- 2026调查面试题及答案
- 2026督考办面试题目及答案
- 2026福诺产品面试题及答案
- 2025年中国铁道科学研究院集团有限公司招聘(178人)笔试历年参考题库附带答案详解
- 2026年成人高考政治备考练习试题及答案
- 2026年一年级升二年级语文暑假衔接作业(纯作业打印版)
- en10346:2009连续热浸镀钢带产品标准
- 2026年健康评估期末复习过关检测附答案详解【黄金题型】
- 医院疼痛科管理制度(2026版)
- 冠梁拆除施工方案
- 2026年精神病医用药情况试题及答案
- (已压缩)广东省工程勘察设计服务成本取费导则(2024版)
- YY/T 0242-2007医用输液、输血、注射器具用聚丙烯专用料
- ORACLE设备管理eAM培训资料
评论
0/150
提交评论