<?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>data Archives -</title>
	<atom:link href="https://zymitry.com/tag/data/feed/" rel="self" type="application/rss+xml" />
	<link>https://zymitry.com/tag/data/</link>
	<description>Tech &#38; Other Stuff</description>
	<lastBuildDate>Sat, 28 Mar 2026 03:14:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/zymitry.com/wp-content/uploads/2016/11/favicon.png?fit=32%2C32&#038;ssl=1</url>
	<title>data Archives -</title>
	<link>https://zymitry.com/tag/data/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">120106411</site>	<item>
		<title>Compression of Network Data and Performance Issues</title>
		<link>https://zymitry.com/network-data-compression-performance/</link>
					<comments>https://zymitry.com/network-data-compression-performance/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Thu, 01 Feb 2018 00:56:24 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=986</guid>

					<description><![CDATA[<p>Network-Compression. Today&#8217;s networks will always have data limitations. Data sets continue to grow on pace with increasing bandwidth availability making network-compression an important service in improving network performance. The network-compression used is actually a combination of compression and caching. It has been found that TCP rate control combined with network-compression provides the best value in… <span class="read-more"><a href="https://zymitry.com/network-data-compression-performance/">Read More: Compression of Network Data and Performance Issues &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/network-data-compression-performance/">Compression of Network Data and Performance Issues</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="text-decoration: underline;">Network-Compression.</span></p>
<p>Today&#8217;s networks will always have data limitations. Data sets continue to grow on pace with increasing bandwidth availability making network-compression an important service in improving network performance. The network-compression used is actually a combination of compression and caching. It has been found that TCP rate control combined with network-compression provides the best value in terms of optimizing networks.</p>
<p>Compression reduces the size of data frames transmitted over networks. Reducing frame size results in frames taking up less bandwidth allowing greater volumes of network traffic. Data compression is normally classified as Hardware or Software compression&#8217;s. Software compression can be further broken down into two types, CPU-intensive or Memory-intensive.</p>
<p><span style="text-decoration: underline;">Stacker compression</span> is based on the Lempel-Ziv algorithm and uses an encoded dictionary that replaces a continuous stream of characters with codes. This scheme is known for its flexibility, particularly in regards to Local Area Network (LAN) data since many different applications might be transmitting over the network at any given time. The dictionary approach can change to accommodate and adapt to traffic variables.</p>
<p><span style="text-decoration: underline;">Predictor compression</span> attempts to predict the next sequence of characters in a data stream using an index to lookup the compression sequence. By examining the next sequence, it can see if it matches the index. If so, the sequence replaces the looked-up sequence in the dictionary. If there is no match, the algorithm locates the next character sequence in the index and the process begins again. The Predictor compression ratio is not as good as other algorithms, but it remains one of the fastest algorithms available. Predictor is more memory-intensive and less CPU-intensive.</p>
<p>Additionally, there are also proprietary compression&#8217;s such as Cisco IOS software and Cisco hardware compression&#8217;s. Cisco IOS software supports several third-party algorithms, including Hi/fn Stac Limpel Zif Stac (LZS), Predictor, and Microsoft Point-to-Point Compression (MPPC). Compression can be used on the entire-packet, header-only, or on a payload-only basis. Cisco hardware compression is specifically designed for receiving multiple compression streams coming from remote Cisco routers using Cisco IOS software-based compression. The combination of IOS and hardware compression is designed to improve overall network performance.</p>
<p>In summary, compression overall improves network transmission efficiency, but much of the overall efficiency relies on other parts of the network. Slow, or problem hardware or devices anywhere in the network can still cause bottlenecks that will decrease performance of a network. Additionally, network device and software performance is dependent on computing resources available, namely sufficient memory and CPU resources. If a device or software performing compression/decompression does not have sufficient computing power it results in bottlenecks that degrade the overall performance of the network.</p>
<p>&nbsp;</p>
<p>References</p>
<p>Cisco Understanding Data Compression. (2008, January 15). Understanding Data Compression. Retrieved July 20, 2017, from http://www.cisco.com/c/en/us/support/docs/wan/data-compression/14156-compress-overview.html.</p>
<p>Withers, S. (2005, February 10). <em>10 ways to improve network performance.</em> Retrieved July 20, 2017, from <a href="http://www.zdnet.com/article/10-ways-to-improve-network-performance/">http://www.zdnet.com/article/10-ways-to-improve-network-performance/</a>.</p>
<p>&nbsp;</p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener">Disclaimer</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://zymitry.com/network-data-compression-performance/">Compression of Network Data and Performance Issues</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/network-data-compression-performance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">986</post-id>	</item>
		<item>
		<title>Safe Harbor and State of Texas Breach Notification Laws</title>
		<link>https://zymitry.com/safe-harbor-breach-notification-laws/</link>
					<comments>https://zymitry.com/safe-harbor-breach-notification-laws/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Sat, 19 Nov 2016 03:23:02 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[harbor]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[statute]]></category>
		<category><![CDATA[Texas]]></category>
		<guid isPermaLink="false">http://zymitry.com/blog/?p=151</guid>

					<description><![CDATA[<p>The Concept of Safe Harbor The concept of “Safe Harbor” refers to specific actions, example; encryption of private data, that an individual or an organization can take to show a good-faith effort in complying with the law. This good-faith effort provides a person or organization &#8220;Safe Harbor&#8221; against prosecution under the law (Grama, 2015, pg.253).… <span class="read-more"><a href="https://zymitry.com/safe-harbor-breach-notification-laws/">Read More: Safe Harbor and State of Texas Breach Notification Laws &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/safe-harbor-breach-notification-laws/">Safe Harbor and State of Texas Breach Notification Laws</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>The Concept of Safe Harbor</h3>
<p>The concept of “Safe Harbor” refers to specific actions, example; encryption of <a href="https://zymitry.com/consumer-privacy-bill-rights/">private</a> data, that an individual or an organization can take to show a good-faith effort in complying with the law. This good-faith effort provides a person or organization &#8220;Safe Harbor&#8221; against prosecution under the law (Grama, 2015, pg.253).</p>
<p>The State of Texas Statute 521.002 states that when a an individual&#8217;s first name or first initial and last name are combined with other private information, example, Social Security Number, that the information must be encrypted. The State of Texas Bus. &amp; Com. Code 521.002, 521.053; Ed. Code 37.007(b)(5), and Pen. Code 33.02 all have provisions for personal <a href="https://zymitry.com/consumer-privacy-bill-rights/">private</a> data protection, but none of these set a specific encryption standard. According to this law as long as an organization encrypts personal private information as the law specifies, theft of encrypted information would not require a breach notification which fulfills the principle of Safe Harbor <a href="http://www.statutes.legis.state.tx.us/Docs/BC/htm/BC.521.htm#521.053" target="_blank" rel="noopener">(State of Texas Statutes 521.053, 2009)</a>.</p>
<p>Further research into Texas information system requirements revealed that encryption standards for state agencies are controlled by the agencies themselves. Texas Administrative Code 202.1 was the only law found addressing encryption at a state level for all other agencies and it also did not provide an encryption standard. Note: this law was repealed March of 2015 and no other laws were found <a href="https://web.archive.org/web/20230609051519/https://texreg.sos.state.tx.us/public/readtac$ext.TacPage?sl=R&amp;app=2&amp;p_dir=&amp;p_rloc=142456&amp;p_tloc=&amp;p_ploc=&amp;pg=1&amp;p_tac=142456&amp;ti=1&amp;pt=10&amp;ch=202&amp;rl=1&amp;dt=&amp;z_chk=&amp;z_contains=" target="_blank" rel="noopener">(Texas Administrative Code 202.1, n.d.)</a>.</p>
<p>References</p>
<p>Grama, J. L. (2015). <em>Legal issues in information security</em> (2nd ed.). Boston, MA: Jones &amp; Bartlett Learning.</p>
<p>State of Texas Statutes 521.053. (2009, April 01). <em>Business and Commerce Code Title 11. Personal Identity Information Subtitle B. Identity Theft Chapter 521. Unauthorized Use of Identifying Information Subchapter A. General Provisions.</em> Retrieved June 2, 2016, from <a href="http://www.statutes.legis.state.tx.us/Docs/BC/htm/BC.521.htm#521.053" target="_blank" rel="noopener">http://www.statutes.legis.state.tx.us/Docs/BC/htm/BC.521.htm#521.053</a></p>
<p>Texas Administrative Code 202.1. (n.d.). Texas Administrative Code Title 1. Part 10. Chapter 202. Sub Chapter A. Rule 202.1. Retrieved June 2, 2016, from <a href="https://web.archive.org/web/20230609051519/https://texreg.sos.state.tx.us/public/readtac$ext.TacPage?sl=R&amp;app=2&amp;p_dir=&amp;p_rloc=142456&amp;p_tloc=&amp;p_ploc=&amp;pg=1&amp;p_tac=142456&amp;ti=1&amp;pt=10&amp;ch=202&amp;rl=1&amp;dt=&amp;z_chk=&amp;z_contains=" target="_blank" rel="noopener">http://texreg.sos.state.tx.us/public/readtac$ext.TacPage?sl=R&amp;app=2&amp;p_dir=&amp;p_rloc=142456&amp;p_tloc=&amp;p_ploc=&amp;pg=1&amp;p_tac=142456&amp;ti=1&amp;pt=10&amp;ch=202&amp;rl=1&amp;dt=&amp;z_chk=&amp;z_contains=</a></p>
<p>&nbsp;</p>
<h4><a href="http://zymitry.com/blog/zymitry-disclaimer/" target="_blank" rel="noopener">Disclaimer</a></h4>
<p>The post <a href="https://zymitry.com/safe-harbor-breach-notification-laws/">Safe Harbor and State of Texas Breach Notification Laws</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/safe-harbor-breach-notification-laws/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">151</post-id>	</item>
	</channel>
</rss>
