欢迎来到装配图网! | 帮助中心 装配图网zhuangpeitu.com!
装配图网
ImageVerifierCode 换一换
首页 装配图网 > 资源分类 > PPT文档下载
 

数据教程课件chapter1introdu

  • 资源ID:200137109       资源大小:950KB        全文页数:41页
  • 资源格式: PPT        下载积分:10积分
快捷下载 游客一键下载
会员登录下载
微信登录下载
三方登录下载: 微信开放平台登录 支付宝登录   QQ登录   微博登录  
二维码
微信扫一扫登录
下载资源需要10积分
邮箱/手机:
温馨提示:
用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
支付方式: 支付宝    微信支付   
验证码:   换一换

 
账号:
密码:
验证码:   换一换
  忘记密码?
    
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

数据教程课件chapter1introdu

Chapter OneIntroduction to Communications,Standards and Protocols1IntroductionWho today has not used a computer network?Mass transit,interstate highways,24-hour bankers,grocery stores,cable television,cell phones,businesses and schools,and retail outlets support some form of computer networkChapter One-Introduction to Communications,Standards,And Protocol2The Language of Computer NetworksComputer network an interconnection of computers and computing equipment using either wires or radio waves over small or large geographic areasLocal area network networks that are small in geographic size spanning a room,floor,building,or campusChapter One-Introduction to Communications,Standards,And Protocol3The Language of Computer NetworksMetropolitan area network networks that serve an area of 1 to 30 miles,approximately the size of a typical cityWide area network a large network that encompasses parts of states,multiple states,countries,and the worldChapter One-Introduction to Communications,Standards,And Protocol4The Language of Computer NetworksPersonal area network a network of a few meters,between wireless devices such as PDAs,laptops,and similar devicesVoice network a network that transmits telephone signalsData network a network that transmits computer dataChapter One-Introduction to Communications,Standards,And Protocol5The Language of Computer NetworksData communications the transfer of digital or analog data using digital or analog signalsTelecommunications the study of telephones and the systems that transmit telephone signalsNetwork management the design,installation,and support of a network,including its hardware and softwareChapter One-Introduction to Communications,Standards,And Protocol6The Big PictureNetworks are composed of many devices,including:Workstations(computers,telephones)ServersNetwork hubs and switches(bridges)Routers(LAN to WAN and WAN to WAN)Telephone switching gearChapter One-Introduction to Communications,Standards,And Protocol7Chapter One-Introduction to Communications,Standards,And Protocol8TopologiesCommon Bus TopologyStar TopologyRing TopologyFully Connected TopologyCombined TopologiesChapter One-Introduction to Communications,Standards,And Protocol9LAN Topologies10Common Bus Topology Multipoint medium:contentionTransmission propagates throughout medium Heard by all stationsNeed to identify target stationEach station has unique addressFull duplex connection between station and tapAllows for transmission and receptionNeed to regulate transmissionTo avoid collisionsTerminator absorbs frames at end of medium11Frame Transmissionon Bus LAN12Star TopologyEach station connected directly to central nodeUsually via two point to point linksCentral node can broadcastPhysical star,logical busOnly one station can transmit at a timeCentral node can act as frame switch13Ring TopologyRepeaters joined by point to point links in closed loopReceive data on one link and retransmit on anotherLinks unidirectional or bidirectionalStations attach to repeatersData in framesCirculate past all stationsDestination recognizes address and copies frameFrame circulates back to source where it is removedMedia access control determines when station can insert frame(token passing for example)14Frame TransmissionRing LAN15Ring and Star UsageRingVery high speed links over long distancesSingle link or repeater failure disables networkStarBest for short distancesHigh data rates for small number of devices16 Combined Topology Fully Connected Topology17Need For StandardsTask broken into subtasksImplemented separately in layers in stackFunctions needed in both systemsPeer layers communicateTypes of StandardsDe facto standardsFormally recognized and adopted by a standards organization18Key Elements of a ProtocolSyntaxData formatsSignal levelsSemanticsControl informationError handlingTimingSpeed matching19Standards OrganizationsIETF:Internet Engineering Task ForceIEEE:Institute of Electrical and Electronic Engineer,the largest professional organizationThree models to learn OSI model,Internet layers and TCP/IP protocol suite20Organization of air travela series of stepsticket(purchase)baggage(check)gates(load)runway takeoffairplane routingticket(complain)baggage(claim)gates(unload)runway landingairplane routingairplane routingWHY LAYERING?21ticket(purchase)baggage(check)gates(load)runway(takeoff)airplane routingdepartureairportarrivalairportintermediate air-trafficcontrol centersairplane routingairplane routingticket(complain)baggage(claimgates(unload)runway(land)airplane routingticketbaggagegatetakeoff/landingairplane routingLayering of airline functionalityLayers:each layer implements a servicevia its own internal-layer actionsrelying on services provided by layer below22Dealing with complex systems:explicit structure allows identification,relationship of complex systems pieceslayered reference model for discussionmodularization eases maintenance,updating of systemWHY LAYERING?23Overview of the OSI model:Chapter One-Introduction to Communications,Standards,And Protocol24Application layer where the application using the network resides.Common network applications include web browsing,e-mail,file transfers,and remote loginsPresentation layer performs a series of miscellaneous functions necessary for presenting the data package properly to the sender or receiverChapter One-Introduction to Communications,Standards,And Protocol25Network Architectures-OSISession layer responsible for establishing sessions between usersTransport layer provides an end-to-end error-free network connection.Makes sure the data arrives at the destination exactly as it left the source.Network layer responsible for creating,maintaining and ending network connections.Transfers a data packet from node to node within the network.Chapter One-Introduction to Communications,Standards,And Protocol26Network Architectures-OSIData link layer responsible for taking the data and transforming it into a frame with header,control and address information,and error detection codePhysical layer handles the transmission of bits over a communications channel.Includes voltage levels,connectors,media choice,modulation techniquesChapter One-Introduction to Communications,Standards,And Protocol27Logical and physical connectionsChapter One-Introduction to Communications,Standards,And Protocol28Network ArchitecturesLogical and physical connections A logical connection is one that exists only in the software,while a physical connection is one that exists in the hardwareNote that in a network architecture,only the lowest layer contains the physical connection,while are higher layers contain logical connectionsChapter One-Introduction to Communications,Standards,And Protocol29Chapter One-Introduction to Communications,Standards,And Protocol30The OSI Environment31Connection Strategies:Circuit Switching:phonesMessage Switching:store and forward networksPacket Switching:DatagramVirtual CircuitChapter One-Introduction to Communications,Standards,And Protocol32OSI Layers(1)Physical LayerPhysical interface between devicesMechanicalElectricalFunctionalProcedural33OSI Layers(2)Data Link LayerError detection and correctionParity Bit(even/odd)Media Access ControlCSMA/CDToken PassingToken RingToken BusFlow Control34OSI Layers(3)Network LayerTransport LayerFollow ControlConnection ManagementExchange of data between end systemsSessionControl of dialogues between applicationsDifference from the transport layer connection35OSI Layers(4)Presentation LayerCode ConversionData CompressionEncryption Application LayerFile Transfer ProtocolWeb BrowingE-mail 36Internet Layersapplication:supporting network applicationsFTP,SMTP,STTPtransport:host-host data transferTCP,UDPnetwork:routing of datagrams from source to destinationIP,routing protocolslink:data transfer between neighboring network elementsPPP,Ethernetphysical:bits“on the wire”applicationtransportnetworklinkphysical37messagesegmentdatagramframesourceapplicationtransportnetworklinkphysicalHtHnHlMHtHnMHtMMdestinationapplicationtransportnetworklinkphysicalHtHnHlMHtHnMHtMMnetworklinkphysicallinkphysicalHtHnHlMHtHnMHtHnHlMHtHnMHtHnHlMHtHnHlMrouterswitchDecapsulationEncapsulation38The TCP/IP Layers:Chapter One-Introduction to Communications,Standards,And Protocol39Network Architectures TCP/IPApplication layer equivalent to OSIs application and presentation layersTransport layer equivalent to OSIs transport layerNetwork(Internet or internetwork)layer equivalent to OSIs network layerNetwork access(data link/physical)layer equivalent to OSIs data link and physical layersChapter One-Introduction to Communications,Standards,And Protocol40Review Questions:2,8,16Exercises:4,5,13Chapter One-Introduction to Communications,Standards,And Protocol41

注意事项

本文(数据教程课件chapter1introdu)为本站会员(痛***)主动上传,装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知装配图网(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!