Networking

TwitterFacebook
Get flash to fully experience Pearltrees

Plugin Check

https://www.mozilla.org/en-US/plugincheck/ Warning, a newer version of your browser is available. Please upgrade your browser. This page works best with the latest browsers: Firefox 3.6+, Opera 10.5, Safari 4, Chrome 4, or IE 8 Plugin Check support for Internet Explorer is limited . Also use Tools > Manage Addons Step 1: Click Update to update a plugin. Step 2: Complete all recommended updates before restarting your browser.
According to a newly released report, 64% of all the reported Microsoft vulnerabilities for 2009 could have been mitigated by using the principle of the least privileged accounts. By collecting data from Microsoft's Security Bulletins published throughout the year, and identifying the vulnerabilities who would have been mitigated by users whose accounts are configured to have fewer user rights on the system, BeyondTrust's quantitative report message is simple - get back to the basics. Key summary points on the percentage of flaws mitigated: http://www.zdnet.com/blog/security/report-64-of-all-microsoft-vulnerabilities-for-2009-mitigated-by-least-privilege-accounts/5964

Report: 64% of all Microsoft vulnerabilities for 2009 mitigated by Least Privilege accounts

Report: Patched vulnerabilities remain prime exploitation vector

Which is the most popular tactic that cybercriminals uses on their way to infect users with malicious code (malware) and generate yet another botnet ? According to a newly released report by M86 Security, that's patched vulnerabilities. Why are cybercriminals turning to the exploitation of outdated flaws in the first place? Sadly, because it works taking into consideration the average insecure 3rd party application/plugin on a sample PC . Are cybercriminals being picky? http://www.zdnet.com/blog/security/report-patched-vulnerabilities-remain-prime-exploitation-vector/8162
The Transmission Control Protocol ( TCP ) is one of the two original core protocols of the Internet protocol suite (IP), and is so ubiquitous that the entire suite is often called TCP/IP . TCP provides reliable, ordered, error-checked delivery of a stream of octets between programs running on computers connected to an intranet or the public Internet. Browsers use it when they connect to servers on the World Wide Web sites, and it is used to accurately deliver email and transfer files from one location to another. Applications that do not require the reliability of a TCP connection may instead use the connectionless User Datagram Protocol (UDP), which emphasizes low-overhead operation and reduced latency rather than error checking and delivery validation. http://en.wikipedia.org/wiki/Transmission_Control_Protocol

Transmission Control Protocol

The Internet protocol suite is the set of communications protocols used for the Internet and similar networks, and generally the most popular protocol stack for wide area networks . It is commonly known as TCP/IP , because of its most important protocols: Transmission Control Protocol (TCP) and Internet Protocol (IP), which were the first networking protocols defined in this standard. It is occasionally known as the DoD model due to the foundational influence of the ARPANET in the 1970s (operated by DARPA , an agency of the United States Department of Defense ). TCP/IP provides end-to-end connectivity specifying how data should be formatted, addressed, transmitted, routed and received at the destination. It has four abstraction layers which are used to sort all Internet protocols according to the scope of networking involved. [ 1 ] [ 2 ] From lowest to highest, the layers are: The link layer contains communication technologies for a local network . http://en.wikipedia.org/wiki/Internet_protocol_suite

TCP/IP model

http://en.wikipedia.org/wiki/Network_address_translation In computer networking , network address translation ( NAT ) is the process of modifying IP address information in IPv4 headers while in transit across a traffic routing device . The simplest type of NAT provides a one-to-one translation of IP addresses. RFC 2663 refers to this type of NAT as basic NAT , which is often also called a one-to-one NAT . In this type of NAT only the IP addresses, IP header checksum and any higher level checksums that include the IP address are changed. The rest of the packet is left untouched (at least for basic TCP / UDP functionality; some higher level protocols may need further translation). Basic NATs can be used to interconnect two IP networks that have incompatible addressing.

Network address translation