Im a newb

We’ll im new to comodo and i find it very user friendly. But I’ve always been a web surfer and gamer, until my girls identity got stolen off the web. ive always been interested in how computers work and id like to make a career out of it but i cant afford school yet. So any help would be greatly appreciated, like what are UDP TCP DLLs, ports, and what are they for, how to protect my identity so i know most of you probably what to school for this but if you could give me a good starting point , like online classes (free) i have no problem take the time to read and learn on my own but i just dont know where to start. So if any one out there could just take a few min of your time and send me in the right direction. i would greatly appreciate it, im so sick of getting hacked just because i go to a web page and click a like next thing you know i got all this spy ware and password stolen. I hate hackers. well thank for your time in reading this novel :slight_smile:

supergrass

one more thing ever since i found comodo, its the best thing to happen to my computer ever :BNC

Hi supergrass, welcome to the forum :slight_smile:

For Ganda this is great news, because now he is not the only Newbe anymore ;D ( Don’t look at his post count, that is 99.99% spam 88) )

Greetz, Red.

Yes, and the other 0.01% of his posts is welcoming new members (:HUG)

Now, to avoid being embarrassed, let me attempt to be the first to answer supergrass’ question by leading him to the online encyclopedia:

thanks man appreciate it

Ganda, your little spam game ends here. You’re only allowed to span in your Rednose’s thread.

lol take over the world, no no knowledge is power and i would like to acquire this knowledge.thank for the link soyabeaner looks like alot of reading but i have alot of time O0

No need to rush. I hardly know 1/10 of it, and yet it looks as if I know a lot :P0l

i bet half the 12 year olds know more about all this programming, HTML, c++, a that stuff than i do and i started out when 100mhz Pentium processor was good lol but i never got into that part of it i just wanted games and stuff lol

I remember those days when 100 mHz was good as well. I started around that time as well (using the computer, self-taught in a lot of cases).

G’day supergrass and welcome to the forums.

For starters, all knowledge is relative and we all started from somewhere lower down the food chain. Don’t rush it and try and figure out what you need to know.

The best advice I can offer is that the only truly dumb question is the one that never gets asked.

To give you a bit of a start, in laymans terms;

When data goes backwards and forwards across the internet it is in IP protocol (IP actually stands for Internet Protocol).

Within the IP protocol there are things like TCP, UDP, GRE, ICMP, BGP etc. These are all just dialects of IP catering for specific types of data. This is sorta like the difference between formal English and colloquial “man-in-the-street” English. They’re both English but targetted at different audiences. Or the difference between legal mumbo-jumbo and English. They’re both English, but each is designed to convey a specific intent.

Ports are fortified wines and Australia makes the best ones. Sorry, Portugal, but try beating a 1982 Para Liquer.

TPC/IP ports are a different thing. When data goes in or out of your PC it passes through what is known as your IP stack. You only have one IP stack per network adaptor, but each stack supports up to 65535 ports. This is like where you have one radio, but that one radio can receive multiple stations and each station has a different audience or purpose.

When you type in “www.google.com” what you have implicitly typed is “http://www.google.com:80”. This translates, loosely, as “I’m sending a HTTP (WWW) request to a server called google.com and I’m sending it to its port 80, because that is the port that google.com is listening on for incoming HTTP requests”. Your outgoing request also includes a port for google to respond to and it will be a port on your IP stack somewhere above port 1056. Your browser transparently adds the “http://” bit, the “:80” bit" and the response port info.

What you’ve now ended up with is google.com listening on port 80 and receiving your inbound request which includes the response port. Meanwhile, back at the ranch, your PC is listening on the response port for something coming back from google.com.

Ultimately, your PC is talking to google’s port 80 and listening for a response on (for example) port 1056. Google, on the other hand, is listening on port 80 and talking on port 1056. Sort of like dual channel CB radio.

In the same way that web requests (HTTP) go to port 80 (and/or port 443 for the smarties just about to jump in and mention secure HTTP for e-commerce), other protocols have specific ports. FTP (for file transfers) uses ports 20 and 21, emails (in various guises) uses ports 25 and 110 (amongst others). This port allocation is designed to keep different type of communication streams separate from one another. The port allocation scheme has been around for donkeys years and, overall, has served the internet community beautifully.

Whew! Time for a big breath.

As I said, take your time and ask questions as you go.

There are several FAQ (Frequently Asked Questions) boards on the Comodo forums that users have contributed. The two most basic ones are listed below and cover “Network and Internet Terminology” and “Internet Acronyms”. They’re a good place to start.

