<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Networking between Hosts by </title>
      <link>https://padlet.com/Espresso2342/networking</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-02-09 13:26:55 UTC</pubDate>
      <lastBuildDate>2023-02-16 13:44:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f607.png</url>
      </image>
      <item>
         <title>What is peer-to-peer networking?</title>
         <author>Espresso2342</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2474996513</link>
         <description><![CDATA[<div>In a peer to peer network, all systems are directly connected to one another without a central server.<br><br>This way, instead of all data being stored on one server, the data is split between peers, and can be directly sent to one another instead of data being requested through a server.<br><br></div>]]></description>
         <enclosure url="https://rf.padletcdn.com/oaidalleapiprodscus.blob.core.windows.net/private/org-62SRUhDLYbNj94clxxo3pYaL/user-06YZ8tggO84WSLdw4oiIwNWF/img-EJaaddb0zl3H0kz8rNxO5D6c.png?st=2023-02-10T12%3A13%3A34Z&amp;se=2023-02-10T14%3A13%3A34Z&amp;sp=r&amp;sv=2021-08-06&amp;sr=b&amp;rscd=inline&amp;rsct=image/png&amp;skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&amp;sktid=a48cca56-e6da-484e-a814-9c849652bcb3&amp;skt=2023-02-09T21%3A36%3A18Z&amp;ske=2023-02-10T21%3A36%3A18Z&amp;sks=b&amp;skv=2021-08-06&amp;sig=JYZBgWggeWdnE%2BprJ2cRrmdIKA41PZKlTJZj%2BJVjD%2BU%3D" />
         <pubDate>2023-02-09 13:31:30 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2474996513</guid>
      </item>
      <item>
         <title>Examples</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2474996859</link>
         <description><![CDATA[<div>Stefan<br><br>Client-server: file server, mail server, game server<br><br>Peer-to-peer: torrenting, cryptocurrencies, tor</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-09 13:31:46 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2474996859</guid>
      </item>
      <item>
         <title>Situations where they might be used:</title>
         <author>Espresso2342</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2474998649</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-02-09 13:33:08 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2474998649</guid>
      </item>
      <item>
         <title>What is client and what is a server?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2475047608</link>
         <description><![CDATA[<div>A client requests data while a server provides that data.</div>]]></description>
         <enclosure url="https://images.unsplash.com/photo-1521790797524-b2497295b8a0?crop=entropy&amp;cs=tinysrgb&amp;fm=jpg&amp;ixid=Mnw3ODI2fDB8MXxzZWFyY2h8MXx8Y2xpZW50fGVufDF8fHx8MTY3NTk1MTQzNQ&amp;ixlib=rb-4.0.3&amp;q=80" />
         <pubDate>2023-02-09 14:04:24 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2475047608</guid>
      </item>
      <item>
         <title>What is client-server networking?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2475054284</link>
         <description><![CDATA[<div>In a client-server network, all of the clients connect to a central server(s). Clients are not connected to each other, instead they could communicate with each other through the server.<br><br>The clients can communicate to the server through any network, either a Local Area Network or a Wide Area Internet; which includes the Internet.</div>]]></description>
         <enclosure url="https://appinventiv.com/wp-content/uploads/sites/1/2020/08/Client-Server-Architecture.png" />
         <pubDate>2023-02-09 14:08:32 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2475054284</guid>
      </item>
      <item>
         <title>Advantages of using a client-server architecture</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2475070228</link>
         <description><![CDATA[<div>The main benefit of using a client server architecture is security. The server controls everything and clients cannot communicate with each other. This means that clients will not have access to access-controlled resources and can't send malicious data to other clients.&nbsp;<br><br>For example, if using a peer-to-peer architecture for a game, this allows peers to grab each others' IP addresses and DDoS them; resulting in them unable to access the Internet.<br><br>Another benefit is their ability to be scaled up. You can easily grow the amount of servers and clients connect to the server with the most availability. This can be done as this architecture is centralised.&nbsp;</div>]]></description>
         <enclosure url="http://image.shutterstock.com/z/stock-photo-happy-old-woman-with-thumbs-up-isolated-on-white-background-115260340.jpg" />
         <pubDate>2023-02-09 14:17:51 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2475070228</guid>
      </item>
      <item>
         <title>Disadvantages of using a client server architecture</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2475087531</link>
         <description><![CDATA[<div>However, the servers can be overloaded with requests. Imagine trying to speak to more than 2 people at once, each asking a question and demanding your attention - it gets hard to do so.<br><br>Overloading can be reduced by using a 'load balancer' which redirects requests to different servers. For example, if a server is at 50%, another at 25%, aim to get them both the same amount.<br><br>Another huge disadvantage is cost. You need money to host the servers and this increases drastically with the amount of people and requests to your servers.<br><br>For example, a basic "bare metal" dedicated server can start at around £100+ a month. Large companies like Amazon have thousands of servers around the world, a lot larger than these basic ones.</div>]]></description>
         <enclosure url="https://images.creativemarket.com/0.1.0/ps/2986912/1360/906/m1/fpnw/wm1/y0jsg3lmatl5ezolsfuqter2dgdd2fm9x6to367lpz576htxsdqxfanopmxdnny8-.jpg?1500320347&amp;s=a9423e0e3725f0a11c61640904a3ac50" />
         <pubDate>2023-02-09 14:27:32 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2475087531</guid>
      </item>
      <item>
         <title>Client Server Networking Situations:</title>
         <author>Espresso2342</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476391080</link>
         <description><![CDATA[<div>Client networks are commonly used in organisational sitations such as universities, schools, and large businesses.<br><br>Users of a client network usually have a need/ access to things such as:<br>- Private File Storage<br>- Shared File Storage<br>- Organisational Internet<br>- Hardware peripherals such as printers or scanners.<br><br>In the case of a secondary school, it would allow students and teachers to have a frequently backed up personal file storage that allows the permissions to create, delete and view files as well as the permissions to access the internet and peripherals avalible at the school.&nbsp;<br>Students would have no way to delete files on the shared teacher file storage whilst the teachers would have a easy way to share teaching resources with students and teachers alike.<br><br><br><br></div>]]></description>
         <enclosure url="http://www.isaserver.org/img/upl/image0061170674785895.gif" />
         <pubDate>2023-02-10 13:12:52 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476391080</guid>
      </item>
      <item>
         <title>What is a web socket?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476398113</link>
         <description><![CDATA[<div>Web sockets allow a persistent connection between a server and a client.&nbsp;<br><br>Typically, you connect to the server, request the data, await the response, then disconnect. However, with a web socket the connection can remain open.<br><br>This allows both parties to communicate with each other at any time.&nbsp;</div>]]></description>
         <enclosure url="https://qph.fs.quoracdn.net/main-qimg-9c908fcf09a3237b0823ef2ff88ddce8" />
         <pubDate>2023-02-10 13:18:45 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476398113</guid>
      </item>
      <item>
         <title>Why would you use a web socket?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476404859</link>
         <description><![CDATA[<div>When connecting to a website, the server cannot send you data. You can only ask for data and it'll respond; it cannot ask you for data.<br><br>With a web socket, it can. This allows the server to update data when something changes. For example, you're working on Padlet and someone changes something, a server can tell every client that something changed and they can update the page.<br><br>This is possible without web sockets but it would require the client to constantly query the server for any changes.</div>]]></description>
         <enclosure url="https://sites.dartmouth.edu/jacko/files/2015/10/man-thinking.jpg" />
         <pubDate>2023-02-10 13:24:30 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476404859</guid>
      </item>
      <item>
         <title>Advantages of Peer-to-Peer</title>
         <author>edwardrubinstein</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476410654</link>
         <description><![CDATA[<ul><li>Files can be transferred directly between peers, this allows for faster transfer than the client-server model, as it doesn't need to be transferred to the host first</li><li>Server system is not needed; can save cost.</li><li>Time does not need to be spent managing client permissions, as each peer is equal</li></ul>]]></description>
         <enclosure url="https://rf.padletcdn.com/oaidalleapiprodscus.blob.core.windows.net/private/org-62SRUhDLYbNj94clxxo3pYaL/user-06YZ8tggO84WSLdw4oiIwNWF/img-9mj9EoHvAwR7nFAEz9M2Ma9l.png?st=2023-02-09T19%3A57%3A34Z&amp;se=2023-02-09T21%3A57%3A34Z&amp;sp=r&amp;sv=2021-08-06&amp;sr=b&amp;rscd=inline&amp;rsct=image/png&amp;skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&amp;sktid=a48cca56-e6da-484e-a814-9c849652bcb3&amp;skt=2023-02-08T21%3A57%3A41Z&amp;ske=2023-02-09T21%3A57%3A41Z&amp;sks=b&amp;skv=2021-08-06&amp;sig=guaZNcc7wF9r2WCBFvyXlqUOC2hfA%2BnVIQOEcdUdd/Q%3D" />
         <pubDate>2023-02-10 13:29:18 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476410654</guid>
      </item>
      <item>
         <title>How do they work?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476416150</link>
         <description><![CDATA[<div>They connect through the TCP protocol. This protocol ensures that data is transferred successfully; without errors. I won't go into detail how this works.<br><br>The connection they form is called a "full-duplex socket". A socket is like a mailbox for a specific IP address (street name) and port (house number).<br><br>The duplex describes what type of "conversation" the parties can have. A full-duplex means that both parties can talk and respond. However, unlike half-duplex, both can talk at the same time.</div>]]></description>
         <enclosure url="https://thumbs.dreamstime.com/z/intrigued-business-man-reading-book-26587282.jpg" />
         <pubDate>2023-02-10 13:33:42 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476416150</guid>
      </item>
      <item>
         <title>Disadvantages of peer-to-peer</title>
         <author>edwardrubinstein</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476431078</link>
         <description><![CDATA[<ul><li>Lacks security, no central server to identify possible threats when transferring files.</li><li>Each computer would need a backup system in order to restore files, rather than one backup system on a server</li><li>Difficult to administrate whole system when no there's no central server.</li></ul>]]></description>
         <enclosure url="https://rf.padletcdn.com/oaidalleapiprodscus.blob.core.windows.net/private/org-62SRUhDLYbNj94clxxo3pYaL/user-06YZ8tggO84WSLdw4oiIwNWF/img-YsPK7TkkJfLRc8GbZBzMBdDM.png?st=2023-02-10T12%3A45%3A07Z&amp;se=2023-02-10T14%3A45%3A07Z&amp;sp=r&amp;sv=2021-08-06&amp;sr=b&amp;rscd=inline&amp;rsct=image/png&amp;skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&amp;sktid=a48cca56-e6da-484e-a814-9c849652bcb3&amp;skt=2023-02-09T21%3A36%3A46Z&amp;ske=2023-02-10T21%3A36%3A46Z&amp;sks=b&amp;skv=2021-08-06&amp;sig=%2BWQcgoW%2BrZZZgJeskIq5R%2BKVHK%2BW2eQTVEdjzpF3dOI%3D" />
         <pubDate>2023-02-10 13:45:28 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476431078</guid>
      </item>
      <item>
         <title>What is an API?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476440919</link>
         <description><![CDATA[<div>An API, or an Application Programming Interface, allow different programs to interface, or communicate, with each other.<br><br>Web APIs are standardised with REST, Representational State Transfer, which uses HTTP request methods. It allows clients to talk to the server through HTTP. The API is hosted on the server.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-10 13:52:29 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476440919</guid>
      </item>
      <item>
         <title>Peer-To-Peer Network Situations:</title>
         <author>Espresso2342</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476444195</link>
         <description><![CDATA[<div>Peer-to-Peer networks are used in a varity of different situations. Peer-to-Peer networks allow the sharing of files between peers without the need of a central authority to judge what files are allowed or disallowed.<br><br>Peer-to-Peer networking is used in sitatuons such as Online gaming, Large file sharing and distributed computing.<br><br>In the case of Online gaming,&nbsp;<br>Multiplayer games often use Peer-to-Peer networking for real time communication between players as it provides much more stable and efficent connections than client server newtorking.<br><br>In the case of Large File Sharing,&nbsp;<br>It is much faster and easier to share large files by the use of a Peer-to-Peer network as it does not involve the longer process of a central authority checking over the files.<br><br>In the case of Distributed Computing,<br>Peer-to-Peer networks can be used to distribute computing tasks among peers. This allows for large computations to be performed in parallel and reducing the workload on a single central server</div>]]></description>
         <enclosure url="https://www.computernetworkingnotes.org/images/networking-tutorials/nt24-01-peer-to-peer-client-server.png" />
         <pubDate>2023-02-10 13:54:57 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476444195</guid>
      </item>
      <item>
         <title>How does a client send data via an API?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476451247</link>
         <description><![CDATA[<div>What type of requests would you send to a server; what would you ask it to do? An acronym to remember this is CRUD: Create, Retrieve, Update, Delete.<br><br>CRUD allows us to map certain HTTP request methods to SQL functions:</div><ul><li>Create: POST -&gt; INSERT</li><li>Retrieve: GET -&gt; SELECT</li><li>Update: PUT -&gt; UPDATE</li><li>Delete: DELETE -&gt; DELETE</li></ul>]]></description>
         <enclosure url="https://www.c-sharpcorner.com/UploadFile/francissvk/crud-operations-in-Asp-Net-mvc-using-ado-net/Images/CRUD.png" />
         <pubDate>2023-02-10 14:00:23 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476451247</guid>
      </item>
      <item>
         <title>What data is sent to the API?</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476464679</link>
         <description><![CDATA[<div>The data sent to an API is encoded either within JSON (JavaScript Object Notation) or XML.<br><br>JSON has a very similar structure to Python dictionaries. I recommend you look at what those are, if you don't know. On the other hand, XML resembles HTML more</div>]]></description>
         <enclosure url="http://cdn2.hubspot.net/hub/126065/file-239461408-png/images/jsonxmlresults.png?t=1469142715589&amp;width=687&amp;height=552" />
         <pubDate>2023-02-10 14:10:43 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476464679</guid>
      </item>
      <item>
         <title>JSON vs XML</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2476472461</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://i.ytimg.com/vi/CEpcMiQFXyQ/maxresdefault.jpg" />
         <pubDate>2023-02-10 14:15:42 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2476472461</guid>
      </item>
      <item>
         <title>Client-server</title>
         <author>stefanuk12</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2478734316</link>
         <description><![CDATA[<div>https://crosswordlabs.com/view/client-server-4</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-13 10:56:33 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2478734316</guid>
      </item>
      <item>
         <title>crossword</title>
         <author>edwardrubinstein</author>
         <link>https://padlet.com/Espresso2342/networking/wish/2478762101</link>
         <description><![CDATA[<div>https://crosswordlabs.com/view/peer-to-peer-4</div>]]></description>
         <enclosure url="https://crosswordlabs.com/view/peer-to-peer-3" />
         <pubDate>2023-02-13 11:24:08 UTC</pubDate>
         <guid>https://padlet.com/Espresso2342/networking/wish/2478762101</guid>
      </item>
   </channel>
</rss>
