Explain working of WWW.

1 Answer

Answer :

The Web is a repository of information in which the documents, called web pages, are distributed all over the world and related documents are linked together.

The WWW today is a distributed client-server service, in which a client using a browser can access a service using a server. The service provided is distributed over many locations called sites. Each site holds one or more web pages. Each web page can contain some links to other web pages in the same or other sites. 

• Simple web page has no links to other web pages. 

• Composite web page has one or more links to other web pages.

Each web page is a file with a name and address. The web page is stored at the web server. Each time a request arrives, the corresponding document is sent to the client. 

Related questions

Description : Explain the working of TELNET.

Last Answer : TELNET: TELNET is an abbreviation for TErminaLNETwork. It is the standard TCP/IP protocol for virtual terminal service. TELNET Working: * TELNET is a client-server application that allows a user ... the characters to the appropriate application program.  Fig. Working of TELNET 

Description : Explain TCP connection management with the help of TCP connection management finite state machine.

Last Answer : To keep track of all the different events happening during connection establishment, connection termination, and data transfer, TCP is specified as the Finite State Machine -FSM TCP ... , a server transitions through a solid line or a client transitions through a dotted line.

Description : Explain how TCP connections are established using the 3 way handshake. What happens when 2 hosts simultaneously try to establish a connection?

Last Answer : If 2 host Simultaneously try to establish connection: Simultaneous Open: * It's possible for two applications to send a SYN to each other to start a TCP connection, although the possibility is small, ... . * The CLOSING state takes the place of FIN-WAIT-2 or CLOSEWAIT in a common scenario.

Description : Explain about standard and non standard protocols at the application layer.

Last Answer : HTTP The Hypertext Transfer Protocol (HTTP) is a Application layer protocol used mainly to access data on the World Wide Web. HTTP uses the services of TCP on well-known port 80. FTP ... starts with the client when the user needs to download e-mail from the mailbox on the mail server.

Description : Explain the TCP connection establishment using a three way handshake mechanism.

Last Answer : Connection Establishment TCP uses a Three way handshaking mechanism to establish a connection between client and server machines. The three steps in three way handshaking mechanism are as follows.  SYN: ... This is just an ACK segment. It guarantees the completion of three way handshaking.

Description : Explain different transition method of IPv4 to IPv6.

Last Answer : Three Transition from IPv4 to IPv6 strategies are 1. Dual Stack 2. Tunnelling 3. Header Translation  1. DUAL STACK  In this kind of strategy a station has a dual stack of protocols run IPv4 and ... of the IPv6 packet is converted to an IPv4 header see figure. Fig. Header Translation

Description : Explain difference between distance vector and link state routing. 

Last Answer : Distance Vector Routing Link State Routing Routing tables are updated by exchanging information with the neighbours.  Complete topology is distributed to every router to update a routing table. ... Harder to configure Count to infinity problem No count to infinity problem

Description : Explain ICMP protocol. Describe the header format of ICMP.

Last Answer : The Internet Control Message Protocol (ICMP) supports the unreliable and connectionless Internet Protocol (IP). * ICMP messages are encapsulated in IP datagrams. There are two categories of ICMP messages ... query messages, the data section carries extra information based on the type of the query.

Description : Describe the HTTP response message format.

Last Answer : Status Line  Status line shows status for the response it indicates response status using a code as well as a status phrase. The status-Line begins with a protocol version, then status code and status phrase. ... fields Body It contains actual content. This part is optional. OR

Description : Describe the RIP message format.

Last Answer : RIP(Routing Information Protocol) message format * RIP is routing protocol based on Distance Vector Routing algorithm which is an intradomain (interior) routing protocol used inside an autonomous ... 32-bit field defines the hop count from the advertising router to the destination network

Description : Construct a diagram to show the application of cookies in a scenario in which the server uses cookies for advertisement.

Last Answer : Use of Cookies for advertisements:  A cookie is also used by advertising agencies. An advertising agency can place banner ads on some main website that is often visited by users. The advertising agency supplies only ... the user is sent and stored in the file, which are used by the server. 

Description : Compare TCP and UDP

Last Answer : Characteristics TCP UDP Connection TCP is connection oriented Protocol UDP is connection less Protocol  Reliability It provides reliable delivery of messages It provides unreliable delivery of ... FTP, Telnet, SMTP, DNS, HTTP, POP DNS, BOOTP, DHCP, TFTP, RIP

Description : State the concept of fragmentation in IPv4. 

