<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Internet 101 by Sophia Ricci</title>
      <link>https://padlet.com/riccis3572/2px5aryrc6hb</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2016-10-31 19:12:57 UTC</pubDate>
      <lastBuildDate>2016-11-10 19:57:39 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Wires, Cables, and Wif</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/134887596</link>
         <description><![CDATA[<div>* the Internet ships binary info<br>*info is made of bits<br>*A bit is any pair of opposites<br>* 1 = on<br>* 0= off<br>* 8 bits =1 Byte<br>* 1000 bytes = 1 kilo byte<br>* 1000 kilo bytes= 1 mega bytes<br>* Send bites by electricity , light ,and radio waves<br>*  Band width= transmission capacity, measured by bitrate<br>* Bitrate = number of bits per second a system can transmit<br>* Lantency= time it takes for a bit to travel from sender to receiver. <br>*  Ethernet wire is found in homes, see signal lost over a few hundred feet<br>* Fiber optic cable is a thread of glass that reflects light<br>* Light bounces in the wire, depending on the bounce multiply bit at  the same time, at the speed of light<br>* Fiber optic cables allow internet to go across oceans<br>*  wire less machines use radio waves to send bits<br>* The machines have to translate the ones and zeros in to radio waves of different frequencies<br>* Receiving machines reverse the process and turn it back to binary on computers<br>* Radio does not travel far<br>* <br>*<br><br></div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-wires-cables-and-wifi" />
         <pubDate>2016-11-02 18:11:09 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/134887596</guid>
      </item>
      <item>
         <title>IP Adresses and DNS</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/134896017</link>
         <description><![CDATA[<div>* In 1970 no standard method for networks to communicate<br>* Vint Cerf and Bob Kahn invented the Internetworking Protocol<br>* Internet is a network of networks<br>* The internet is a design pholophies<br>* Internet Protocol = IP address<br>*&nbsp; organize in a hierarchy<br>*IPv4 is when IP address is broken up&nbsp;<br>* IPv6 uses 128 bits<br>*Domain NAme System + DNS<br>* DNS looks up names associated with IP address<br>* DNS Servers are connected in a distributed hierarchy and are dived into zones<br>* DNS was created to be open to public<br>DNS Spoofing lets hackers to change names to go to a different IP address<br><br></div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-ip-addresses-and-dns" />
         <pubDate>2016-11-02 18:31:06 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/134896017</guid>
      </item>
      <item>
         <title>Packets, Routers, and Reliability</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136857636</link>
         <description><![CDATA[<div>* if the internet was made of Direct Dedicated Connections it would be impossible for things to keep working.<br>* Data travels in an indirect fashion<br>*Information does not follow a fixed path<br>* Info travels through a packet<br>*&nbsp; router act like traffic monitors.<br>*&nbsp; often the best rout for data to travel is not the most direct<br>* Fault Tolerant keep&nbsp; sending packets&nbsp;<br>*&nbsp; TCP- Transmission Control Protocol<br>* TCP manages the sending and reviving of all data as packets<br>* TCP+ Router systems is scalable<br>* More router the more reliability the internet is. <br><br><br></div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-packet-routers-and-reliability" />
         <pubDate>2016-11-10 19:11:05 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136857636</guid>
      </item>
      <item>
         <title>HTTP and HTML</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136862967</link>
         <description><![CDATA[<div>* URL= Uniform Resource Locator<br>* Computer language is HTTP<br>* HTTP = Hypertext Transfer Protocol<br>* Web servers are made up of "GET" request<br>* HTML= Hyper Text Markup Language<br>* cookie data is an ID number<br>* Digital certificates authorities safe passage into websites</div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-http-and-html" />
         <pubDate>2016-11-10 19:22:47 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136862967</guid>
      </item>
      <item>
         <title>Encryption and public keys</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136867240</link>
         <description><![CDATA[<div>*Encryption is scrambling or changing a message to hide it&nbsp;<br>* Decryption is unscrambling the message to make it readable<br>*&nbsp; Key allows&nbsp; reader to unlock message<br>* Secure communications are encrypted using 256 bit keys<br>* using a larger key does not make encrypting hard just exponentially increases the number of guesses.<br>* Symmetric Encryption is when the same key is used to encrypt and decrypt<br>* Computers use asymmetric encryption a public key that can be exchanged with anybody and&nbsp; and a private key<br>* anyone can encrypt with a public key<br>* A private key can only be used to decrypted by a computer with access<br>*<br><br></div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-encryption-and-public-keys" />
         <pubDate>2016-11-10 19:32:40 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136867240</guid>
      </item>
      <item>
         <title>Cybersecurity and crime</title>
         <author>riccis3572</author>
         <link>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136872205</link>
         <description><![CDATA[<div>* people committing cyber crimes don't fit a single profile or motivation<br>* Larger countries have cyber army<br>* Virus is an executable program that is installed that harms the user and their computer<br>* virus can spread to other computers<br>* when a virus is on file it can steal , delete, control programs and remotely control computers<br>*botnet is a hackers army<br>*DDOS= distributed denial of service<br>* Phishing scam is when you get a trust worthy email asking you to login into your accounts<br>* clicking emails take to fake website<br><br></div>]]></description>
         <enclosure url="https://www.khanacademy.org/computing/computer-science/internet-intro/internet-works-intro/v/the-internet-cybersecurity-and-crime" />
         <pubDate>2016-11-10 19:45:30 UTC</pubDate>
         <guid>https://padlet.com/riccis3572/2px5aryrc6hb/wish/136872205</guid>
      </item>
   </channel>
</rss>
