what happen when we give www.abc.com in url(what is process)

Answers were Sorted based on User's Feedback



what happen when we give www.abc.com in url(what is process)..

Answer / vamsee

www.abc.com

www--servername
abc--domain name
.com--top level domain
if u give like www.abc.com ,the dns will chech for ip
adress for abc domain in .com top level domain ,after
geting that ip address the dns send a request to that
particular ip and get responce.

Is This Answer Correct ?    18 Yes 1 No

what happen when we give www.abc.com in url(what is process)..

Answer / mohit

When you enter the URL, The URL is looked up in DNS to get
the IP address of the desired Host.

Now, on that host, client interacts with the desired
application using the application port.

Is This Answer Correct ?    5 Yes 1 No

what happen when we give www.abc.com in url(what is process)..

Answer / mohit

Adding to my above post:

we reach Host using IP Address or fully-qualified domain name.

Now to interact with any application on that host we use port associated with that application.

Now as far as our web-applications are concern, they are hosted on the application servers which are running of some ports. That is why you are able to access your application hosted on weblogic by using <server ip address>:<server port>/<context root>

When you do not mention any port, by default it is treated as port 80.

You can have many application hosted on same host and each application on that host can be accessed using port assigned to that application.

Please remember, Weblogic server is also an application for hosting web-applications.

Is This Answer Correct ?    5 Yes 1 No

what happen when we give www.abc.com in url(what is process)..

Answer / manjunath m

when you hit www.abc.com
it will nslookup the abc.com (check the IP )
basically the abc.com is the URL of the web-server. so it
will search in the Big-IP (Load Balancer) and pass the
request to the one of the web-server instance using some
methods (like Round Robin) and then it will go to
configuration path of the web-server (if it is apache it
will go to main.conf/jkmounts.conf) and then check the
JkMount(incase of JBoss appserver)/(weblogic handler
(incase of Weblogic App server)and then the request will go
to the application server instance which can be decided
through BigIp again ) and then it retrieves the responce in
the same path it goto back and gives the responce to user

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Weblogic Interview Questions

how to upgrade the weblogic server licence?

0 Answers   CTS, Wipro,


How many way to start and stop weblogic servers?

0 Answers  


How a web logic server works?

0 Answers  


What are the prerequisites of starting a server?

0 Answers  


Can the bean class implement the ejbobject class directly? If not why?

0 Answers  






Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic

0 Answers  


What is t3 protocol?

0 Answers  


If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.

1 Answers  


In what ways can a web logic servers performance be improved upon?

0 Answers  


Explain the types of deployment modes and diffrernces between them?

0 Answers  


what is the differencees between work manager and executequeue?

2 Answers   iFlex,


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

0 Answers  


Categories