WorldWideWeb.docx
- 文档编号:27214222
- 上传时间:2023-06-28
- 格式:DOCX
- 页数:10
- 大小:133.02KB
WorldWideWeb.docx
《WorldWideWeb.docx》由会员分享,可在线阅读,更多相关《WorldWideWeb.docx(10页珍藏版)》请在冰豆网上搜索。
WorldWideWeb
World-Wide-Web
D
ScholarsgenerallyagreethataturningpointfortheWorldWideWebbeganwiththeintroductionoftheMosaicWebbrowserin1993,agraphicalbrowserdevelopedbyateamattheNationalCenterforSupercomputingApplicationsattheUniversityofIllinoisatUrbana-Champaign(NCSA-UIUC),ledbyMarcAndreessen.FundingforMosaiccamefromtheU.S.High-PerformanceComputingandCommunicationsInitiative,afundingprograminitiatedbytheHighPerformanceComputingandCommunicationActof1991,oneofseveralcomputingdevelopmentsinitiatedbyU.S.SenatorAlGore.PriortothereleaseofMosaic,graphicswerenotcommonlymixedwithtextinWebpages,anditspopularitywaslessthanolderprotocolsinuseovertheInternet,suchasGopherandWideAreaInformationServers(WAIS).Mosaic'sgraphicaluserinterfaceallowedtheWebtobecome,byfar,themostpopularInternetprotocol.
TheWorldWideWebConsortium(W3C)wasfoundedbyTimBerners-LeeafterhelefttheEuropeanOrganizationforNuclearResearch(CERN)inOctober,1994.ItwasfoundedattheMassachusettsInstituteofTechnologyLaboratoryforComputerScience(MIT/LCS)withsupportfromtheDefenseAdvancedResearchProjectsAgency(DARPA)—whichhadpioneeredtheInternet—andtheEuropeanCommission.
Bytheendof1994,whilethetotalnumberofwebsiteswasstillminutecomparedtopresentstandards,quiteanumberofnotablewebsiteswerealreadyactive,manyofwhomaretheprecursorsorinspiringexamplesoftoday'smostpopularservices.
Howitworks
ThetermsInternetandWorldWideWebareoftenusedinevery-dayspeechwithoutmuchdistinction.However,theInternetandtheWorldWideWebarenotoneandthesame.TheInternetisaglobaldatacommunicationssystem.Itisahardwareandsoftwareinfrastructurethatprovidesconnectivitybetweencomputers.Incontrast,theWebisoneoftheservicescommunicatedviatheInternet.Itisacollectionofinterconnecteddocumentsandotherresources,linkedbyhyperlinksandURLs.Inshort,theWebisanapplicationrunningontheInternet.
ViewingaWebpageontheWorldWideWebnormallybeginseitherbytypingtheURLofthepageintoaWebbrowser,orbyfollowingahyperlinktothatpageorresource.TheWebbrowsertheninitiatesaseriesofcommunicationmessages,behindthescenes,inordertofetchanddisplayit.
First,theserver-nameportionoftheURLisresolvedintoanIPaddressusingtheglobal,distributedInternetdatabaseknownasthedomainnamesystem,orDNS.ThisIPaddressisnecessarytocontacttheWebserver.ThebrowserthenrequeststheresourcebysendinganHTTPrequesttotheWebserveratthatparticularaddress.InthecaseofatypicalWebpage,theHTMLtextofthepageisrequestedfirstandparsedimmediatelybytheWebbrowser,whichthenmakesadditionalrequestsforimagesandanyotherfilesthatformpartsofthepage.Statisticsmeasuringawebsite'spopularityareusuallybasedeitheronthenumberof'pageviews'orassociatedserver'hits'(filerequests)thattakeplace.
HavingreceivedtherequiredfilesfromtheWebserver,thebrowserthenrendersthepageontothescreenasspecifiedbyitsHTML,CSS,andotherWeblanguages.Anyimagesandotherresourcesareincorporatedtoproducetheon-screenWebpagethattheusersees.
MostWebpageswillthemselvescontainhyperlinkstootherrelatedpagesandperhapstodownloads,sourcedocuments,definitionsandotherWebresources.Suchacollectionofuseful,relatedresources,interconnectedviahypertextlinks,iswhatwasdubbeda"web"ofinformation.MakingitavailableontheInternetcreatedwhatTimBerners-LeefirstcalledtheWorldWideWeb(initsoriginalCamelCase,whichwassubsequentlydiscarded)inNovember1990.
Ajaxupdates
JavaScriptisascriptinglanguagethatwasinitiallydevelopedin1995byBrendanEich,thenofNetscape,forusewithinWebpages.ThestandardizedversionisECMAScript.Toovercomesomeofthelimitationsofthepage-by-pagemodeldescribedabove,somewebapplicationsalsouseAjax(asynchronousJavaScriptandXML).JavaScriptisdeliveredwiththepagethatcanmakeadditionalHTTPrequeststotheserver,eitherinresponsetouseractionssuchasmouse-clicks,orbasedonlapsedtime.Theserver'sresponsesareusedtomodifythecurrentpageratherthancreatinganewpagewitheachresponse.Thustheserveronlyneedstoprovidelimited,incrementalinformation.SincemultipleAjaxrequestscanbehandledatthesametime,userscaninteractwithapageevenwhiledataisbeingretrieved.Somewebapplicationsregularlypolltheservertoaskifnewinformationisavailable.
WWWprefixinWebaddresses
ManyWebaddressesbeginwithwww,becauseofthelong-standingpracticeofnamingInternethosts(servers)accordingtotheservicestheyprovide.So,thehostnameforawebserverisoftenwwwasitisftpforanFTPserver,andnewsornntpforaUSENETnewsserveretc.ThesehostnamesthenappearasDNSsubdomainnames,asin"".
Theuseofsuchsubdomainnamesisnotrequiredbyanytechnicalorpolicystandard;indeed,thefirsteverwebserverwascalled"nxoc01.cern.ch",andmanywebsitesexistwithoutawwwsubdomainprefix,orwithsomeotherprefixsuchas"www2","secure"etc.Thesesubdomainprefixeshavenoconsequence;theyaresimplychosennames.Manywebserversaresetupsuchthatboththedomainbyitself(e.g.,)andthewwwsubdomain(e.g.,)refertothesamesite,othersrequireoneformortheother,ortheymaymaptodifferentwebsites.
Whenasinglewordistypedintotheaddressbarandthereturnkeyispressed,somewebbrowsersautomaticallytryadding"www."tothebeginningofitandpossibly".com",".org"and".net"attheend.Forexample,typing'microsoft
//www.openoffice.org.ThisfeaturewasbeginningtobeincludedinearlyversionsofMozillaFirefox(whenitstillhadtheworkingtitle'Firebird')inearly2003.ItisreportedthatMicrosoftwasgrantedaUSpatentforthesameideain2008,butonlywithregardtomobiledevices.
The'http:
//'or'https:
//'partofwebaddressesdoeshavemeaning:
TheserefertoHypertextTransferProtocolandtoHTTPSecureandsodefinethecommunicationprotocolthatwillbeusedtorequestandreceivethepageandallitsimagesandotherresources.TheHTTPnetworkprotocolisfundamentaltothewaytheWorldWideWebworks,andtheencryptioninvolvedinHTTPSaddsanessentiallayerifconfidentialinformationsuchaspasswordsorbankdetailsaretobeexchangedoverthepublicinternet.Webbrowsersoftenprependthis'scheme'parttoURLstoo,ifitisomitted.Inoverview,RFC2396definedwebURLstohavethefollowingform:
//
Pronunciationof"www"
InEnglish,wwwispronouncedbyindividuallypronouncingthenameofcharacters(double-udouble-udouble-u).Althoughsometechnicaluserspronounceitdub-dub-dubthisisnotwidespread.TheEnglishwriterDouglasAdamsoncequipped:
TheWorldWideWebistheonlythingIknowofwhoseshortenedformtakesthreetimeslongertosaythanwhatit'sshortfor.
–DouglasAdams,TheIndependentonSunday,1999
ItisalsointerestingthatinMandarinChinese,WorldWideWebiscommonlytranslatedviaaphono-semanticmatchingtowànwéiwǎng(万维网),whichsatisfieswwwandliterallymeans"myriaddimensionalnet",atranslationthatveryappropriatelyreflectsthedesignconceptandproliferationoftheWorldWideWeb.
TimBerners-Lee'sweb-spacestatesthatWorldWideWebisofficiallyspelledasthreeseparatewords,eachcapitalized,withnointerveninghyphens.Additionally,Web(withacapitalW)isusedtoindicateitsstatusasanabbreviation.
Standards
ManyformalstandardsandothertechnicalspecificationsdefinetheoperationofdifferentaspectsoftheWorldWideWeb,theInternet,andcomputerinformationexchange.ManyofthedocumentsaretheworkoftheWorldWideWebConsortium(W3C),headedbyBerners-Lee,butsomeareproducedbytheInternetEngineeringTaskForce(IETF)andotherorganizations.
Usually,whenWebstandardsarediscussed,thefollowingpublicationsareseenasfoundational:
∙Recommendationsformarkuplanguages,especiallyHTMLandXHTML,fromtheW3C.Thesedefinethestructureandinterpretationofhypertextdocuments.
∙Recommendationsforstylesheets,especiallyCSS,fromtheW3C.
∙StandardsforECMAScript(usuallyintheformofJavaScript),fromEcmaInternational.
∙RecommendationsfortheDocumentObjectModel,fromW3C.
AdditionalpublicationsprovidedefinitionsofotheressentialtechnologiesfortheWorldWideWeb,including,butnotlimitedto,thefollowing:
∙UniformResourceIdentifier(URI),whichisauniversalsystemforreferencingresourcesontheInternet,suchashypertextdocumentsandimages.URIs,oftencalledURLs,aredefinedbytheIETF'sRFC3986/STD66:
UniformResourceIdentifier(URI):
GenericSyntax,aswellasitspredecessorsandnumerousURIscheme-definingRFCs;
∙HyperTextTransferProtocol(HTTP),especiallyasdefinedbyRFC2616:
HTTP/1.1andRFC2617:
HTTPAuthentication,whichspecifyhowthebrowserandserverauthenticateeachother.
Privacy
Computerusers,whosavetimeandmoney,andwhogainconveniencesandentertainment,mayormaynothavesurrenderedtherighttoprivacyinexchangeforusinganumberoftechnologiesincludingtheWeb.Worldwide,morethanahalfbillionpeoplehaveusedasocialnetworkservice,andofAmericanswhogrewupwiththeWeb,halfcreatedanonlineprofileandarepartofagenerationalshiftthatcouldbechangingnorms.FacebookprogressedfromU.S.collegestu
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- WorldWideWeb