What is IP?

Answer Posted / sreevani

An identifier for a computer or device on a TCP/IP network.

Networks using the TCP/IP protocol route messages based on
the IP address of the destination. The format of an IP
address is a 32-bit numeric address written as four numbers
separated by periods. Each number can be zero to 255. For
example, 1.160.10.240 could be an IP address.
Within an isolated network, you can assign IP addresses at
random as long as each one is unique. However, connecting a
private network to the Internet requires using registered
IP addresses (called Internet addresses) to avoid
duplicates.

The four numbers in an IP address are used in different
ways to identify a particular network and a host on that
network. Four regional Internet registries -- ARIN, RIPE
NCC, LACNIC and APNIC -- assign Internet addresses from the
following three classes.

Class A - supports 16 million hosts on each of 126 networks
Class B - supports 65,000 hosts on each of 16,000 networks
Class C - supports 254 hosts on each of 2 million networks
The number of unassigned Internet addresses is running out,
so a new classless scheme called CIDR is gradually
replacing the system based on classes A, B, and C and is
tied to adoption of IPv6.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Public serversocket(int port, int queuelength) throws ioexception, bindexception?

684


What is network interface name?

549


What is jhttp web server?

767


To create a socket, you need to know the internet host to which you want to connect?

539


What are the advantages and disadvantages of sockets?

579






What is a listener in networking?

593


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

553


What is HttpURL connection ?

632


Explain look for local ports?

580


What is a thread pool?

651


What is the Difference between socket and servlet?

796


Tell me about networking classes and interfaces.

631


Why socketutil is used?

612


Explain a time server?

596


Explain a daytime server?

646