欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    Internet History.ppt

    • 资源ID:376560       资源大小:269.50KB        全文页数:14页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

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

    Internet History.ppt

    1、1: Introduction,1,Internet History,1961: Kleinrock - queueing theory shows effectiveness of packet-switching 1964: Baran - packet-switching in military nets 1967: ARPAnet conceived by Advanced Reearch Projects Agency 1969: first ARPAnet node operational,1972: ARPAnet demonstrated publicly NCP (Netwo

    2、rk Control Protocol) first host-host protocol first e-mail program ARPAnet has 15 nodes,1961-1972: Early packet-switching principles,1: Introduction,2,Internet History,1970: ALOHAnet satellite network in Hawaii 1973: Metcalfes PhD thesis proposes Ethernet 1974: Cerf and Kahn - architecture for inter

    3、connecting networks late70s: proprietary architectures: DECnet, SNA, XNA late 70s: switching fixed length packets (ATM precursor) 1979: ARPAnet has 200 nodes,Cerf and Kahns internetworking principles: minimalism, autonomy - no internal changes required to interconnect networks best effort service mo

    4、del stateless routers decentralized control define todays Internet architecture,1972-1980: Internetworking, new and proprietary nets,1: Introduction,3,Internet History,1983: deployment of TCP/IP 1982: smtp e-mail protocol defined 1983: DNS defined for name-to-IP-address translation 1985: ftp protoco

    5、l defined 1988: TCP congestion control,new national networks: Csnet, BITnet, NSFnet, Minitel 100,000 hosts connected to confederation of networks,1980-1990: new protocols, a proliferation of networks,1: Introduction,4,Internet History,Early 1990s: ARPAnet decomissioned 1991: NSF lifts restrictions o

    6、n commercial use of NSFnet (decommissioned, 1995) early 1990s: WWW hypertext Bush 1945, Nelson 1960s HTML, http: Berners-Lee 1994: Mosaic, later Netscape late 1990s: commercialization of the WWW,Late 1990s: est. 50 million computers on Internet est. 100 million+ users backbone links runnning at 1 Gb

    7、ps,1990s: commercialization, the WWW,1: Introduction,5,ATM: Asynchronous Transfer Mode nets,Internet: todays de facto standard for global data networking 1980s: telcos develop ATM: competing network standard for carrying high-speed voice/data standards bodies: ATM Forum ITU,ATM principles: small (48

    8、 byte payload, 5 byte header) fixed length cells (like packets) fast switching small size good for voice virtual-circuit network: switches maintain state for each “call” well-defined interface between “network” and “user” (think of telephone company),1: Introduction,6,ATM layers,ATM Adaptation Layer

    9、 (AAL): interface to upper layers end-system segmentation/reassembly ATM Layer: cell switching Physical,1: Introduction,7,Summary on Introduction,Covered a “ton” of material! Internet overview whats a protocol? network edge, core, access network performance: loss, delay layering and service models b

    10、ackbones, NAPs, ISPs history ATM network,You now hopefully have: context, overview, “feel” of networking more depth, detail later in course,1: Introduction,8,Application Layer,Goals: conceptual + implementation aspects of network application protocols client server paradigm service models learn abou

    11、t protocols by examining popular application-level protocols,More goals specific protocols: http ftp smtp pop dns programming network applications socket programming,1: Introduction,9,Applications and application-layer protocols,Application: communicating, distributed processes running in network ho

    12、sts in “user space” exchange messages to implement app e.g., email, file transfer, the Web Application-layer protocols one “piece” of an app define messages exchanged by apps and actions taken user services provided by lower layer protocols,1: Introduction,10,Client-server paradigm,Typical network a

    13、pp has two pieces: client and server,Client: initiates contact with server (“speaks first”) typically requests service from server, e.g.: request WWW page, send email Server: provides requested service to client e.g., sends requested WWW page, receives/stores received email,1: Introduction,11,Applic

    14、ation-layer protocols (cont).,API: application programming interface defines interface between application and transport layer socket: Internet API two processes communicate by sending data into socket, reading data out of socket,Q: how does a process “identify” the other process with which it wants

    15、 to communicate? IP address of host running other process “port number” - allows receiving host to determine to which local process the message should be delivered, lots more on this later.,1: Introduction,12,What transport service does an app need?,Data loss some apps (e.g., audio) can tolerate som

    16、e loss other apps (e.g., file transfer, telnet) require 100% reliable data transfer,Timing some apps (e.g., Internet telephony, interactive games) require low delay to be “effective”,Bandwidth some apps (e.g., multimedia) require minimum amount of bandwidth to be “effective” other apps (“elastic app

    17、s”) make use of whatever bandwidth they get,1: Introduction,13,Transport service requirements of common apps,Applicationfile transfer e-mail Web documents real-time audio/videostored audio/video interactive games financial apps,Data lossno loss no loss no loss loss-tolerantloss-tolerant loss-toleran

    18、t no loss,Bandwidthelastic elastic elastic audio: 5Kb-1Mb video:10Kb-5Mb same as above few Kbps up elastic,Time Sensitiveno no no yes, 100s msecyes, few secs yes, 100s msec yes and no,1: Introduction,14,Internet apps: their protocols and transport protocols,Applicatione-mail remote terminal access W

    19、eb file transfer streaming multimediaremote file server Internet telephony,Application layer protocolsmtp RFC 821 telnet RFC 854 http RFC 2068 ftp RFC 959 proprietary (e.g. RealNetworks) NSF proprietary (e.g., Vocaltec),Underlying transport protocolTCP TCP TCP TCP TCP or UDPTCP or UDP typically UDP,


    注意事项

    本文(Internet History.ppt)为本站会员(unhappyhay135)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




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

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开