https://forums.comodo.com/frequently_asked_questions_faq_for_comodo_firewall/internet_and_networking_terminology_for_beginners-t1126.0.html;msg7211#msg7211

https://forums.comodo.com/frequently_asked_questions_faq_for_comodo_firewall/a_list_of_acronyms_found_on_the_forums-t14465.0.html

I hope this hasn’t been too much in one gulp for you. Perservere, be patient and don’t stop asking questions.

Hope all this helps,
Ewen :slight_smile:

First off thank you for your time, that defiantly answered some questions. Ports are kinda like doors in and out of your computers or servers? So depending on which web site you go to your kinda opening a door?( words i can understand right now like door etc.) And internet protocols like TCP, UDP, GRE, ICMP, BGP etc. are tell the IP to do different thing,like send image or receive image, update program stuff like this?
I have defiantly been doing a lot of reading online lately about all this stuff and even been taking notes, but right know i do need it in layman’s terms, and you did that very well thank you. On the other hand most of the places i go, don’t put it that way. Probably not for beginners. And i usually get answers like, noob or so i can hack your computer pretty easy hahaha stiff like that. this forum has been great so far. do in part to people like you and soyabean,and others.
I guess i was trying to get ahead of myself, but usually i’m a quick learner, but this is a whole new world to me with codes and protocols and data streams etc.

I’m defiantly going to those links you provided (time to take some notes).

One quick ? i’m using COMODO firewall and it keeps blocking c:\windows\system32\svchost.exe protocol UDP is this good or bad or ugly.

Again thank you for your time and help

Erik

My pleasure Erik :slight_smile:

And internet protocols like TCP, UDP, GRE, ICMP, BGP etc. are tell the IP to do different thing,like send image or receive image, update program stuff like this?

Mmmmm- sort of. Images and text are just data. Our brain can tell the difference, but to IP its just a stream of 0’s and 1’s that need to be packaged a particular way to be received at the other end by an appropriate service.

Protocols are like specialised couriers, each carrying data that is for a specific purpose, not type. FTP, for example, is how data gets transferred to a web server. It doesn’t care what the data is (image, text or whatever), but it packages it in such a way that it is in an acceptable format for the FTP server to receive.

but right know i do need it in layman's terms, and you did that very well thank you.

what did you expect, I’m a layman. :wink:

On the other hand most of the places i go, don't put it that way. Probably not for beginners. And i usually get answers like, noob or so i can hack your computer pretty easy hahaha stiff like that. this forum has been great so far. do in part to people like you and soyabean,and others.

This forum is definitely different. It wasn’t founded by geeks and experts, the early adopters were just people like you and I that came looking for help, learnt a bit with the aid of others and decided to hang around and pass on the love. There’s a great bunch of people on here with an extremely broad range of knowledge and experience and you’ll usually pick up an answer, a suggestion or a pointer within a day. As with any circus, there’s always a few clowns, but they’re just part of the overall mix that makes this place fun. Besides, with a handful of fruit loops around, we can all feel smart, polite and well mannered by comparison.

Comodo are a very different company. Exceptionally open with their users, they actively ask us what to put in the next versions of their software. Down to earth and very approachable - in 25+ years in the idustry, I’ve never seen a company operate like this,

One quick ? i'm using COMODO firewall and it keeps blocking c:\windows\system32\svchost.exe protocol UDP is this good or bad or ugly.

svchost.exe is good. It’s the Windows component provides the internet connection for Windows services, rather than each service creating its own connection. Sort of like FedEx for Windows tiny bits, rather than them running amok on their own.

One small note, a common trick that malware uses to try and sneak past firewalls and anti viruses is to ever so slightly misname themselves so they look like legitimate stuff. A common one is they will call themselves “scvhost.exe”. Notice how closely this resembles “svchost.exe”. Just two misplaced letters, but that’s all it takes. If you allow the legitimate svchost.exe in CFP, and then you get a pop up about something that resembles that name, look closely and ensure that you are not just going “Oh yeah, that’s the Windows thingy, just click YES”.

Malware authors place a certain reliance of people just clicking YES. The alerts in CFP have very good, clear info in them. Please don’t just cliock YES - read them and try and understand what it’s saying. They don’t pop-up because they’re lonely - they’re trying to tell you something.

Again, welcome to the forums and hope all this helps,
Ewen :slight_smile:

Again thank you for your time and help

Erik
[/quote]