A private IP address is one that is not visible outside the local network. RFC 1918 recommends specific ranges for private IP addresses; for example, any address that starts with "10.".
Private IP are used within a Local Area Network. While public IPs are unique and which are used on Wide area networkClass A Private IP Range: 10.0.0.0 - 10.255.255.255 Class B Private IP...
The answer is found in RFC-1918"The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets: 10.0.0.0 - 10.255.255.255 (10/8...
A public IP address is an address assigned by your internet service provider. The public address is used so you can be reached from the outside world. others can send message to your public ip...
tcp is the transport control protocol and ip is the internet protocol. tcp is concerned with guaranteed delivery of packets from source to destination, while ip is the protocol used to actually...
TCP : Its a protocol responsible for the data delivery of a packet IP :Its a logical addressingTCP is a Layer 4 (transport) protocolIP is a layer 3 (network) protocol. TCP runs on top of IP.