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
What is cookies in networking ?
What is an http server?
What do you understand by the term network?
What you know about random port?
What is a listener in networking?
Tell me about networking classes and interfaces.
What are the advantages and disadvantages of sockets?
What is a client tester?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is jhttp web server?
What is network programming in java?
What are the advantages and disadvantages of java sockets.
Explain a time server?
How we can make simple java program for Server/Client Communication
What is a thread pool?