Last Answer : Fragmentation: When the maximum size of datagram is greater than maximum size of data that can be held a frame then the network layer divides the datagram received from x-port layer into ... copied into the fragment header. The three fields Flags, Fragmentation offset and Total length are altered.

Description : State the transmission modes of FTP.

Last Answer : Transmission modes of FTP: 1. Stream mode 2. Block mode 3. Compressed mode

Description : List two advantages of using UDP over TCP.

Last Answer : Advantages of using UDP over TCP : 1) UDP is connection less and unreliable transport layer protocol. i.e. It does not require to maintain a connection. 2) UDP is transaction oriented and ... UDP is faster since it does not require acknowledgment. 4) Useful when time sensitivity is more important

Description : State the use of 6 flags in TCP header.

Last Answer : There are 6, 1-bit control bits that control connection establishment, termination, abortion, flow control etc.. 1) URG: Urgent pointer If this bit field is set the receiving TCP should ... 6) FIN: No more data from sender. If this bit is set then it terminates the connection.

Description : State the need of domain name system.

Last Answer : Need of domain name system: * Since IP addresses are difficult to remember and names are easier to remember Domain Name System is used and DNS servers are used for converting these names into IP addresses. * ... to internet. Use for mapping can map a name to an address or an address to a name. 

Description : State the four advantages of IPv6.

Last Answer : Advantages of IPv6: * Larger address space. * Better header format. * New options for additional functionalities. * Allowance for extension. * Support for more security. * ... Simplified Network configuration * Support for new services * Support for Security * Auto configuration

Description : Differentiate between IPv4 and IPv6.

Last Answer : IPv4 IPv6 1. Source and destination addresses are 32 bits (4 bytes) in length. 1. Source and destination addresses are 128 bits(16 bytes) in length. 2. Uses broadcast ... Uses host address (AAAA) resource records in the domain name system to map host names to IPv6 addresses

Description : Can someone please explain in plain, layman's terms English what FeedBurner does and is? (www.feedburner.com)

Last Answer : It exports your site’s RSS feed to a different server from which you can see stats over how many reads your RSS.

Description : Explain the WWW in detail

Last Answer : ∙ Hypertext & Hypermedia ∙ Browser Architecture ∙ Categories of Web Documents ∙ HTML ∙ CGI ∙ Java

Description : Why wouldn't there be search engine for the site in addition to the www search box in every site?

Last Answer : I’m not quite sure what you’re looking for here. The search box is the site specific search engine – even if it is poorly designed at times.

Description : How do I make a website similar to www.20q.com?

Last Answer : I would use just a simple fall through decision tree with goto statements

Description : Will my Web site's rating be affected by the fact that it can be reached using subdomains other than www?

Last Answer : answer:Each is seen as a separate site to Google, so your results will be split as will your page rank and total pages. You may also run into some problems with Google seeing some of your content as ... re interested (you may already be familiar, but never hurts to throw it in). I hope it helps.

Description : Trouble with www.annualcreditreport.com?

Last Answer : answer: For your protection, if your identity cannot be authenticated for online delivery of your credit report, you will receive further instructions on how to request your report for ... of fraudulent activity or identity theft. This is taken directly from the annualcreditreport website.

Description : Http://www.soundunwound.com/ - anyone use this service?

Last Answer : I'm sorry, I might not be understanding this question correctly, or I'm missing something. imdb.com is the internet movie data base and soundunwound.com focuses on music database. I can't really ... gaga in soundunwound, it gives you the info such as basic biography, alubm releases, and her news.

Description : Does anybody knows what song is used in this video: http://www.youtube.com/watch?v=OoSdQsb2t4E?

Last Answer : Seriously? You are such an asshole…You just made me watch Gilmore Girls! That should be a new form of Rick Rolling….

Description : Do you watch www.channelsurfing.net? (not spam)

Last Answer : I’ve used that site a lot, but I don’t know what you mean about the “begin>>” thing.

Description : Where can i buy this print? - http://www.yourarthere.com/entry/the-truth-seekers-radio/?

Last Answer : I’d contact the artist.

Description : About The Giving Pledge (www.givingpledge.org), when are they actually going to donate the money?

Last Answer : Do you feel like they scammed you?

Description : Windows - should I make WWW pictures a bit dark or light to accommodate Mac users?

Last Answer : Don’t worry about it. But if you care enabling sRBG when you save the image should take care of things (or at least them make them irrelevant).

Description : Why am I having trouble with www.pipl.com?

Last Answer : You can’t.

Description : I need to download all of the pages of a website under www.xyz.com. How do I accomplish this in an automated fashion?

