IP number by city database

I know this is off topic, but I am looking for some suggestions. I am working on a student project, where I take reverse DNS site addresses and calcualte their IP numbers based on the IP address. I want to make an interactive geo-plotter, where a city on a world map image lights up when the IP number from that city is requested by the user. Everything is fine from the code side, except I can't find a table or list of cities by their IP number. I can find country by IP number, but not city. Anybody know where I can get one of these...uh, ideally for free?
Thanks, Steve

IPs have nothing to do with geographic region.That is not entirely correct. The IANA assigns
IP-addresses to RIRs (Regional Internet Registry) who
in turn assign these to ISPs in that region. I don't
know the exact details but you can read more about it
here: http://www.iana.org/ipaddress/ip-addresses.htm
Correct but the reverse is not true either. It is certainly the case that some IPs can be regionally located. There are a number of small companies with a local presence that have C networks.
But there are larger networks which span geographic regions that are certainly larger than a city. I believe this is how most ISPs work. And presuming that most traffic originates with ISPs these days it would suggest that most originating IPs will not be localizable to a city.

Similar Messages

  • Maximum Number of Mirrored Databases Decreases as Number of Available Cores Increases?

    Hi,
    I wonder if you can help me. We're planning a large in-house mirroring deployment and are concerned we may (at some point) run into the limits described in the following KB article:
    http://support.microsoft.com/kb/2001270/en-gb.
    Based on the formulas contained within the above article, I knocked up a quick spreadsheet to see how increasing the number of cores might allow us to increase the number of mirrored databases. However, to my surprise, my calculations imply that as you increase
    the number of cores, the number of databases you can potentially mirror decreases?
    No. of Logical Cores
    Max Worker Threads
    Threads Required per Mirrored Database
    Max. No. of Databases that can be Mirrored
    4
    512
    3
    170.6666667
    8
    576
    4
    144
    12
    640
    5
    128
    16
    704
    6
    117.3333333
    20
    768
    7
    109.7142857
    24
    832
    8
    104
    28
    896
    9
    99.55555556
    32
    960
    10
    96
    64
    1472
    18
    81.77777778
    Am I missing something here? Have a miscalculated somewhere? This seems counterintuitive.
    Regards
    Andy

    Hi  rushandy,
    As the KB post, we need to calculate the max worker threads, which is default no. of worker thread SQL Server will spawn. about database mirroring requirements for worker threads, we need to calculate the number of threads required per mirrored database.
    At end,
    maximum number of databases that can be mirrored = the max worker threads/ the number of threads required per mirrored database.
    As your post, for 64 bit architectures, if the number of logical CPU cores is 16 on the mirror server, after calculating , maximum number of databases that can be mirrored is 117. However, in actual scenario, the mirroring databases is less than 117, or
    else, it will cause some errors, such as error 17884 and so on.
    Usually, not all worker threads would be available to perform mirroring activities as some threads are assigned to core database activity on the server. For more information, see:http://sqlknowledgeshare.blogspot.com/2012/02/do-you-know-maximum-number-of-databases.html
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Number of standby databases in Oracle 11g

    Hi ,
    We could create maximum of 9 standby databases in Oracle 10g.
    How many maximum number of standby databases can be created in Oracle 11g?
    Regards
    Barkhaa

    You can search for the answer here: http://www.oracle.com/pls/db112/homepage

  • CAL. number of concurrent database sessions FOR CERTAIN HARDWARE CONFG.

    How i can calculate the number of concurrent database sessions for a cartine hardware config.?
    If i used :
    oracle 8i 8.1.7 database on compaq server ML530 PIII 733 and 1024M RAM
    9iAS application on compaq server ML370 2xPIII 866 and 1024M RAM
    best regards
    ASHRAF SHAWKY
    [email protected]
    [email protected]
    null

    misterimran wrote:
    Dear Deepak,
    This is what I am talking about. This session information only shows 1 session of apache.
    However many users are connected to apache more then like 250.Are you trying to figure out how many different users are using Apache? Or how many sessions exist in the database? In a three-tier environment, you almost always have a connection pool, so the number of hitting the middle tier is substantially different than the number of sessions in the database.
    What is the business problem you are trying to solve? Is this a licensing question? Or a technical question? If it is technical question, what problem are you trying to solve?
    Justin

  • Wrong IMEI number in the database apple

    Wrong IMEI number in the database apple
    Iphone 4 16Gb Black
    Not be checked by serial number or by IMEI
    How can this be?
    IMEI 012336005894419
    Serial Number 860275ZJA4S

    I want to Unlock this iPhone
    At&t write that this IMEI number does not exist.
    Apple.com write:
    We're sorry, the number you have provided cannot be found in our records. Please verify the number and try again, or contact us

  • Maximum number of dimensions & databases allowed & recommended in Essbase?

    Hi,
    can anyone one give input on what are Oracle recommendations on maximum number dimensions & databases allowed & recommended in Essbase?

    Hi John,
    Thanks for your post, I also have the same query related to Dimensions and Databases of (ASO,BSO) application, as i donot found anything like this in
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/limits.htmlwhat is the maximum number of dimension & databases we can use in essbase application. like we have limitation of dimensions and database in Planning application
    Thanks,
    Avneet

  • To find SCN number in standby database with Oracle 9i.

    Hi all,
    1.how to find SCN number in standby database with Oracle 9i.
    note:
    1.it is in mount stage.
    2.oracle 9i.
    regards,
    Jayaprakash.

    Hello;
    I have no Data Guard 9 to review. However I might try this :
    select * from "_DBA_APPLY_PROGRESS";
    OR
    select time_mp,time_dp,  scn_wrp, scn_bas, scn from smon_scn_time;Also found this: ( almost certainly NOT a physical Standby )
    SELECT APPLIED_SCN, NEWEST_SCN FROM DBA_LOGSTDBY_PROGRESS;Best Regards
    mseberg
    Not worth another post but I think v$database on Oracle 9 has these columns only :
    v$database on Oracle 9
    DBID                      
    NAME                      
    CREATED                   
    RESETLOGS_CHANGE#         
    RESETLOGS_TIME            
    PRIOR_RESETLOGS_CHANGE#   
    PRIOR_RESETLOGS_TIME      
    LOG_MODE                  
    CHECKPOINT_CHANGE#        
    ARCHIVE_CHANGE#           
    CONTROLFILE_TYPE          
    CONTROLFILE_CREATED       
    CONTROLFILE_SEQUENCE#     
    CONTROLFILE_CHANGE#       
    CONTROLFILE_TIME          
    OPEN_RESETLOGS            
    VERSION_TIME              
    OPEN_MODE                 
    PROTECTION_MODE           
    PROTECTION_LEVEL          
    REMOTE_ARCHIVE            
    ACTIVATION#               
    DATABASE_ROLE             
    ARCHIVELOG_CHANGE#        
    SWITCHOVER_STATUS         
    DATAGUARD_BROKER          
    GUARD_STATUS              
    SUPPLEMENTAL_LOG_DATA_MIN 
    SUPPLEMENTAL_LOG_DATA_PK  
    SUPPLEMENTAL_LOG_DATA_UI  
    FORCE_LOGGING              ."_DBA_REGISTERED_ARCHIVED_LOG" has a "NEXT_SCN"
    Edited by: mseberg on Dec 19, 2011 10:03 AM
    Edited by: mseberg on Dec 19, 2011 10:29 AM
    Much later
    Also found this :
    select dbms_flashback.get_system_change_number scn from dual;
    Edited by: mseberg on Dec 19, 2011 11:06 AM

  • How to get the last SCN number from catalog database

    Hi All,
    I have a catalog database where my PROD database is registered. Evereyday at 12AM rman takes the hot backup of PROD.
    Now I want to create a auxillary database using the last RMAN backup, for this I want to restore using the SCN from the catalog views.
    Please help me to get the SCN number from the RC_ views.
    Regards,
    Bikram

    asifkabirdba wrote:
    Current SCN:
    Use the dbms_flashback package to get the current SCN. This value will be used during instantiation at the destination site, as well as by RMAN when duplicating the database.
    SET SERVEROUTPUT ON
    DECLARE
    until_scn NUMBER;
    BEGIN
    until_scn:=
    DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER;
    DBMS_OUTPUT.PUT_LINE('Until SCN: ' || until_scn);
    END;
    Regards
    Asif KabirHello,
    i am a bit confused,
    SELECT CURRENT_SCN FROM V$DATABASE;
    6272671324
    and from your package
    SET SERVEROUTPUT ON
    DECLARE
    until_scn NUMBER;
    BEGIN
    until_scn:=
    DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER;
    DBMS_OUTPUT.PUT_LINE('Until SCN: ' || until_scn);
    END;Until SCN: 6272671267
    why are they different, and why first result is lower than yours? can you explain please, thank you
    Ugur MIHCI

  • Inserting type of Number when updating database.

    Hi,
    I have what seems to me like a simple problem, but I just do not know the way to solve it. I have a page which the user creates accounts for new users in the database. When the new account is created, it updates the Users table in the database and then also the Users_In_Roles table which assigns each user to a role using that user's ID number and the ID for the role they are being assigned to. In my app module method, I have an if statement that checks to see if the current logged in user is of role ID 1 or 2 using the ExternalContext.isUserInRole() method. If the logged in user is 1, the user account being created is automatically set to 2, and if the logged in user is 2, the created account is automatically set to 3, in other words, the new user is set to one role level below the user creating them.
    Here is my problem. In the if statement that checks the role of the logged in user, I'm setting a variable roleID to the number of the role I want the new user to be, however when I try to pass this number into the Users_In_Roles table, I get an error since the roleID column is a data type of Number, I can not pass an Integer type variable to that column. I've tried declaring the roleID variable to type Number, but then I can't set it to 2 or 3 in the If statement because it won't accept integers. Does anyone know how I can set the roleID variable to the correct "Number" so that I can pass it into the table?
    Thanks in advance.

    Use the Number(int i) constructor. that is, instead of setting the attribute to
    yourIntValue
    set the attribute to
    new Number(yourIntValue)

  • Information sales man, sales man number and city

    From where can I get  list of   Salesman number, Salesman, Postcode and city.
    regards
    AJ

    KNA1   General Data
                      KNB1   Customer Master – Co. Code Data (payment method, reconciliation acct)
                      KNB4   Customer Payment History
                      KNB5   Customer Master – Dunning info
                      KNBK   Customer Master Bank Data
                      KNKA   Customer Master Credit Mgmt.
                      KNKK   Customer Master Credit Control Area Data (credit limits)
                      KNVV   Sales Area Data (terms, order probability)
                      KNVI   Customer Master Tax Indicator
                      KNVP   Partner Function key
                      KNVD   Output type
                      KNVS   Customer Master Ship Data
                      KLPA   Customer/Vendor Link
    Sales Documents   VBAKUK VBAK + VBUK
                      VBUK   Header Status and Administrative Data
                      VBAK   Sales Document - Header Data
                      VBKD   Sales Document - Business Data
                      VBUP   Item Status
                      VBAP   Sales Document - Item Data
                      VBPA   Partners
                      VBFA   Document Flow
                      VBEP   Sales Document Schedule Line
                      VBBE   Sales Requirements: Individual Records
    SD Delivery DocumeLIPS   Delivery Document item data, includes referencing PO
                      LIKP   Delivery Document Header data
    Billing Document  VBRK   Billing Document Header
                      VBRP   Billing Document Item
    SD Shipping Unit  VEKP   Shipping Unit Item (Content)
                      VEPO   Shipping Unit Header
    Kevin

  • Serial number in the database

    Hi,
    We are running Dell Optiplex GX 270 & 280 workstations and have all
    ZfD401 features running in our networks
    In the inventroy scan configuration, it scans the serial number as well
    as the asset tag number from BIOS.
    I can see these infomation in the workstation object - zenworks
    inventory - min info.
    However, if I exporting the inventory database to a CSV file and open it
    in Excel. The serial number column is empty. None of the 1200
    workstation records have the serial number exported.
    Any idea?
    Thanks,
    Louie

    Thanks Heaps.
    > Make a data export with -hardware-bios-serial number
    >
    > Jan
    >
    > <[email protected]> wrote in message
    > news:jJUwd.5345$[email protected]..
    > > Hi,
    > >
    > > We are running Dell Optiplex GX 270 & 280 workstations and have all
    > > ZfD401 features running in our networks
    > >
    > > In the inventroy scan configuration, it scans the serial number as well
    > > as the asset tag number from BIOS.
    > >
    > > I can see these infomation in the workstation object - zenworks
    > > inventory - min info.
    > >
    > > However, if I exporting the inventory database to a CSV file and open
    it
    > > in Excel. The serial number column is empty. None of the 1200
    > > workstation records have the serial number exported.
    > >
    > > Any idea?
    > >
    > > Thanks,
    > > Louie
    > >
    >
    >

  • Need to add part number in MRR database

    Hello All,
    Need to add next part number:
    256827 (PARTICION 1.4512+2B) as SAP Source in database
    Database name is Tenneco MRR 2.0 on TALAKDB1
    Supplier is Tenneco Edenkoben (vendor number is 1234 and it's internal)
    Receiveing plant is ABC..
    How to solve this.. Please help.
    Regards,
    Forum Shah

    Hi,
    Please clarify is it related to IDOC system? If yes please refer below link. what is the meaning ofNeed to add next part number? Thanking you.
    http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-part-ii/technology/sap/19/

  • Need patch number to Upgrade database

    I am trying to upgrade our 10.2.0.1.0 database to 10.2.0.3.0. Does anyone know the patch number? We are on Sun Solaris 10 x86 32 bit platform.

    Hi,
    Oracle 10g Support will expire soon, I suggest you to upgrade to 11.2.0.1, if ist not possible to upgrade to 11gR2 it is recommended to upgrade to 10.2.0.5 patchset.
    Regards,
    X A H E E R

  • How to insert an array of number into access database?

    How can I insert an array of numbers(double) into an access database and later read them back to an array I labview. I don't have the Database Connectivity toolset. I would prefer using the LABSQL or other free solution. Any idea on how to solve this. I have tried LABSQL and SQL commands, but when I do that I have to convert the number to a string and then make a SQL-command string. Is there a way where I don't have to convert the number into a string?

    Hello,
    I am not familiar with LABSQL and we do not do any support on that particular product. However I still want to give you some information on how to proceed. You can either store the array to binary format and by doing this you can save an entire array to one single element of the database. The other alternative is of course to save one-to-one in other words one element of the array in one element in the database.
    More info can be found here:
    http://digital.ni.com/public.nsf/websearch/3FE68BBDA95E845986256DB4006A22C0?OpenDocument
    Have you checked MSDN for information regarding this? You might be able to find useful SQL code there to use.
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • 10g express, how to change port number for the database home page

    10g express uses port 8080 for its http listener. However this number has been used by Tomcat on my computer. How can I chang the port number for the 10g home page?
    Regards
    jl

    Andy, thank you very much, I have been able to changed the port number following your advice.
    I hope you do not mind I ask a further questions along this line:
    I installed 10 express db on 2 computers. One with Tomcat and the other without. Following your advice, I successfully changed the port number on the one without Tomcat.
    On the one with Tomcat, I believe it was because I installed the 10g express while the Tomcat was running, I can neither go to the 10g's home page (page cannot be displyed), nor logon to the database from sqlplus (ora-12560: TNS:protocal error) even after I shut down the Tomcat. By checking with 'netstat -an', it is known that the http listerner is not listerning.
    Can I change some configuration file to solve this problem? Or do I have to reinstall 10 ex? I prefer the 1st aproach of changing config file, even it is not as easy as reinstallation.
    Thanks
    jl

Maybe you are looking for