<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MerrittOne Technologies</title>
	<atom:link href="http://merrittone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://merrittone.com</link>
	<description>support with simplicity</description>
	<lastBuildDate>Mon, 05 Mar 2012 17:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web</title>
		<link>http://merrittone.com/anonymity-darknets-and-staying-out-of-federal-custody-part-one-deep-web/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=anonymity-darknets-and-staying-out-of-federal-custody-part-one-deep-web</link>
		<comments>http://merrittone.com/anonymity-darknets-and-staying-out-of-federal-custody-part-one-deep-web/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:37:39 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=239</guid>
		<description><![CDATA[Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web &#160; You&#8217;ve probably seen those deep-web images floating around on the Internet. Usually, it goes something like this: There is a towering iceberg and the deeper the underwater portion extends, the more “hidden” and “exotic” the content is described to be. Sometimes these [...]]]></description>
			<content:encoded><![CDATA[<h1><a href="http://null-byte.wonderhowto.com/blog/anonymity-darknets-and-staying-out-federal-custody-part-one-deep-web-0133455/">Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web</a></h1>
<p>&nbsp;</p>
<div></div>
<div>
<div id="ctl00_cphContent_acArticleCard_pnlArticleImg"><img id="imgArticleLargeImage" src="http://img.wonderhowto.com/images/gfx/gallery/a634653631900573917.jpg" alt="Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web" width="300" height="140" /></div>
<div></div>
</div>
<p>You&#8217;ve probably seen those deep-web images floating around on the Internet. Usually, it goes something like this: There is a towering iceberg and the deeper the underwater portion extends, the more “hidden” and “exotic” the content is described to be. Sometimes these images are accurate to a point, but most are just making things up.</p>
<p><a href="http://img.wonderhowto.com/images/gfx/gallery/l634655961890975309.jpg" target="_blank"><img src="http://img.wonderhowto.com/images/gfx/gallery/634655961890975309.jpg" alt="Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web" /></a></p>
<p>So what exactly is &#8216;deep web&#8217; then? Are there really hidden secrets and treasure buried under some cloak and dagger type conspiracy? Well, in short, the answer depends on your idea of treasure and conspiracy.</p>
<p>In this series of articles, I am going to break down the idea of a deep web, what is it, how it got there, and most importantly, how we can use it for our security—maybe even for <a href="http://ohinternet.com/Lulz" rel="nofollow" target="_blank">lulz</a>.</p>
<h2>Anonymity and Darknets</h2>
<p>As it stands today, practical knowledge of how darknets (non-indexed portions of the Internet) function will allow you to make more informed decisions regarding risks when rooting a box, hiding files, or communicating securely. Now, keep in mind that nothing short of unplugging your computer will make you 100% anonymous. You can have fifty proxies and a handful of VPNs, but never consider yourself to be completely masked. Look at anonymity as a trade off between function and speed.</p>
<p><em>The idea is to have enough masking, while maintaining a level of usefulness. While it is not impossible to track your actions, ideally you want to make it logistically too complex to be attempted in a realistic way. </em></p>
<p>If you need to escape your school&#8217;s firewall, a simple HTTP proxy may work for this. If you are rooting an AT&amp;T server, you will want several layers between yourself and the target. Cyber crime laws are changing rapidly around the world, from Cairo to Chicago, and learning how to blend in with the masses is a valuable skill to have. You are harder to track when you are nobody at all.</p>
<p>First though, we need to talk about Google. Yes Google.</p>
<h2>Why Google?</h2>
<p>When you use Google to search, it does not take your query and search the entire Internet for results; there is simply too much data for that. It runs your search on databases of sites that have already been located by Google’s web crawlers. These crawlers are bots, coded to search for, find, and index content on the web. Primarily, this is achieved by &#8216;seeding&#8217; the crawler with a few initial links to start with. It scans for more hyperlinks on those websites, connecting to and repeating this process over and over while creating a &#8216;map&#8217; of the results.</p>
<p><a href="http://img.wonderhowto.com/images/gfx/gallery/l634655969383668469.jpg" target="_blank"><img src="http://img.wonderhowto.com/images/gfx/gallery/634655969383668469.jpg" alt="Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web" /></a></p>
<p>It is this &#8216;map&#8217; of collected links that your search request is actually looking at. While this is innovative, it contains a few inherent flaws.</p>
<p>The Internet is large. In fact, the Internet is <em>very</em> large, and estimates on just how much of it is actually indexed and publicly searchable range from 40 to 70 percent. Problems arise in the fact that most search engines do not crawl through non-HTTP protocols like <a href="http://en.wikipedia.org/wiki/Gopher_%28protocol%29" rel="nofollow" target="_blank">Gopher</a> or <a href="http://en.wikipedia.org/wiki/Ftp" rel="nofollow" target="_blank">FTP</a>. And if they choose to, developers can take steps to minimize indexing of their sites altogether (controls like the <em><a href="http://en.wikipedia.org/wiki/Robots_exclusion_standard" rel="nofollow" target="_blank">robots.txt</a></em> standard and <a href="http://en.wikipedia.org/wiki/Spider_trap" rel="nofollow" target="_blank">spider traps</a> are commonly used). It is worth noting that network resources requiring authorization are not crawled, under normal circumstances.</p>
<p>The surface web makes up over 90 percent of what you use and do online. The remaining network services require you to directly connect to them, log in to them, or otherwise know they are there beforehand.</p>
<p><img src="http://img.wonderhowto.com/images/gfx/gallery/634655983881241933.jpg" alt="Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web" width="532" height="273" /></p>
<p>So, what good is all of this for you?</p>
<p>Right now, not as much as you might think. Though the content might not be searched, and is sometimes exciting and risque, you are still held to the basic laws of the Internet, <a href="http://en.wikipedia.org/wiki/TCP/IP" rel="nofollow" target="_blank">TCP/IP</a>.</p>
<p>Every packet you send that zips back and forth has your IP address inside. It has to have your IP address, or the remote server would not know where to route the requests back to. This means that even if you are snooping around where you shouldn&#8217;t be, even if it’s not on an indexed site, those server logs can still give you up, even when a normal <a href="http://en.wikipedia.org/wiki/HTTP" rel="nofollow" target="_blank">HTTP</a>/<a href="http://en.wikipedia.org/wiki/SOCKS" rel="nofollow" target="_blank">SOCKS</a> proxy is used. When your door gets kicked open and the Feds storm your living room, you will have wished you took the time to truly hide yourself.</p>
<p>Picture the Internet like a city, with each building as a resource with an address. Envision the non-indexed parts as alleyways, still connected to the main streets, but lacking public addresses of their own.</p>
<p><img src="http://img.wonderhowto.com/images/gfx/gallery/634655988799774571.jpg" alt="Anonymity, Darknets and Staying Out of Federal Custody, Part One: Deep Web" width="532" height="334" /></p>
<p>Let’s take it one step farther&#8230; what if these alleyways had gates? What if you could create a path through the city using just the alley and your own private keys? You would be much harder to locate and follow. You could always pop out into the city, go into a house as you needed; people would only see you come and go from the alley, would not know where you started nor where you intend to go.</p>
<p>This is the basic idea behind low-latency anonymous networks like <a href="https://www.torproject.org/" rel="nofollow" target="_blank">Tor</a> and <a href="http://www.i2p2.de/" rel="nofollow" target="_blank">i2p</a>. We will go over both of these in more detail, including installation and configuration, in the upcoming articles, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/anonymity-darknets-and-staying-out-of-federal-custody-part-one-deep-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track your trackers with Mozilla Collusion</title>
		<link>http://merrittone.com/track-your-trackers-with-mozilla-collusion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=track-your-trackers-with-mozilla-collusion</link>
		<comments>http://merrittone.com/track-your-trackers-with-mozilla-collusion/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 15:51:24 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=232</guid>
		<description><![CDATA[February 29, 2012, 10:12 AM — Mozilla just released an experimental add-on to Firefox to show users all the third parties tracking them across the Web. Few people on earth are watched more closely than a consumer cruising the Web looking to buy something. As privacy arguments continue to rage, knowing who is tracking you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>February 29, 2012, 10:12 AM</strong> —</p>
<p>Mozilla just released an experimental add-on to Firefox to show users all the third parties tracking them across the Web.</p>
<p>Few people on earth are watched more closely than a consumer cruising the Web looking to buy something. As privacy arguments continue to rage, knowing who is tracking you is critical to the discussion, but hard to determine. <a href="http://www.mozilla.org/en-US/collusion/" target="new">Collusion</a> aims to provide that information. Demos and downloads are available now.</p>
<p>Mozilla CEO Gary Kovacs says it plain and simple: &#8220;now it&#8217;s time for us to watch the watchers.&#8221; Using a visual display, Collusion shows advertisers in red and websites in grey. Kovacs said in one day he found he was tracked by 150 entities. Collusion is to show consumers &#8220;what&#8217;s happening without their consent.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/track-your-trackers-with-mozilla-collusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open the Windows&#8230; 8: Free trial around the world today as Microsoft revs up to battle Apple and Google</title>
		<link>http://merrittone.com/open-the-windows-8-free-trial-around-the-world-today-as-microsoft-revs-up-to-battle-apple-and-google/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=open-the-windows-8-free-trial-around-the-world-today-as-microsoft-revs-up-to-battle-apple-and-google</link>
		<comments>http://merrittone.com/open-the-windows-8-free-trial-around-the-world-today-as-microsoft-revs-up-to-battle-apple-and-google/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 15:33:48 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=229</guid>
		<description><![CDATA[Open the Windows&#8230; 8: Free trial around the world today as Microsoft revs up to battle Apple and Google Touchscreen operating system available free to test Will work on tablets as well as PCs Tablet users will enjoy Microsoft Office for free &#8216;Make or break&#8217; opportunity for ageing tech company &#160; Last updated at 3:06 [...]]]></description>
			<content:encoded><![CDATA[<h1>Open the Windows&#8230; 8: Free trial around the world today as Microsoft revs up to battle Apple and Google</h1>
<ul>
<li><span>Touchscreen operating system available free to test</span></li>
<li><span>Will work on tablets as well as PCs </span></li>
<li><span>Tablet users will enjoy Microsoft Office for free</span></li>
<li><span>&#8216;Make or break&#8217; opportunity for ageing tech company</span></li>
</ul>
<p>&nbsp;</p>
<p>Last updated at 3:06 PM on 29th February 2012</p>
<div></div>
<p><span>Microsoft is offering the public a free trial of its upcoming Windows 8 operating system from today.</span></p>
<p><span>The new operating system will run on tablets as well as desktops and laptops &#8211; and is a sea-change for Windows that is seen as a make-or-break opportunity for Microsoft.</span></p>
<p><span>Tablets and cloud computing have made Bill Gates&#8217; vision of ‘a computer on every desk and in every home’ seem quaint &#8211; Windows 8 aims to adapt the iconic operating system for life in the mobile world of tablets.<br />
</span></p>
<div></div>
<div><img src="http://i.dailymail.co.uk/i/pix/2012/02/29/article-2108082-11F801C1000005DC-806_634x348.jpg" alt="Windows 8 " width="634" height="348" />Windows 8 features blocks or &#8217;tiles&#8217; that can be moved around the screen or tapped to go straight into an application. The tiles update in real time, so you can see if you have emails, voice messages or Facebook notifications at a glance</p>
</div>
<p>&nbsp;</p>
<div></div>
<div><img src="http://i.dailymail.co.uk/i/pix/2012/02/29/article-2108082-11F7F9D5000005DC-707_634x356.jpg" alt="The free trail of the operating system will be available today after an official launch event. There is no official release date yet for the new tablet-friendly operating system " width="634" height="356" />Windows&#8217; new lock screen, showing numbers of emails and messages: A free trial of the operating system will be available today after an official launch event. There is no official release date yet for the new tablet-friendly operating system</p>
</div>
<div>
<h3>WINDOWS 8: ALL CHANGE FOR THE WORLD&#8217;S BIGGEST OPERATING SYSTEM</h3>
<div>
<p><span>Touchscreen compatible &#8211; the new OS will work with tablets and portable devices. There will also be a version for PCs.<br />
</span></p>
<p><span>Fewer windows &#8211; instead of &#8216;stacks&#8217; of windows, as in previous versions, the OS is built around clean &#8217;tiles&#8217; that deliver information to the home screen. </span></p>
<p><span>Free versions of Word, Excel and Powerpoint &#8211; Windows 8 will offer Office free to tablet users.</span></p>
<p><span>Business-friendly tablets &#8211; Windows 8 will work smoothly with Microsoft Exchange email systems, so could be highly popular with business.<br />
</span></p>
<p><span>Apps shared with phones &#8211; apps in Windows 8 will be built to work smoothly with phones (such as Nokia&#8217;s) running Microsoft&#8217;s Windows Phone OS.<br />
</span></p>
<p><span>Easier passwords &#8211; users will be able to unlock PCs with a PIN, or by circling details in a picture.<br />
</span></p>
<p><span>No Start button &#8211; instead, users will access a menu from a &#8216;hot corner&#8217; in the bottom left of the screen.<br />
</span></p>
<p><span><br />
</span></p>
</div>
</div>
<p><span>Windows 8 will come in two variations &#8211; one that works on desktops and laptops, and a new version for the ARM microprocessors in tablets, smartphones and other portable devices.<br />
</span></p>
<p><span>There is no set release date, but it&#8217;s widely expected to be available in autumn &#8211; offering Microsoft Office free on tablets, which could be a &#8216;killer app&#8217; that puts Windows 8 machines ahead of Apple devices.<br />
</span></p>
<p><span>In both versions, Windows 8 features a completely new interface, borrowed from what Microsoft calls the ‘Metro’ style of the current Windows Phone software.<br />
</span></p>
<p><span>The free trial version is available to download </span><a href="http://windows.microsoft.com/en-US/windows-8/iso" target="_blank">here</a><span>.<br />
</span></p>
<p>&nbsp;</p>
<div></div>
<div>
<h4>More&#8230;</h4>
<ul>
<li><a href="http://www.dailymail.co.uk/sciencetech/article-2108061/Googles-controversial-new-privacy-policy-European-law--search-giant-going-ahead-anyway.html">Google&#8217;s controversial new privacy policy breaches data laws, says EU &#8211; but search giant is going ahead anyway</a></li>
<li><a href="http://www.dailymail.co.uk/sciencetech/article-2108045/Revolutionary-22-Raspberry-Pi-working-PC-just-add-screen-keyboard-mouse.html">On sale today: Revolutionary £22 Raspberry Pi that is a working PC (just add screen, keyboard and mouse)</a></li>
</ul>
</div>
<p><span>It features blocks or &#8217;tiles&#8217; that can be moved around the screen or tapped to go straight into an application.<br />
</span></p>
<p><span>The tiles update in real time, so you can see if you have emails, voice messages or Facebook notifications at a glance.<br />
</span></p>
<p><span>If PC and laptop users do not like the new format, they can revert to the old style with a click of the mouse.<br />
</span></p>
<p><span>The Windows 8 release has to be good, and soon, say industry experts.<br />
</span></p>
<p><span>More than 90 per cent of the world&#8217;s PCs still run Windows, but while Microsoft remains profitable thanks to divisions such as Xbox, sales of Windows have slowed.<br />
</span></p>
<p><span>Rival Apple, with its command of the tablet market, has gained. Microsoft&#8217;s market capitalisation is now $267 billion, less than half Apple&#8217;s $535 billion.<br />
</span></p>
<p><span>‘Now that the tablet market is being defined by the iPad and the (Amazon) Kindle, if they come out with a buggy first version, they won&#8217;t get a second chance,’ said Michael Cherry, a former Microsoft engineer who now works at independent research firm Directions on Microsoft. ‘They can&#8217;t afford to disappoint customers.’     </span></p>
<p><span>Microsoft has not put a timetable on the final release, but Windows unit head Steven Sinofsky has said new versions of Windows should be no more than three years apart, which would put a Windows 8 debut around October 2012.<br />
</span></p>
<div></div>
<p>&nbsp;</p>
<div></div>
<p><span><br />
</span></p>
<div></div>
<div><img src="http://i.dailymail.co.uk/i/pix/2012/02/29/article-2108082-01B7AFED000004B0-135_634x941.jpg" alt="Bill Gates' vision of ¿a computer on every desk and in every home¿ now seems quaint" width="634" height="941" />Bill Gates&#8217; vision of ¿a computer on every desk and in every home¿ now seems quaint</p>
</div>
<p>&nbsp;</p>
<div></div>
<div><img src="http://i.dailymail.co.uk/i/pix/2012/02/29/article-2108082-0E8A879A00000578-555_634x384.jpg" alt="Windows Phone " width="634" height="384" />The &#8217;tile&#8217; interface, where a set of panels bring up &#8216;live&#8217; information &#8211; showing, for instance, whether there are emails to read, or bring up Facebook posts &#8211; is similar to the one found in Windows Phone, and apps will work smoothly across the two</p>
</div>
<p><span>The public will get its first good look at Windows 8 on Wednesday, when Sinofsky launches the ‘Consumer Preview’ at an event in Barcelona. </span></p>
<p><span>Everybody will be able to download a test version of Windows 8 that will run on PCs and laptops based on Intel chips. But they won&#8217;t get to try out Windows 8 on an ARM tablet until later this year.<br />
</span></p>
<p><span>A Windows tablet that works seamlessly with Microsoft&#8217;s Exchange email system and Office applications would be a godsend for corporate technology managers, who have been bending over backward to put their CEO&#8217;s iPads &#8211; ‘executive jewelry,’ as one analyst puts it &#8211; onto their company&#8217;s email and security systems.<br />
</span></p>
<p><span>Microsoft&#8217;s killer punch is Office. After months of silence, Sinofsky confirmed earlier this month that the world&#8217;s most popular suite of work applications, including the newest versions of Word, Excel and PowerPoint, will come installed on tablets running the ARM version of Windows. </span><span><br />
</span></p>
<p><span>That would give Windows tablets a unique selling point over iPads and Android tablets.   </span></p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/open-the-windows-8-free-trial-around-the-world-today-as-microsoft-revs-up-to-battle-apple-and-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the SEC rules for email archiving?</title>
		<link>http://merrittone.com/what-are-the-sec-rules-for-email-archiving/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-are-the-sec-rules-for-email-archiving</link>
		<comments>http://merrittone.com/what-are-the-sec-rules-for-email-archiving/#comments</comments>
		<pubDate>Thu, 26 May 2011 10:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[SEC]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=142</guid>
		<description><![CDATA[What are the SEC rules for email archiving? Feb 22nd &#160; Investing in the stock market is a high stakes gamble, with one swing either way making or breaking an investment firm or investor – as many have painfully learned during the past two recession-marred years. And, because of what&#8217;s at stake, the U.S. Securities [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a title="Permanent Link: What are the SEC rules for email archiving?" href="http://blog.policypatrol.com/what-are-the-sec-rules-for-email-archiving">What are the SEC rules for email archiving?</a></strong></p>
<p><strong>Feb 22nd</strong></p>
<p>&nbsp;</p>
<p>Investing in the stock market is a high stakes gamble, with one swing either way making or breaking an investment firm or investor – as many have painfully learned during the past two recession-marred years. And, because of what&#8217;s at stake, the U.S. Securities and Exchange Commission was created out of the Securities Exchange Act of 1934 to regulate the industry, which at the time was decimated by the Great Depression.</p>
<p>As the financial industry has changed, along with the means for conducting business within it, so too have compliance regulations. One of the more recent, and most significant, rule changes is the inclusion of email archiving mandates.</p>
<p>According to the SEC, requirements for the retention and archiving of electronic communications was made effective by Rule 17a-4, enacted on May 12, 2003. Looking back, the rule was necessary at the time, as a Cohasset Associates survey published in April 2003 revealed that 53 percent of financial organizations did not include electronic records, including email, in their records management program. And 39 percent said they did not have an email retention policy.</p>
<p>That was all forced to change once the law&#8217;s rule change was put into effect. Still, financial companies can use a refresher on regulatory mandates every so often.</p>
<p>What must be archived?</p>
<p>According to the SEC, broker-dealers may preserve records from &#8220;electronic storage media,&#8221; as many now deal in such communications anyway. Rule 17a-4 of the Exchange Act, defines the term as &#8220;any digital storage medium or system,&#8221; which includes email.</p>
<p>In terms of material that must be stored, financial institutions are required to retain a record of each securities transaction they administer, as defined in Rules 17a-3 and 17a-4. This includes any investments they broker, such as the buying and selling of stocks.</p>
<p>The retention of such transactions, information of which may be found in stored emails, is an integral part of the SEC&#8217;s ability to protect investors. These records can be used to audit compliance among financial institutions.</p>
<p>How must data be stored?</p>
<p>According to the law, electronic records must be archived in a non-rewritable and non-erasable manner. Records must also be easily accessible when stored. These mandates will ensure the stored document or email is the original and hasn&#8217;t been altered, and they can be retrieved in a timely manner.</p>
<p>Of course, this is easily accomplished through the use of an email archiving solution, which the SEC endorses for companies to the meet regulatory compliance.</p>
<p>&#8220;One method using such a system stores a specified expiry or retention period with each record or file system. The system blocks record deletion or alteration by any manner of intervention until the expiry is reached or the retention period has lapsed,&#8221; an interpretation of the SEC rule posted on the organization&#8217;s website states.</p>
<p>For how long must records be stored?</p>
<p>Here&#8217;s where a lot of financial institutions run into much confusion regarding their data archiving requirements. Even the aforementioned interpretation of rule changes refers only to a &#8220;specified time period.&#8221;</p>
<p>According to the SEC, in general, these can be any organization, association, person, group of persons or system that constitutes, maintains, or provides a market place or facility for bringing together purchasers and sellers of securities.</p>
<p>And, according to the SEC, archives must hold electronic data for six months with immediate access, and with non-immediate access for a period of at least two years. Following the specified time period, data may be deleted without regulatory repercussions.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/what-are-the-sec-rules-for-email-archiving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft OS lifecycle</title>
		<link>http://merrittone.com/microsoft-os-lifecycle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-os-lifecycle</link>
		<comments>http://merrittone.com/microsoft-os-lifecycle/#comments</comments>
		<pubDate>Sun, 22 May 2011 07:39:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=47</guid>
		<description><![CDATA[In an ideal world, old versions of Windows would roll off Microsoft’s list of supported products and be replaced by new ones at regular, predicable intervals. That upgrade cycle has been anything but smooth and predictable in recent years, however. Microsoft’s support policy is still returning to normal after XP was allowed to live well [...]]]></description>
			<content:encoded><![CDATA[<p>In an ideal world, old versions of Windows would roll off Microsoft’s list of supported products and be replaced by new ones at regular, predicable intervals. That upgrade cycle has been anything but smooth and predictable in recent years, however. Microsoft’s support policy is still returning to normal after XP was allowed to live well past its normal retirement date and then got multiple extensions to placate customers who just said no to Vista.</p>
<p>Microsoft product lifecycle policy is actually quite coherent and easy to understand, at least on paper.</p>
<p>Microsoft has a well-documented <a href="http://support.microsoft.com/gp/lifepolicy">support lifecycle</a> for its software products. It’s part of the agreement that the company makes with everyone who installs Windows, especially business customers who want some assurance that they’ll be able to get updates and support for operating systems and applications even if they choose not to upgrade to the latest and greatest.</p>
<p>Now that Windows 7 is firmly entrenched in the marketplace, I’m starting to get questions about its life span (and it doesn’t help when high-profile web sites and bloggers get the facts dead wrong, as they did last month with the bogus “XP in 2020″ story). To help clear the air, I’ve put together a chart listing all of Microsoft’s supported operating systems. The calculations start with the general availability (GA) date for each product. Consumer operating systems are supported for five years after their GA date, and business OSes are supported for 10 years (with the last five years classed as “extended support”). The official date of retirement for support is the second Tuesday in the first month of the quarter following that anniversary (which also happens to be Patch Tuesday), which means each support cycle typically gets a few weeks or months of extra support tacked on at the end.</p>
<p>For Windows 7, you can do the math yourself. The GA date for all Windows 7 editions was October 22, 2009. Five years after that date is October 22, 2014. The next calendar quarter begins in January, 2015, and the second Tuesday of that month is January 13. So, that’s when mainstream support is scheduled to end. Extended support for business editions goes an extra five years, until January 14, 2020 (the second Tuesday of the month).</p>
<p>For Windows XP, however, those calculations don’t work, because Microsoft has extended XP’s life artificially. To find XP’s end-of-support date, you should use the <a href="http://support.microsoft.com/lifecycle/search/">Microsoft Product Lifecycle Search page</a> to get the official answer. Enter the name of the OS and click Search, and you get back a table that shows the general availability date, the retirement dates for mainstream and extended support, and retirement dates for service packs, which are governed by a separate set of rules.</p>
<p>Here’s the <a href="http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&amp;alpha=windows+xp&amp;Filter=FilterNO">set of search results for Windows XP</a>:</p>
<p><a href="http://i.zdnet.com/blogs/xp-support-lifecycle.png" target="_blank"></a></p>
<p>The one date that matters most on this chart is the one I’ve circled in red—April 8, 2014.</p>
<p>Service Packs 1 and 1a were retired back in 2006. Service Pack 2 rode off into the sunset last month, on July 13. And Service Pack 3 will be retired along with all editions of Windows XP on Patch Tuesday, April 8, 2014.</p>
<p>By that time, Windows 8 will probably be well past its first birthday, and Microsoft will (at least for a short time) be supporting four separate Windows versions. Here’s a table that summarizes the support policy for all of the current Windows desktop versions:</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/microsoft-os-lifecycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizing UPS Availability</title>
		<link>http://merrittone.com/maximizing-ups-availability/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maximizing-ups-availability</link>
		<comments>http://merrittone.com/maximizing-ups-availability/#comments</comments>
		<pubDate>Sun, 22 May 2011 07:38:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[UPS]]></category>

		<guid isPermaLink="false">http://merrittone.com/?p=45</guid>
		<description><![CDATA[Uninterruptible power systems (UPSs) play a vital role in ensuring IT reliability. As a result, their reliability is a crucial consideration too. Any time a UPS fails, mission-critical electrical loads are potentially at risk. What, then, can organizations do to optimize UPS availability? As this white paper shows, the conventional answers to that question are [...]]]></description>
			<content:encoded><![CDATA[<p>Uninterruptible power systems (UPSs) play a vital role in ensuring IT reliability. As a result, their reliability is a crucial consideration too. Any time a UPS fails, mission-critical electrical loads are potentially at risk.</p>
<p>What, then, can organizations do to optimize UPS availability? As this white paper shows, the conventional answers to that question are often not the best ones. UPS reliability is ultimately less a function of UPS design such as the differences between line-interactive and double-conversion products than of overall power system design. In the end, the surest way to increase UPS availability is to focus on minimizing repair time and maximizing redundancy, both inside your UPSs and across your power protection scheme as a whole.</p>
<p>In addition, this white paper also explains why, contrary to popular belief, modular UPS designs provide superior availability even though they typically contain more parts that could potentially fail.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://merrittone.com/maximizing-ups-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

