Jump to content

PugJr

Members
  • Posts

    673
  • Joined

  • Last visited

    Never

Posts posted by PugJr

  1. Just wondering how you would have 1 domain over 2 servers so was wondering if that would work but clearly it does not. Guess thats the next question: How do people have 1 domain with X amount of servers? You could use thorpes idea where you have a computer that always takes the requests and then gives the request to one of his local servers, but what happens if you have 50000 requests a second? Surely that isn't what google is doing.

  2. Akitchin, would you explain that a bit newbier? I don't really understand what you mean. So are you saying that when a packet is sent to me, the client sends it twice and then it gets split to each server? I'm afraid I don't really understand what you mean.  :-\

     

    P.S I wasn't exactly claiming thats what its doing, I just was making a hypothesis thats what it was doing since you guys have been so helpful in saying what could be doing it.

  3. Why is it impossible for the router to send the packets to both 192.168.2.6 and 192.168.2.8? Now if its a WC3 packet and apache gets it, it ignores the packet as its not readable to it, and while if WC3 gets an apache packet, it ignores it?

     

    All I see is this:

     

    Client connects to my I.P.:PORT, now my router tells 192.168.2.6 AND 192.168.2.8 the same identical packet. Each server responds on it if it can properly read the packet. If it can't, it doesn't, if it can, it does. Nothing is techincally impossible in this case, but I'm not even sure if thats what its doing.

     

    I suppose I could prove it with packet logger and see if both servers get packets which only one is supposed to get.

  4. Thats a good idea, thorpe, but still not my original question answered. I can run the same exact port and I.P. on 2 different servers and somehow both properly work which is Apache for one server and a computer game server for the other (So don't tell me its impossible to use the same port and I.P. for the 2 different servers). Now how do you figure that this can happen since they are the same IP:PORT? So would it have to be that the router sends packets to both of the servers under the same port?

  5. I have two servers running with the same exact port AND I.P. Unless I'm misunderstanding what you guys are saying? This might raise a question why I'm asking this if I have already tested it and see that it somehow works, but one was running a computer game server with the same port and the other was Apache running the same port. But what if they are both Apache?

     

    Although now you bring it up, oni-kun, I'm a bit confused on how its working because how can it identify which packet goes to which computer if they are the same exact IP:Port?

  6. Two computers on the same network CANNOT have the same IP address.

     

    What exactly is your question about?

     

    They can't have the same lan I.P. but internet I.P. they surely can. For instance, I have two computers, one is 192.168.1.1 and the other 192.168.1.2 both are under the same exact internet I.P. and port. Which one would reply to the clients request or both?

  7. By the way, when you installed your Windows 7, did you get a CD-Key? I have Ultimate and Professional DVD but it didn't come with a cd key.

     

    http://aboutonlinetips.com/wp-content/uploads/2009/11/product-key.png

     

    And don't you mean DVD-key?  :P .. If you truly didn't (may be inside package, sticker on back, sticker on case, or separate in manual) then call up microsoft and give  them the serial number on the package, and they should give you a key after the proof you purchased it and it will activate as normally intended.

     

    I got a 2-cd package closed saying it contains Windows 7 but after reading the cover, it says you need an XP or Vista CD-Key to use it. So whats that about? Or does Windows 7 share keys?

  8. Funny, due to incompatiability (OMG TYPO) issues, I've went from XP to Vista. Then I went from Vista to Vista.

     

    Have you had any problems when upgrading? Its awful. All your registeries are screwed up because they are made for XP, not Vista. All drivers must be re-installed due to it being Vista instead of XP, and in which case you have to delete all the old drivers, but some old ones wouldn't get deleted due to mis-registry problems and many other problems persisted.

     

    XP to Vista through upgrade isn't worth a damn. Is XP to 7 any better?

  9. It ran, and they were fine. I am sure it is because of an old graphics card (Originally made before vista was out).

     

    I just got a new one, and a new power supply.

     

    Something tells me you got a crap video card if you bought one without a new motherboard because any new video card uses PCI 2.0 and older motherboards do not have that slot. If anything, you have the standard AGP/PCI (Not 2.0) motherboard?

  10. Just wanted to say thanks for all of the responses.  I was just trying to see if linking my site to this site which is a very popular site would increase my re-index speed and it did.  So bottom line if you make changes to your main site wording and would like your site re-indexed quicker post your website on a popular site and make sure your site has a link back to the popular site on your site.

     

    Any chance this popular site was PHPFreaks?  ;)

  11.  

    The complete lack of indentation doesn't strike you as being hideous?

     

    I wasn't sure as it seemed like he might have been pointing out something other than a lack of indents. Maybe he was saying having a loop in a loop is bad. It just seems that if thats his point, he wouldn't have included the loops.

  12. does it need an explanation?

    if($something==$somethingelse){
    for($a=0;$a<$max;$a++){
    for($b=0;$b<$max;$b++){
    if($code=="crap"){
    }
    }
    }
    

     

     

     

     

    Besides having wrong syntax (Lacking a "}" at the end) what exactly is the reason you do not like that or is wrong to do in programming?

  13. Consider this…if it is a large enough problem to hack Google, your site is not safe.

     

    I'm afraid if someone is stupid enough to be running non-server software on their server (Eg. IE) then its ultimately their fault and not IEs (Still IEs fault for being exploitable, but not for a server being hacked). Maybe I'm hosting my server wrong because I do not have IE or any browser in that case running. So lets say this hack problem can hack my personal computer. Okay so I lost my personal computer but how in the world is having an IE exploit going to somehow magically transfer from my personal computer to my server computer when it doesn't even have IE installed?

     

    I suppose the IE exploit could install a hacking device on my personal computer and then my personal computer hacks my server computer, but thats still saying my server was insecure in the first place to be hacked, not the IE exploit.

     

    I honestly don't understand how google got hacked. So like people are all using IE in Google HQ and every single computer is connected to the google server?

  14. Although I've never tried hosting AMP on a Windows Server, only a windows home edition, it was much slower when accsessing harddrive which ultimately means a slower mysql. Also with Ubuntu Server I was able to obtain 512 MB more RAM. For some reason Windows didn't like my use of a third ram slot for whatever reason but Windows Server may have fixed these problems I've mentioned.

     

    I managed to reformat from Windows to Ubuntu 9.10 server and having it working which took me a Saturday and Sunday. Although I can't vouch that Linux or Windows is more secure than the other as my Windows server (Not server OS but treated as one) was only hosted locally and my Linux one is on the web but nothing has happened to it as of yet.

     

    Also, my Ubuntu server has yet to crash a single time.

     

    Personally if you have a DVD writer and a spare DVD writable, I'd go with Linux. (Ubuntu for the newbies, aka myself. :D)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.