Answer Posted / sanoop jacob thomas
An Internet Protocol (IP) address is a numerical label for
devices used in a computer network. An IP address serves
two principal functions in networking: host identification
and location addressing.it is 32 bit for ip version 4 and
128 bit forip version 6.
Inet address is a class encapsulating both this ip address
and the domain name for this address.This class can be used
for getting the ip address of systems by providing the name
and vice versa.This is done by some functions in the class
such as getaddress(),getbyname()
| Is This Answer Correct ? | 52 Yes | 10 No |
Post New Answer View All Answers
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What do you understand by the term network?
What is the Difference between socket and servlet?
What is socket in java?
Where is the network interface card located?
What is jhttp web server?
What are the advantages and disadvantages of sockets?
Tell me about networking classes and interfaces.
What is cookies in networking ?
What is an http server?
To create a socket, you need to know the internet host to which you want to connect?
How we can make simple java program for Server/Client Communication
Explain a daytime server?
What is HttpURL connection ?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?