<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Моя феноменально стена by Shady Amanbay</title>
      <link>https://padlet.com/amanbayshady1/l77o104xegh2</link>
      <description>Сделано с любопытством</description>
      <language>en-us</language>
      <pubDate>2018-01-30 05:29:21 UTC</pubDate>
      <lastBuildDate>2025-12-20 18:12:28 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>HTTPS (Hyper Text Transfer Protocol Secure)</title>
         <author></author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942877</link>
         <description><![CDATA[<div>HTTPS is the secure version of HTTP. <br>It means all communications between your browser and the website are encrypted. <br>HTTPS takes the HTTP protocol, and simply layers a SSL/TLS encryption layer on top of it. <br>The SSL/TLS layers has 2 main purposes:</div><ul><li>Verifying that you are talking directly to the server that you think you are talking to</li><li>Ensuring that only the server can read what you send it and only you can read what it sends back.</li></ul><div><strong>How does HTTPS Work?</strong><br><br></div><div>HTTPS pages use one of two secure protocols to encrypt communications - SSL (Secure Sockets Layer) or TLS (Transport Layer Security). Both of them use asymmetric system which uses two 'keys' to encrypt communications, a 'public' key and a 'private' key. Anything encrypted with the public key can only be decrypted by the private key and vice-versa.<br><br></div><ol><li><em>Hello</em> - The handshake begins with the client sending a ClientHello message (contains the various cipher suites and maximum SSL version that it supports). The server responds with a ServerHello (decision based on the client’s preferences about which cipher suite and version of SSL will be used).<br><br></li><li><em>Certificate Exchange</em> - Now that contact has been established, the server has to prove its identity to the client. This is achieved using its SSL certificate, which is a very tiny bit. An SSL certificate contains data, including the name of the owner, the property (eg. domain) it is attached to, the certificate’s public key, the digital signature and information about the certificate’s validity dates. The client checks that it either implicitly trusts the certificate, or that it is verified and trusted by one of several Certificate Authorities (CAs) that it also implicitly trusts. <br><br></li><li><em>Key Exchange</em> - The encryption of the actual message data exchanged by the client and server will be done using a assymmetric algorithm. A process  is accomplished securely using asymmetric encryption and the server’s public/private keys.</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:31:32 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942877</guid>
      </item>
      <item>
         <title>FTP</title>
         <author>irmaler9</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942903</link>
         <description><![CDATA[<div><br><strong><em>File Transfer Protocol<br><br></em></strong>a protocol for uploading and downloading files, usually those that are too big and would take too long to download via a regular email program as an attachment.<br><br><strong>Here's how it all goes down:</strong></div><ul><li>A person runs an FTP client application on one computer.</li><li>Another computer runs an FTP server program. That might be as an "ftpd" (FTP daemon) on a UNIX/Linux computer.</li><li>It could also be an FTP service on other platforms.</li></ul><div><br><strong>Here's what File Transfer Protocol can do:</strong></div><ul><li>Transfer files between computers.</li><li>Create directories.</li><li>Remove directories.</li><li>List files.</li></ul><div><br></div><div><strong>Adv:</strong></div><ul><li><strong><mark>Fast, trustworthy, paperless.</mark></strong></li><li>Send multiple file directories at the same time </li><li>Create multiple levels of access </li></ul><div><br>Disadv:</div><ul><li>Recursive changes are very hard to make </li><li>Not a secure data transfer due to lack of encryption; must use secure alternative such as SFTP </li><li>expensive own server</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:31:49 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942903</guid>
      </item>
      <item>
         <title>HTTP (Hypertext Transfer Protocol)</title>
         <author></author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942917</link>
         <description><![CDATA[<div>HTTP is the application-level protocol that is used to transfer data on the Web. <br>HTTP comprises the rules by which Web browsers and servers exchange information.  <br>HTTP resources are identified and located on the network by Uniform Resource Locators (URLs), using the Uniform Resource Identifiers (URI's) schemes <em>http</em> and <em>https</em>. URIs and hyperlinks in HTML documents form inter-linked hypertext documents. <br><strong>How does HTTP Work? </strong><br>An HTTP client initiates a request by establishing a Transmission Control Protocol (TCP) connection to a particular port on a server (typically port 80, port 8080). An HTTP server listening on that port waits for a client's request message. Upon receiving the request, the server sends back a status line, such as "HTTP/1.1 200 OK", and a message of its own. The body of this message is typically the requested resource, although an error message or other information may also be returned. </div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:31:59 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942917</guid>
      </item>
      <item>
         <title>POP3</title>
         <author>seidolla30_04_99</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942919</link>
         <description><![CDATA[<div>POP3 (Post Office Protocol 3) is the most recent version of a standard protocol for receiving e-mail. POP3 is a <a href="http://searchnetworking.techtarget.com/definition/client-server">client/server</a> <a href="http://searchnetworking.techtarget.com/definition/protocol">protocol</a> in which e-mail is received and held for you by your Internet server. <br><strong>How does it work?</strong><br>In the simplest implementations of POP3, the server really does maintain a collection of text files -- one for each e-mail account. When a message arrives, the POP3 server simply appends it to the bottom of the recipient's file.<br><br></div><div>When you check your e-mail, your e-mail client connects to the POP3 server using <strong>port 110</strong>. The POP3 server requires an account name and a password. Once you've logged in, the POP3 server opens your text file and allows you to access it. Like the SMTP server, the POP3 server understands a very simple set of text commands. Here are the most common commands:<br><br></div><ul><li><strong>USER</strong> - enter your user ID</li><li><strong>PASS</strong> - enter your password</li><li><strong>QUIT</strong> - quit the POP3 server</li><li><strong>LIST</strong> - list the messages and their size</li><li><strong>RETR</strong> - retrieve a message, pass it a message number</li><li><strong>DELE</strong> - delete a message, pass it a message number</li><li><strong>TOP</strong> - show the top x lines of a message, pass it a message number and the number of lines</li></ul><div>Your e-mail client connects to the POP3 server and issues a series of commands to bring copies of your e-mail messages to your <a href="https://computer.howstuffworks.com/pc.htm">local machine</a>. Generally, it will then delete the messages from the server (unless you've told the e-mail client not to).<br><br></div><div>You can see that the POP3 server simply acts as an interface between the e-mail client and the text file containing your messages. And again, you can see that the POP3 server is extremely simple. You can connect to it through telnet at port 110 and issue the commands yourself if you would like to (see <a href="https://computer.howstuffworks.com/web-server.htm">How Web Servers Work</a> for details on telnetting to servers).<br><br><strong>+</strong><br>* A local copy of your email.<br>* Very little remote server storage space overhead required (if emails are deleted from the server as they are retrieved).<br>* Consolidation of many email accounts and servers to deliver to one inbox.<br><strong>-<br></strong>* No remote copy (if emails are deleted from the server as they are retrieved)<br>* No remote web access or synchronization between several programs or devices.<br>* All mail is stored in one (and only one) place.<br>* Local copies of messages still requires disk space to store messages.<br>* Local copies of messages are vulnerable to data loss or security threats.<br><br></div><div><br><br></div>]]></description>
         <enclosure url="http://DANIYARBEKYERASYL@GMAIL.COM" />
         <pubDate>2018-01-30 05:31:59 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942919</guid>
      </item>
      <item>
         <title>Telnet</title>
         <author>irmaler9</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942938</link>
         <description><![CDATA[<div><strong>TELetype NETwork </strong>is a user command and an underlying <a href="http://searchnetworking.techtarget.com/definition/TCP-IP">TCP/IP</a> <a href="http://searchnetworking.techtarget.com/definition/protocol">protoco</a>l for accessing remote computers.  Through Telnet, an administrator or another user can <a href="http://whatis.techtarget.com/definition/access">access</a> someone else's computer remotely. On the Web, <a href="http://searchwindevelopment.techtarget.com/definition/HTTP">HTTP</a> and FTP protocols allow you to request specific files from remote computers, but not to actually be logged on as a user of that computer. With Telnet, you log on as a regular user with whatever privileges you may have been granted to the specific <a href="http://searchsoftwarequality.techtarget.com/definition/application">application</a> and <a href="http://searchdatamanagement.techtarget.com/definition/data">data</a> on that computer. <br><strong><em>The Telnet Protocol<br></em></strong>The Telnet protocol is designed to provide a bi-directional, eight-bit byte oriented communications facility to allow for a a standard method of interfacing terminal devices and processes.</div><div><br><strong>How does it work?</strong><br>Telnet uses 23/TCP;</div><div>software installed on your computer, to create a connection with the <a href="https://www.ebay.com/sch/i.html?_nkw=remote">remote</a> host. The Telnet client (software), at your command, will send a request to the Telnet server (remote host). The server will reply asking for a user name and password. If accepted, the Telnet client will establish a connection to the host, thus making your computer a virtual terminal and allowing you complete access to the host's computer.</div><div>enables you to control the server and communicate with other servers on the network.  Telnet is a common way to <a href="https://www.webopedia.com/TERM/R/remote_control.html">remotely control</a> <a href="https://www.webopedia.com/TERM/W/Web_server.html">Web servers</a>.</div><div><strong><em><br></em></strong> </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:32:08 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942938</guid>
      </item>
      <item>
         <title>IMAP</title>
         <author>seidolla30_04_99</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942959</link>
         <description><![CDATA[<div>IMAP ( Internet Message Access Protocol ), as well as POP3, is used to receive e-mail messages to the local client, however, it has a significant difference - only email message headers are downloaded, the text of the message remains on the server. This communication protocol works in two directions, if changes occur on the local client, they are transferred to the server. Recently, IMAP has become more popular, because such giants-providers of e-mail services, like Gmail, began to recommend using it instead of POP3.<br><br>IMAP ports are by default the following:<br><br>Port 143 - port without encryption Port 993 - SSL / TLS port, also known as IMAPS <br><strong>How does it works?</strong><br>First, the client and the server should make handshaking, then the client sends data to the server and waits for a response. At the end of the session, the channel closes. An interesting feature of the IMAP protocol is that the server does not have to respond to commands in turn. That is, while waiting for a response to a request, the client can continue to send requests. The server will respond to them in order, processing requests simultaneously.<br><strong>Advantage</strong></div><ul><li> Synchronization </li><li> not required downloading </li></ul><div><strong>Disadvantages</strong></div><ul><li> Performance and Maintenance <br><br></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:32:22 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942959</guid>
      </item>
      <item>
         <title>SMTP</title>
         <author>seidolla30_04_99</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942990</link>
         <description><![CDATA[<div> <strong>Simple Mail Transfer Protocol</strong> (<strong>SMTP</strong>) is an Internet<a href="https://en.wikipedia.org/wiki/Internet_standard"> </a>standard for electronic<a href="https://en.wikipedia.org/wiki/Email"> </a>mail (email) transmission. SMTP communication between mail servers uses TCP port 25. <br> An <em>SMTP transaction</em> consists of three command/reply sequences: <br> 1. <strong>MAIL</strong> command, to establish the return address, also called return-path <br>2.  <strong>RCPT</strong> command, to establish a recipient of the message. <br>3.  <strong>DATA</strong> to signal the beginning of the <em>message text</em>; the content of the message, as opposed to its envelope. <br>Advantage <br>1. Easy to connect <br>2. Connects to any system <br>Disadvantage<br>1. There is no security/verification with SMTP itself. <br>2. Viruses are easily spread via email attachments <br><br></div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:32:41 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225942990</guid>
      </item>
      <item>
         <title>FTPS</title>
         <author>amanbayshady1</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943284</link>
         <description><![CDATA[<div>FTPS (FTP with Security) - a resulting combination would then carry the file transfer functionality inside an encrypted SSL/TLS tunnel that provides end-to-end encryption and transport security.</div><div>The security of FTPS connections can be set up in two distinct ways. The security methods are called “implicit” and “explicit”.<strong><br><br>Pros</strong></div><ul><li>Commonly understood and utilized</li><li>Easy to implement</li><li>The interaction can be checked out and comprehended by a human</li><li>Offers services for server-to-server file transfer</li><li>Communications can be read by humans, making it easier to troubleshoot a connection attempt</li><li>Easily supported by mobile devices</li></ul><div><strong>Cons</strong></div><ul><li>Not all FTP servers support SSL/TLS </li><li>Can’t perform file system operations</li><li>Uses multiple ports, making firewall configuration more complicated. </li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:35:54 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943284</guid>
      </item>
      <item>
         <title></title>
         <author>daniyarbekyerasyl</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943645</link>
         <description><![CDATA[￼]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:39:43 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943645</guid>
      </item>
      <item>
         <title></title>
         <author>karbozov454</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943664</link>
         <description><![CDATA[￼]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:39:56 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943664</guid>
      </item>
      <item>
         <title></title>
         <author>amanbayshady1</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943717</link>
         <description><![CDATA[￼]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:40:18 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943717</guid>
      </item>
      <item>
         <title></title>
         <author>amanbayshady1</author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943730</link>
         <description><![CDATA[￼]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 05:40:27 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/225943730</guid>
      </item>
      <item>
         <title>TCP</title>
         <author></author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226211602</link>
         <description><![CDATA[<div>Communications between computers on a network is done through protocol suits. The most widely used and most widely available protocol suite is TCP/IP protocol suite. A protocol suit consists of a layered architecture where each layer depicts some functionality which can be carried out by a protocol. Each layer usually has more than one protocol options to carry out the responsibility that the layer adheres to. TCP/IP is normally considered to be a 4 layer system.<br><strong>TCP</strong><br>As indicated in the name, there are two layers to TCP/IP. The top layer, TCP, is responsible for taking large amounts of data, compiling it into packets and sending them on their way to be received by a fellow TCP layer, which turns the packets into useful information/data.<br><br>TCP/IP is needed to ensure that information reaches its intended destination. Without TCP/IP, packets of information would never arrive where they need to be and the Internet wouldn’t be the pool of useful information that we know it to be today.<br> </div><div>A protocol system such as TCP/IP must be responsible for the following tasks:<br><br></div><ul><li>Dividing messages into manageable chunks of data that will pass efficiently through the transmission medium.</li><li>Interfacing with the network adapter hardware.</li><li>Addressing: The sending computer must be capable of targeting data to a receiving computer. The receiving computer must be capable of recognizing a message that it is supposed to receive.</li><li>Routing data to the subnet of the destination computer, even if the source subnet and the destination subnet are dissimilar physical networks.</li><li>Performing error control, flow control, and acknowledgment: For reliable communication, the sending and receiving computers must be able to identify and correct faulty transmissions and control the flow of data.</li><li>Accepting data from an application and passing it to the network.</li><li>Receiving data from the network and passing it to an application. </li></ul><div> Advantages:<br><br>    It can be used to establish/set up connection b/w different types of computers.<br>    It operates/works independently of the operating system.<br>    It support for a number of routing-protocols.<br>    It enables the internetworking between the organizations.<br>    It has a scalable, client-server architecture.<br><br>Disadvantages:<br><br>    It is complex to set up &amp; manage.<br>    IPX is faster than TCP/IP model.<br>    </div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-30 17:23:55 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226211602</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226402371</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/258178087/18602333555dfc60f2a56ed175d1440b/image.png" />
         <pubDate>2018-01-31 02:54:32 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226402371</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226412369</link>
         <description><![CDATA[￼
￼
￼
￼
📎 Photo

]]></description>
         <enclosure url="" />
         <pubDate>2018-01-31 04:08:20 UTC</pubDate>
         <guid>https://padlet.com/amanbayshady1/l77o104xegh2/wish/226412369</guid>
      </item>
   </channel>
</rss>
