Good all in one source to understand computer networks
October 31st, 2013
I am looking for an all in one solution which encompasses almost all the topics. Thanks
I don’t know any such site but I can provide a fairly brief explanation on this,Ports are virtual listening sockets who can accept local or remote connections,It depends on which interface the particular application is set to listen to,And of course whenever there’s a router involved and remote access to the particular port (over the internet,not local network) is required,Port forwarding has to be done as well as properly configured any software firewalls to allow the app. Each port uses a specific number such as 1234,There are two protocols which ports can use and those are TCP & UDP (with the first one being much more common) A port number can’t be higher than 65535,That’s the limit. Ports that can accept remote connections are most commonly used by server applications (With protocols such as FTP,SMTP,POP3),A port by itself can’t just be “exploited”,There has to be a certain security loop hole (more commonly called vulnerability) in the particular application that uses it.
Google?
if you know anything about computers look for comptia network plus. it will teach you all about networking.
if not look for comptia A+ which is the very basics of computers
The best way is familiarize yourself with the OSI network model. Learn the 7 layers and their roles.
http://en.wikipedia.org/wiki/OSI_model
comptia might be the thing I am looking for. Thanks all