《物联网专业英语教程》课件第2章_第1页
《物联网专业英语教程》课件第2章_第2页
《物联网专业英语教程》课件第2章_第3页
《物联网专业英语教程》课件第2章_第4页
《物联网专业英语教程》课件第2章_第5页
已阅读5页,还剩40页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Unit2Internet[23]TextAInternet[30]TextBNetworkDevice[37]参考译文因特网

1.HowdoestheInternetWork?

EventhoughtheInternetisstillayoungtechnology,it'shardtoimaginelifewithoutitnow.Everyyear,engineerscreatemoredevicestointegratewiththeInternet.Thisnetworkofnetworkscrisscrossestheglobeandevenextendsintospace.Butwhatmakesitwork?(SeeFigure2.1)InternetTextAFigure2.1Internetarchitecture

TounderstandtheInternet,ithelpstolookatitasasystemwithtwomaincomponents.Thefirstofthosecomponentsishardware.Thatincludeseverythingfromthecablesthatcarryterabitsofinformationeverysecondtothecomputersittinginfrontofyou.

OthertypesofhardwarethatsupporttheInternetincluderouters,servers,cellphonetowers,satellites,radios,smartphonesandotherdevices.Allthesedevicestogethercreatethenetworkofnetworks.TheInternetisamalleablesystem—itchangesinlittlewaysaselementsjoinandleavenetworksaroundtheworld.SomeofthoseelementsmaystayfairlystaticandmakeupthebackboneoftheInternet.Othersaremoreperipheral.

Theseelementsareconnections.Someareendpoints—thecomputer,smartphoneorotherdeviceyou'reusingtoreadthismaycountasone.Wecallthoseendpointsclients.MachinesthatstoretheinformationweseekontheInternetareservers.Otherelementsarenodeswhichserveasaconnectingpointalongarouteoftraffic.Andthentherearethetransmissionlineswhichcanbephysical,asinthecaseofcablesandfiberoptics.

Allofthishardwarewouldn'tcreateanetworkwithoutthesecondcomponentoftheInternet:theprotocols.Protocolsaresetsofrulesthatmachinesfollowtocompletetasks.WithoutacommonsetofprotocolsthatallmachinesconnectedtotheInternetmustfollow,communicationbetweendevicescouldn'thappen.Thevariousmachineswouldbeunabletounderstandoneanotherorevensendinformationinameaningfulway.Theprotocolsprovideboththemethodandacommonlanguageformachinestousetotransmitdata.

2.AMatterofProtocols

You'veprobablyheardofseveralprotocolsontheInternet.Forexample,hypertexttransferprotocoliswhatweusetoviewWebsitesthroughabrowser—that'swhatthehttpatthefrontofanyWebaddressstandsfor.Ifyou'veeverusedanFTPserver,youreliedonthefiletransferprotocol.ProtocolsliketheseanddozensmorecreatetheframeworkwithinwhichalldevicesmustoperatetobepartoftheInternet.

TwoofthemostimportantprotocolsaretheTransmissionControlProtocol(TCP)andtheInternetProtocol(IP).Weoftengroupthetwotogether—inmostdiscussionsaboutInternetProtocolsyou'llseethemlistedasTCP/IP.

Whatdotheseprotocolsdo?Attheirmostbasiclevel,theseprotocolsestablishtherulesforhowinformationpassesthroughtheInternet.Withouttheserules,youwouldneeddirectconnectionstoothercomputerstoaccesstheinformationtheyhold.You'dalsoneedbothyourcomputerandthetargetcomputertounderstandacommonlanguage.

You'veprobablyheardofIPaddresses.TheseaddressesfollowtheInternetprotocol.EachdeviceconnectedtotheInternethasanIPaddress.Thisishowonemachinecanfindanotherthroughthemassivenetwork.

TheversionofIPmostofususetodayisIPv4,whichisbasedona32-bitaddresssystem.There'sonebigproblemwiththissystem:We'rerunningoutofaddresses.That'swhytheInternetEngineeringTaskForce(IETF)decidedbackin1991thatitwasnecessarytodevelopanewversionofIPtocreateenoughaddressestomeetdemand.TheresultwasIPv6,a128-bitaddresssystem.ThathasenoughaddressestoaccommodatetherisingdemandforInternetaccessfortheforeseeablefuture.

