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

What are tuning jvm parameters?

0 Answers  


What is meant by cluster??

0 Answers  


Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic

0 Answers  


Tell me how does a server find out server unavailability?

0 Answers  


Msi replica mode??

0 Answers  






How should you type cast a remote object?

0 Answers  


What is advantage if silent mode installation...urgent..need answer to this question

3 Answers   IBM,


When we will take thread dump? Please give us some examples?

0 Answers  


Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?

1 Answers   IBM,


What is wlst in web logic?

0 Answers  


What is Multicast?

0 Answers  


What is the performance issue in weblogic and how can you resolve ,explain in brief

4 Answers   HCL, IBM, TCS,


Categories