also @ TechSpot: EU, US approve Google's $12.5 billion buyout of Motorola Mobility
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Hardware > Storage and Networking

Begin your free trial now Pay-as-you-go options starting at $10/user/month

IP Mapping

Thread Tools Search this Thread
  #1  
Old 06-13-2004
EnglishST's Avatar
Newcomer, in training
 
Location: England
Member since: Feb 2004, 25 posts
IP Mapping

Can Anyone explain what is ment by IP Mapping, ive searched everywhere and can not get any info on this all i found was this, but it dont make sense to me - http://www.fractalus.com/steve/stuff/ipmap

Any Help at all?
  #2  
Old 06-14-2004
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
In what context do you mean that "IP mapping" thing? You are talking about NAT maybe?
  #3  
Old 06-15-2004
EnglishST's Avatar
Newcomer, in training
 
Location: England
Member since: Feb 2004, 25 posts
Like I said above IP mapping, im trying to understand what IP mapping means...
  #4  
Old 06-19-2004
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
Where did you hear that term from? Since it returns only a handful of results from Google then it is probably slang or a term used wrong.
  #5  
Old 06-19-2004
TechSpot Evangelist
 
Location: has left the building
Member since: Aug 2003, 8,165 posts
I think it means establishing a list (map) of the IP-addresses of all hops that a package (of network-data) visits on its merry way from A to B.
  #6  
Old 06-19-2004
poertner_1274's Avatar
secroF laicepS topShceT
 
Location: Saint Louis, MO, USA
Member since: Feb 2002, 4,742 posts
System specs
Which would be something like tracert or such in the command line
  #7  
Old 06-21-2004
Tarkus's Avatar
TechSpot Ambassador
 
Location: Martinez, CA
Member since: Mar 2002, 835 posts
System specs
no, i believe he's referring to the 3D mapping of IP addresses. I recall a webpage that has the entire internet mapped as a 3D model. Fairly interesting; it shows the major connections, distances and paths between IPs.

cant think of where I saw it or how you'd google it. If I do I'll post a linkie.
  #8  
Old 06-21-2004
Tarkus's Avatar
TechSpot Ambassador
 
Location: Martinez, CA
Member since: Mar 2002, 835 posts
System specs
heh, that was easier than I thought....

Internet Mapping Project
  #9  
Old 04-22-2005
Newcomer, in training
 
Member since: Apr 2005, 4 posts
I think he means IP Mapping and Name Resolution.

IP Mapping is when a computer builds a table of IP address that have been mapped to a MAC address. IP mapping is what is done when a MAC address needs to be found when only the IP address or domain name is known.

A computer sending information will not know the MAC address of the destination but it will know the IP address of its gateway to the rest of the world. So therefore it will send its data packets to its default gateway. The router at the gateway might not know the MAC address of the destination, but it will send it to the next device in the link. The next device might not know what it is either, but the device after that might or might know where to send it at least, so therefore, the data is sent until its gets to a device that knows the MAC address of the destination, so therefore it removes all the IP address and replaces it in the frame with the MAC address and sends it to the destination.

The same idea applies if for domain names. The domain name may be known but the IP address is not known. Therefore the computer will send a broadcast message asking for the IP address for the domain. The server will look up the domain in its active directory, and sends back the IP address. The computer will then first check its log for the MAC address. If its not there, it will send out another broadcast asking for the MAC address for this IP address it has. Either the server will hand it to the computer, or the computer with the IP address will response with its MAC address.

The process can also be static, not just dnyamic. This means that a DHCP server is not used. This method involves a system administrator manually creating a ‘hosts’ file. This file contains the computer’s name and its corresponding IP address. This method is good when IP addresses are assigned statically, and the network does not change.
  #10  
Old 04-22-2005
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 posts
System specs
Some notes..
Quote:
A computer sending information will not know the MAC address of the destination but it will know the IP address of its gateway to the rest of the world. So therefore it will send its data packets to its default gateway. The router at the gateway might not know the MAC address of the destination, but it will send it to the next device in the link. The next device might not know what it is either, but the device after that might or might know where to send it at least, so therefore, the data is sent until its gets to a device that knows the MAC address of the destination, so therefore it removes all the IP address and replaces it in the frame with the MAC address and sends it to the destination.
Gateways are not used when the destination machine is on the same subnet as the source machine.

The "next device" is determined from a thing called a routing table.
Quote:
The same idea applies if for domain names. The domain name may be known but the IP address is not known. Therefore the computer will send a broadcast message asking for the IP address for the domain. The server will look up the domain in its active directory, and sends back the IP address. The computer will then first check its log for the MAC address. If its not there, it will send out another broadcast asking for the MAC address for this IP address it has. Either the server will hand it to the computer, or the computer with the IP address will response with its MAC address.
Even though MS would like Active Directory to be all-powerful it is not. No server can know all the domain names of all the hosts on the internet and in most cases the nameserver your computer uses is not an AD DC. There is a hierarchy of DNS servers that are queried one at a time until one is found who can resolve the query.

This is not done by broadcast since broadcasting anything over the whole internet would be a very silly thing to do.
Quote:
The process can also be static, not just dnyamic. This means that a DHCP server is not used. This method involves a system administrator manually creating a ‘hosts’ file. This file contains the computer’s name and its corresponding IP address. This method is good when IP addresses are assigned statically, and the network does not change.
Even if we don't use a DHCP server we can still define a static nameserver instead of writing down the names of all the computers on the internet into the hosts file

The hosts file is a convenient way to name machines on a small network where a dedicated DNS server would be an overkill.
  #11  
Old 04-22-2005
Newcomer, in training
 
Member since: Apr 2005, 4 posts
thank you!
Closed Thread

Similar Topics
Topic Replies Forum
Mapping 1 Storage and Networking
Mapping LPT1: to a USB Printer 3 Windows OS
Mapping 1 Storage and Networking
IP Mapping 3 Storage and Networking
CS mapping problems... 0 Gaming

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 06:40 AM.