Whenyouwanttosendamessageorretrieveinformationfromanothercomputer,theTCP/IPprotocolsarewhatmakethetransmissionpossible.Yourrequestgoesoutoverthenetwork,hittingDomainNameServers(DNS)alongthewaytofindthetargetserver.TheDNSpointstherequestintherightdirection.Oncethetargetserverreceivestherequest,itcansendaresponsebacktoyourcomputer.Thedatamighttravelacompletelydifferentpathtogetbacktoyou.ThisflexibleapproachtodatatransferispartofwhatmakestheInternetsuchapowerfultool.

3.Packet

Inordertoretrievethisarticle,yourcomputerhastoconnectwiththeWebservercontainingthearticle'sfile.We'llusethatasanexampleofhowdatatravelsacrosstheInternet.

First,youopenyourWebbrowserandconnecttoourWebsite.Whenyoudothis,yourcomputersendsanelectronicrequestoveryourInternetconnectiontoyourInternetServiceProvider(ISP).TheISProutestherequesttoaserverfurtherupthechainontheInternet.Eventually,therequestwillhitaDomainNameServer(DNS).Thisserverwilllookforamatchforthedomainnameyou'vetypedin(suchaswww.).Ifitfindsamatch,itwilldirectyourrequesttotheproperserver'sIPaddress.Ifitdoesn'tfindamatch,itwillsendtherequestfurtherupthechaintoaserverthathasmoreinformation.

TherequestwilleventuallycometoourWebserver.Ourserverwillrespondbysendingtherequestedfileinaseriesofpackets.Packetsarepartsofafilethatrangebetween1,000and1,500bytes.Packetshaveheadersandfootersthattellcomputerswhat'sinthepacketandhowtheinformationfitswithotherpacketstocreateanentirefile.Eachpackettravelsbackupthenetworkanddowntoyourcomputer.Packetsdon'tnecessarilyalltakethesamepath—they'llgenerallytravelthepathofleastresistance.

That'sanimportantfeature.Becausepacketscantravelmultiplepathstogettotheirdestination,it'spossibleforinformationtoroutearoundcongestedareasontheInternet.Infact,aslongassomeconnectionsremain,informationcouldstilltravelfromonesectiontoanother—thoughitmighttakelongerthannormal.

Whenthepacketsgettoyou,yourdevicearrangesthemaccordingtotherulesoftheprotocols.It'skindoflikeputtingtogetherajigsawpuzzle.Theendresultisthatyouseethisarticle.

Thisholdstrueforotherkindsoffilesaswell.Whenyousendane-mail,itgetsbrokenintopacketsbeforezoomingacrosstheInternet.PhonecallsovertheInternetalsoconvertconversationsintopacketsusingtheVoiceoverInternetProtocol(VoIP).WecanthanknetworkpioneerslikeVintonCerfandRobertKahnfortheseprotocols—theirearlyworkhelpedbuildasystemthat'sbothscalableandrobust.

That'showtheInternetworksinanutshell.Asyoulookcloseratthevariousdevicesandprotocols,you'llnoticethatthepictureisfarmorecomplexthantheoverviewwe'vegiven.

1. Firewall

Afirewallisasetofrelatedprogramslocatedatanetworkgatewayserver.Itprotectstheresourcesofaprivatenetworkfromusersfromothernetworks.Thetermalsoimpliesthesecuritypolicythatisusedwiththeprograms.NetworkDeviceAnenterprisewithanintranetthatallowsitsworkerstohaveaccesstothewiderInternetinstallsafirewalltopreventoutsidersfromaccessingitsownprivatedataresourcesandforcontrollingwhatoutsideresourcesitsownusershaveaccessto.

Basically,afirewall,workingcloselywitharouterprogram,examineseachnetworkpackettodeterminewhethertoforwardittowarditsdestination.Afirewallalsoincludesorworkswithaproxyserverthatmakesnetworkrequestsonbehalfofworkstationusers.

Afirewallisofteninstalledinaspeciallydesignatedcomputerseparatefromtherestofthenetworksothatnoincomingrequestcangetdirectlyatprivatenetworkresources.

Thereareanumberoffirewallscreeningmethods.Asimpleoneistoscreenrequeststomakesuretheycomefromacceptable(previouslyidentified)domainnameandInternetProtocoladdresses.Formobileusers,firewallsallowremoteaccessintotheprivatenetworkbytheuseofsecurelogonproceduresandauthenticationcertificates.

