Site Statistics
 
Threads: 4,039
Posts: 17,687
Members: 3,037
Users Online: 15
Newest Member: David.beckerham


Go Back   PC101 > Computer Related Forums > Wired and Wireless Networking

Wired and Wireless Networking Learn to link several devices, such as computers, workstations, printers together for the purpose of sharing resources. Here youc an discuss WiFi (wireless) networking too.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-28-2005, 05:44 AM   #1
Sophomore
 
Join Date: Nov 2005
Posts: 132
Rep Power: 3 sinja is on a distinguished road
Public and Private IP Addresses

I would like to know what are these public and private IP's?

A friend of mine is connected to a different LAN and I want to access his system directly, but what he knows is his internal IP and using which I cannot connect to it.

So how do these so called Remote Tools work across the Internet?
sinja is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-29-2005, 02:17 AM   #2
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Private IP address space is defined in RFC1918: Address Allocation for Private Internets.

The three address ranges reserved for private address space are:

10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)

These address spaces are special, in that they can be re-used over and over again by every private network. However, because of this, these address spaces are also unroutable.

What this means is that your router cannot know how to get to 10.1.1.1 -- because it could never know which 10.1.1.1 you are trying to reach.

The work-around to this is Network Address Translation (NAT).

NAT converts between public addresses and private addresses.

To connect to your friends machine, he is going to have to use NAT to map his private IP address to a public IP address.

Because of the shortage of public IP addresses, most NAT implementations allow you to map many private IP addresses to one public IP address. In these systems, each port on the public IP address can be assigned to a different private IP address.

So, your buddy should be able to configure his router to map port 5646 (for example) of his public IP address to one of his private IP addresses.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-29-2005, 08:07 AM   #3
Sophomore
 
Join Date: Nov 2005
Posts: 135
Rep Power: 3 imported_krish is on a distinguished road
This might sound silly, but is NAT a software or hardware?
imported_krish is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-29-2005, 10:26 AM   #4
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
NAT is a concept which may be implemented in software or in hardware.

Most commonly, NAT is implemented in routers and firewalls.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-17-2005, 10:06 PM   #5
Junior
 
Join Date: Dec 2005
Posts: 168
Rep Power: 3 compnut is on a distinguished road
Network

I've often wondered the same thing, and I just got my question answered. Thanks for the information, and now I can stop looking for that same answer.
compnut is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
IP adress problems Nehallenia Wired and Wireless Networking 2 03-31-2006 01:48 AM



All times are GMT -5. The time now is 11:27 AM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5