Ip Addresses


 
Thread Tools Search this Thread
Special Forums IP Networking Ip Addresses
# 1  
Old 02-24-2002
Question Ip Addresses

I'm not exactly sure what I can do with IPs... my friend won't tell me(don't ask me why, I figure it's cause he doesn't know either, hehe). I'm curious as to what theya re used for other than networking computers... if there IS any other purpose or use for them. That's all.

--Evil_d00d
# 2  
Old 02-24-2002
IP stands for Internet protocal. Each time you log onto the internet you are assigned an IP. Some IPs are static (they don;t change) and others and dynamic (they change) also in a network each computer is identifyed by its IP.
Hope this helps some.
# 3  
Old 02-26-2002
In a broab sense, an IP address is like a postal address...
When you send a postcard, you can't just say "Send this to evil_d00d", you have to tell the post office how to find you. Same with the internet - when you (for example) want to look at unix.com, behind the scenes, your web browser will ask a domain name server "what is the address of Unix.com?". The name servers replies "64.23.37.23".

But which is easier for you to remember, "unix.com", or "64.23.37.23"?

Search google for more specific (and technically accurate) information. For example, here is the results of a search on "TCP/IP tutorial":
http://www.google.com/search?hl=en&q=TCP%2FIP+tutorial
# 4  
Old 02-26-2002
I know how to get them and what they are... but i'm not sure exactly how they invlove hacking and such... you know?

--3vil_d00d
# 5  
Old 02-27-2002
*sigh*, where to begin?

First off, you're going about this all wrong. Hacking (or in your case, cracking) requires a knowledge and understanding of the underlying protocols and programs that you're working with. You can't just "use" an IP address for malicious mischeif. That would be like a thug using a steering column to steal a car. Sure, you have to know what a steering column is and why it's there, but you need a LOT more than that. Besides, is stealing a car worth it in the first place? Why not apply this knowledge of cars to be a mechanic, an engineer, or a race-car driver? You'll be more respected, wealthy, and sane if you choose the latter route.

If you want a good way to begin to understand the workings of basic networking (client/server, p2p, etc...), try something useful and contructive. When I had a lot more free time, I used to track spam back to it's rightful owner. It's strangly rewarding, plus you learn something you can somewhat use to your advantage.
Or what about building your own PC? Do you know how it all works together; why it "ticks"? Or even better, (this being unix.com and all...) why not learn Unix?

Besides, you won't get much help from anyone by asking "how do I get an ip? ok, i've got one now - what do I do with it?". The only people willing to help in that situation probably are no more enlightened than yourself. But if you focus on something useful, and ask the right questions (not to mention be able to find your own answers), you will have a much better chance of getting some interesting and useful information from someone who knows better.

Anyhow, I had to get that off of my chest. I appologize to the forum's general readership for this rant, and close this topic, hoping it never comes back.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ip range addresses

I am trying to find a script that will generate all the ip addresses in particular range. Example: start: 41.0.0.0 end ip 41.1.1.2 32.32.35.3 to 32.32.36.0 Please help. Thanks (9 Replies)
Discussion started by: kkkk
9 Replies

2. Shell Programming and Scripting

Extract IP addresses

The only way I could extract the user names and 'from' IP addresses is to use a few temp files. Split up by 'Failed keyboard-interactive' and 'Failed password'. Anyone have any idea to do this all in one go? aaa.bbb.ccc.ddd 2009-03-23 01:28:33 sshd: Failed keyboard-interactive/pam... (2 Replies)
Discussion started by: hazno
2 Replies

3. IP Networking

Virtual IP addresses

How would i create virtual interface in linux to configure more than one IP address for a physical interface? any help wll be appreciated. https://www.unix.com/images/misc/progress.gif (1 Reply)
Discussion started by: salil2012
1 Replies

4. Shell Programming and Scripting

Need help with IP and MAC addresses

Hi, i am working on a project where i have to write a script to find out MAC addresses of the systems with given IP address. Can anybody tell me which command i can use to find MAC address if you know IP address of the machine. Thanks (5 Replies)
Discussion started by: manmeet
5 Replies

5. UNIX for Dummies Questions & Answers

Different ip addresses

Hello! I have logged in using Putty into another machine 'tele'. The ip address which i used to login to 'tele' is 192.168.1.3. Now while at 'tele' when i run "#ifconfig -a" i get the same ip address i.e, 192.168.1.3. But when i run "#arp tele" it gives the output: tele (10.143.128.8) ... (9 Replies)
Discussion started by: suhail.sadaqat
9 Replies

6. UNIX and Linux Applications

email addresses

Greetings to all. I have installed dadamail on my web site and it works extremely well. I have two questions: 1. I have modified dada to bounce bad emails, but only the first newsletter will use the modifications. If I create another list, it doesn't use the modification. What gives? 2. Are... (0 Replies)
Discussion started by: okbrowder
0 Replies

7. Programming

LInear Addresses

Hi all, Even after reading many explanation the question still haunting me what's the difference between physical and linear addresses.Can we directly access physical addresses .If not then paging circuitry would have ensure contiguous physical addresses regardless of any linear addresses but this... (2 Replies)
Discussion started by: joshighanshyam
2 Replies

8. Programming

memory addresses

you have three variables of type char, int and float in continous memory locations. How do you print the contents of each of these.??? Thanks in advance. (0 Replies)
Discussion started by: areef4u
0 Replies

9. Programming

memory addresses

where is addresses(what kind of memory) like this one "df605d50". I want to print address of locan variable: printf("&i - %p", &i); and I have &i - df605d50. (0 Replies)
Discussion started by: Paravozzz
0 Replies

10. IP Networking

ip addresses

this might sound corny but i need help finding out about finding a persons ip address can u halp? and another question what the hell does ping mean??? thank u. (2 Replies)
Discussion started by: dragonslayer100
2 Replies
Login or Register to Ask a Question