Last Answer : answer:http://www.httrack.com/ is a WIndows & LInux tool for that task. HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility. It allows you to ... , building recursively all directories, getting HTML, images, and other files from the server to your computer.

Description : What do you think of this computer: http://www.dell.com/us/en/home/notebooks/inspiron-1012/pd.aspx?refid=inspiron-1012&s=dhs&cs=19&~oid=us~en~29~laptop-inspiron-10_anav1~~?

Last Answer : There are a lot of netbooks on the market with similar specs. Read the reviews and buy by price. Try looking at the Asus EEE Netbooks on Amazon or Newegg.com, and reading the customer reviews. Dell is not the paragon that it once was, although things change and it may come back.

Description : How to make cookie in php track both in www.site.com and site.com for some web-site?

Last Answer : answer:Set the domain argument to just '.site.com', including the leading period, rather than accepting the default (which will be whatever the current domain is) http://php.net/manual/en/function.setcookie.php ... So you might have something like: setcookie( my_cookie', 123, 0, , '.site.com');

Description : Has anyone heard of www.UrgentEvoke.com?

Last Answer : Yeah, but have been so busy with other things to really get into it. I did the first basic action. Haven’t done anything ever since. Maybe in the summer. Not a bad idea though. Added her on my fb and talking to her about another game idea.

Description : How often do channels on www.veetle.com go off-air?

Last Answer : This is apparently similar to YouTube as the content is user added. The problem arises when whoever is posting the material does not legally own the broadcast rights. Whoever started the Animal Planet channel is ... on sites like this. If it didn't, the site would be shut down. Remember Napster ?

Description : Why won't most of the channels load on www.freedocast.com?

Last Answer : It's just a badly designed website that never works very well. I suspect either there is a very common software issue that they haven't clued in on yet, or else their channels are simply very ... 't matter to them too much, it seems, since even the broken links require you to watch commercials.

Description : In Linux (Portuguese www.caixamagica.pt version, although I expect a common solution...) how can I make a key combination to generate the at sign?

Last Answer : Your keyboard layout probably isn’t configured correctly, try going to the keyboard settings and selecting a layout that fits your keyboard. Also, you’re not just using “Linux”, but a certain Linux distribution, e.g. Ubuntu. It would be handy to know the name of this distribution.

Description : How do you remove the "www" from the URL of a wordpress site?

Last Answer : in .htaccess file in the root directory… RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] though don’t tough any of the Wordpress generated stuff that’s in there.

Description : Web site doesn't work without the "www"?

Last Answer : Try this

Description : Have you ever been to www.socwall.com?

Last Answer : interfacelift.com is a good one.

Description : Need help from other www.stumbleupon.com users.

Last Answer : This is me…is it you? see link

Description : What has been your experience with www.woot.com?

Last Answer : It looks like alot of the merchandise is refurbished. Have you had any problems w/ the items?

Description : HELP. Is the guy with the drinks on the Visit California Snow commercial Jamie Kennedy? Huge debate right now in this house. Here's the website with the video: http://www.visitcalifornia.com/AM/Template.cfm?Section=Winter_Recreation?

Last Answer : Yes, elsewhere on the site it says: Actor and comedian Jamie Kennedy makes an appearance, with Governor Arnold Schwarzenegger closing the spot with another memorable line. “There’ll always be room at the top,” he says from the summit at Mammoth Mountain.

Description : Any other photo sites like http://www.photofunia.com?

Last Answer : There are a few similar sites: http://www.befunky.com/ http://www.dumpr.net/ http://fotoflexer.com/ http://funphotobox.com/ http://www.gooifier.com/ http://www.picnik.com/ But from what I’ve seen it looks like photofunia is the best.

Description : Can I trust the website www.tobook.com to book a hotel room?

Last Answer : Call the hotel, tell them you want to confirm your reservation. Why did you book through them than book through the hotel to begin with? There certainly are reputable booking sites, like Travelocity, Priceline, Expedia, etc. But “tobook” isn’t one I’ve heard of.

Description : Has anyone bought from the website: www.steepandcheap.com?

Last Answer : it looks legit i would also recommend you check out the site www.w00t.com which also offers various deals on a day to day basis.

Description : I am having problems when I go to www.youtube.com can you help me?

Last Answer : strange…I just found that Safari works fine, but my FireFox isn’t working…it’s the latest edition of FireFox, and I’m running it on a mac…anyone else having the same problem, ways of fixing it?

Description : What is goodt bit torrent website beside www.thepiratebay.org?

Last Answer : they all go equally well with transmission i would assume. i like demonoid a lot.