Anumberofcompaniesmakefirewallproducts.Featuresincludeloggingandreporting,automaticalarmsatgiventhresholdsofattack,andagraphicaluserinterfaceforcontrollingthefirewall.

Computersecurityborrowsthistermfromfirefighting,whereitoriginated.Infirefighting,afirewallisabarrierestablishedtopreventthespreadoffire.

2.Gateway

Agatewayisanetworkpointthatactsasanentrancetoanothernetwork.OntheInternet,anodeorstoppingpointcanbeeitheragatewaynodeorahost(end-point)node.BoththecomputersofInternetusersandthecomputersthatservepagestousersarehostnodes.Thecomputersthatcontroltrafficwithinyourcompany'snetworkoratyourlocalInternetServiceProvider(ISP)aregatewaynodes.

Inthenetworkforanenterprise,acomputerserveractingasagatewaynodeisoftenalsoactingasaproxyserverandafirewallserver.Agatewayisoftenassociatedwithbotharouter,whichknowswheretodirectagivenpacketofdatathatarrivesatthegateway,andaswitch,whichfurnishestheactualpathinandoutofthegatewayforagivenpacket.

3.Router

Inpacket-switchednetworkssuchastheInternet,arouterisadeviceor,insomecases,softwareinacomputerthatdeterminesthenextnetworkpointtowhichapacketshouldbeforwardedtowarditsdestination.Therouterisconnectedtoatleasttwonetworksanddecideswhichwaytosendeachinformationpacketbasedonitscurrentunderstandingofthestateofthenetworksitisconnectedto.Arouterislocatedatanygatewaywhereonenetworkmeetsanother,includingeachpoint-of-presenceontheInternet.Arouterisoftenincludedaspartofanetworkswitch.

Aroutermaycreateormaintainatableoftheavailableroutesandtheirconditionsandusethisinformationalongwithdistanceandcostalgorithmstodeterminethebestrouteforagivenpacket.Typically,apacketmaytravelthroughanumberofnetworkpointswithroutersbeforearrivingatitsdestination.RoutingisafunctionassociatedwiththeNetworklayer(layer3)intheOpenSystemsInterconnection(OSI)model.Alayer-3switchisaswitchthatcanperformroutingfunctions.

AnedgerouterisarouterthatinterfaceswithanAsynchronousTransferMode(ATM)[1]network.Abrouterisanetworkbridgecombinedwitharouter.

4.Bridge

Intelecommunicationnetworks,abridgeisaproductthatconnectsaLocalAreaNetwork(LAN)toanotherlocalareanetworkthatusesthesameprotocol(forexample,EthernetorTokenRing[1]).Youcanenvisionabridgeasbeingadevicethatdecideswhetheramessagefromyoutosomeoneelseisgoingtothelocalareanetworkinyourbuildingortosomeoneonthelocalareanetworkinthebuildingacrossthestreet.AbridgeexamineseachmessageonaLAN,"passes"thoseknowntobewithinthesameLAN,andforwardsthoseknowntobeontheotherinterconnectedLAN(orLANs).

Inbridgingnetworks,computerornodeaddresseshavenospecificrelationshiptolocation.Forthisreason,messagesaresentouttoeveryaddressonthenetworkandacceptedonlybytheintendeddestinationnode.Bridgeslearnwhichaddressesareonwhichnetworkanddevelopalearningtablesothatsubsequentmessagescanbeforwardedtotherightnetwork.

Bridgingnetworksaregenerallyalwaysinterconnectedlocalareanetworkssincebroadcastingeverymessagetoallpossibledestinationswouldfloodalargernetworkwithunnecessarytraffic.Forthisreason,routernetworkssuchastheInternetuseaschemethatassignsaddressestonodessothatamessageorpacketcanbeforwardedonlyinonegeneraldirectionratherthanforwardedinalldirections.

Abridgeworksatthedata-link(physicalnetwork)levelofanetwork,copyingadataframefromonenetworktothenextnetworkalongthecommunicationspath.

Abridgeissometimescombinedwitharouterinaproductcalledabrouter.

5.Hub

