InterviewSolution
Saved Bookmarks
| 1. |
Can v use url to access a web page? How? |
|
Answer» Yes url is used to access webpage. E.g we type www.google.com. our pc checks local host file on pc to find the ip address of the website. If ip address is not found there then next request is send to dns of your service provider e.g bsnl. Once url is resolved to ip address then webpage is retreived from that ip address.Ip adress is a logical address like 123.1.100.30 . It is given to a server which holds the website. It is the reason to access any machine it is given by the service provider. Every machine that is connected to internet has this ip address . You can see this as phone number if u want to connect to any number u dial his phone number same way ip address works.DNS is a server that converts url into ip address Plzz koi abs do yrrr |
|