Ingeneral,ahubisthecentralpartofawheelwherethespokescometogether.Thetermisfamiliartofrequentflierswhotravelthroughairport"hubs"tomakeconnectingflightsfromonepointtoanother.Indatacommunications,ahubisaplaceofconvergencewheredataarrivesfromoneormoredirectionsandisforwardedoutinoneormoreotherdirections.Ahubusuallyincludesaswitchofsomekind.Andaproductthatiscalleda"switch"couldusuallybeconsideredahubaswell.Thedistinctionseemstobethatthehubistheplacewheredatacomestogetherandtheswitchiswhatdetermineshowandwheredataisforwardedfromtheplacewheredatacomestogether.Regardedinitsswitchingaspects,ahubcanalsoincludearouter.

Indescribingnetworktopologies,ahubtopologyconsistsofabackbone(maincircuit)towhichanumberofoutgoinglinescanbeattached("dropped"),

eachprovidingoneormoreconnectionportfordevicetoattachto.ForInternetusersnotconnectedtoalocalareanetwork,thisisthegeneraltopologyusedbyyouraccessprovider.Othercommonnetworktopologiesarethebusnetworkandtheringnetwork.(Eitherofthesecouldpossiblyfeedintoahubnetwork,usingabridge.)

Asanetworkproduct,ahubmayincludeagroupofmodemcardsfordial-inusers,agatewaycardforconnectionstoalocalareanetwork(forexample,anEthernetoraTokenRing),andaconnectiontoaline.

6.Switch

Inatelecommunicationsnetwork,aswitchisadevicethatchannelsincomingdatafromanyofmultipleinputportstothespecificoutputportthatwilltakethedatatowarditsintendeddestination.Inthetraditionalcircuit-switchedtelephonenetwork,oneormoreswitchesareusedtosetupadedicatedthoughtemporaryconnectionorcircuitforanexchangebetweentwoormoreparties.OnanEthernetlocalareanetwork(LAN),aswitchdeterminesfromthephysicaldevice(MediaAccessControlorMAC)addressineachincomingmessageframewhichoutputporttoforwardittoandoutof.Inawideareapacked-switchednetworksuchastheInternet,aswitchdeterminesfromtheIPaddressineachpacketwhichoutputporttouseforthenextpartofitstriptotheintendeddestination.

IntheOpenSystemsInterconnection(OSI)communicationsmodel,aswitchperformsthelayer2orData-Linklayerfunction.Thatis,itsimplylooksateachpacketordataunitanddeterminesfromaphysicaladdress(the"MACaddress")whichdeviceadataunitisintendedforandswitchesitouttowardthatdevice.However,inwideareanetworkssuchastheInternet,thedestinationaddressrequiresalook-upinaroutingtablebyadeviceknownasarouter.Somenewerswitchesalsoperformroutingfunctions(layer3ortheNetworklayerfunctionsinOSI)andaresometimescalledIPswitches.

Onlargernetworks,thetripfromoneswitchpointtoanotherinthenetworkiscalledahop.Thetimeaswitchtakestofigureoutwheretoforwardadataunitiscalleditslatency.Thepricepaidforhavingtheflexibilitythatswitchesprovideinanetworkisthislatency.Switchesarefoundatthebackboneandgatewaylevelsofanetworkwhereonenetworkconnectswithanotherandatthesubnetworklevelwheredataisbeingforwardedclosetoitsdestinationororigin.Theformerareoftenknownascoreswitchesandthelatterasdesktopswitches.

Inthesimplestnetworks,aswitchisnotrequiredformessagesthataresentandreceivedwithinthenetwork.Forexample,alocalareanetworkmaybeorganizedinaTokenRingorbusarrangementinwhicheachpossibledestinationinspectseachmessageandreadsanymessagewithitsaddress.

1.因特网是如何工作的?

即使因特网仍然是年轻的技术,也难以想象现在没有因特网的生活景象。每年,工程师都会设计更多与因特网结合的设备。这个网中之网已经跨越了地球甚至扩展到太空中。但是是什么使它工作的呢?网络的结构图如图2.1所示。

要理解因特网,首先应把它看做是有两个主要部分的系统。第一部分是硬件,包括从每秒可以携带兆兆位字节的电缆到你面前的计算机。因特网其他支持因特网的硬件包括路由器、服务器、蜂窝电话塔、卫星、无线电、智能电话和其他设备。所有这些设备共同建立了这个网中之网。因特网是一个可延展性的系统—部件的增加和减少对其影响不大。这些部件中的一些保持不变,是构成因特网的骨干。除此之外,还有其他的一些外围部件。

这些外围部件是可连接的。一些是终点—计算机、

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论