<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Broker by Cristopher Vázquez Villa</title>
      <link>https://padlet.com/cris990077/haks7jmstweul625</link>
      <description>ACTIVIDAD A.2.9 Padlet de estilo arquitectónico - Equipo 7 - Mario Morales Portilla - Omar Dylan Segura Platas - Cristopher Vázquez Villa</description>
      <language>en-us</language>
      <pubDate>2023-10-10 01:55:35 UTC</pubDate>
      <lastBuildDate>2023-10-10 17:26:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Componente Broker</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739124784</link>
         <description><![CDATA[<div>Es responsable de coordinar la comunicación, como el reenvío de solicitudes, así como para transmitir los resultados y excepciones.</div>]]></description>
         <enclosure url="http://thestartupmag.com/wp-content/uploads/2020/05/stockbroker-595x397.jpg" />
         <pubDate>2023-10-10 02:50:06 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739124784</guid>
      </item>
      <item>
         <title>Uso</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739126865</link>
         <description><![CDATA[<div>Puede ser usado para estructurar sistemas distribuidos con componentes desacoplados que interactúan mediante invocaciones a sistemas remotos.</div>]]></description>
         <enclosure url="https://media2.giphy.com/media/IdD0bks4rFVA4PXCXn/giphy.gif" />
         <pubDate>2023-10-10 02:51:30 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739126865</guid>
      </item>
      <item>
         <title>¿Qué se necesita?</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739143023</link>
         <description><![CDATA[<div>Un sistema de información de la ciudad (CIS):<br>- Su información se distribuye por la red.<br>- Se espera que cambie y crezca continuamente.<br>- Se debe acceder a los servicios sin tener que conocer su ubicación.</div>]]></description>
         <enclosure url="https://cdn.wallpapersafari.com/47/50/NXGyuV.jpg" />
         <pubDate>2023-10-10 03:02:24 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739143023</guid>
      </item>
      <item>
         <title>Y... ¿Cuál es el problema?</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739151958</link>
         <description><![CDATA[<div>- Se pueden requerir algunos medios de comunicación entre procesos.<br>- Se requieren servicios de añadir, remover, intercambio, activación y locación.</div>]]></description>
         <enclosure url="https://media3.giphy.com/media/lKXEBR8m1jWso/giphy.gif" />
         <pubDate>2023-10-10 03:08:51 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739151958</guid>
      </item>
      <item>
         <title>Se utiliza Broker para equilibrar lo siguiente:</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739171515</link>
         <description><![CDATA[<div>- Los componentes deben ser capaces de acceder a servicios provistos por otros.<br>- Necesitas añadir, intercambiar o remover componentes en tiempo de ejecución.<br>- Se deben ocultar detalles específicos del sistema y la implementación de los componentes y servicios.</div>]]></description>
         <enclosure url="https://media4.giphy.com/media/111LSMM1ICPqBq/giphy.gif" />
         <pubDate>2023-10-10 03:24:11 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739171515</guid>
      </item>
      <item>
         <title>La Solucion... ¡Broker!</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739176178</link>
         <description><![CDATA[<div>- Mejor desacoplamiento de clientes y servidores.<br>- Una aplicación puede acceder a los servicios simplemente por el envío de llamadas de mensajes al objeto apropiado.<br>- Reduce la complejidad involucrada en el desarrollo de aplicaciones distribuidas, pues hace la distribución transparente.</div>]]></description>
         <enclosure url="https://youthincmag.com/wp-content/uploads/2019/02/problem-solution.jpg" />
         <pubDate>2023-10-10 03:28:09 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739176178</guid>
      </item>
      <item>
         <title>Para finalizar este ejemplo...</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739188316</link>
         <description><![CDATA[<div>Se dividió en en 6 componentes:<br>Clientes: Envia solicitudes a través de client-side proxy<br>Servidores: Implementa los servicios y envía respuestas de vuelta al cliente a través del server-side proxy<br>Brokers: Transmite mensajes, recupera errores, localiza servidores.<br>Puentes:&nbsp;Encapsula funcionalidad de la red, media entre un broker locar y uno remoto.<br>Client-Side Proxies: Encapsula funcionalidad del sistema, media entre el cliente y el broker.<br>Server-Side Proxies: Encapsula funcionalidad del sistema, media entre el servidor y el broker.</div>]]></description>
         <enclosure url="https://media4.giphy.com/media/l3q2K5jinAlChoCLS/giphy.gif" />
         <pubDate>2023-10-10 03:38:52 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739188316</guid>
      </item>
      <item>
         <title>Un mensajero</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739192494</link>
         <description><![CDATA[<div>Es un mensajero, responsable de la transmisión de solicitudes, respuestas y excepciones entre los clientes y los servidores</div>]]></description>
         <enclosure url="https://media1.giphy.com/media/SPmNE3yl10Hg4/giphy.gif" />
         <pubDate>2023-10-10 03:43:21 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739192494</guid>
      </item>
      <item>
         <title>Dos tipos mencionados</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739195968</link>
         <description><![CDATA[<div>- Los que usan comunicación directa.<br>- Los que usan comunicación indirecta.</div>]]></description>
         <enclosure url="https://media1.giphy.com/media/cnCwcbFjdVw3Wm9bv0/giphy.gif" />
         <pubDate>2023-10-10 03:47:05 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739195968</guid>
      </item>
      <item>
         <title>1.- Define un modelo de objeto. O bien, usa uno existente.</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739197191</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:48:40 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739197191</guid>
      </item>
      <item>
         <title>2.- Define el tipo de interoperabilidad que debe ofrecer el sistema.</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739197595</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:49:11 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739197595</guid>
      </item>
      <item>
         <title>3.- Especifica las APIs que el sistema Broker deberá ofrecer para la colaboración entre clientes y servidores.</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739198282</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:50:00 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739198282</guid>
      </item>
      <item>
         <title>4.- Utiliza objetos proxy para ocultar detalles de de implementación de clientes y servidores</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739203087</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:55:12 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739203087</guid>
      </item>
      <item>
         <title>5.-Diseña el componente broker en paralelo con los pasos 3 y 4. Es iterativo.</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739204009</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:56:19 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739204009</guid>
      </item>
      <item>
         <title>6.- Desallora compiladores IDL</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739204328</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2023-10-10 03:56:33 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739204328</guid>
      </item>
      <item>
         <title>Direct Communicaction Broker System</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739205910</link>
         <description><![CDATA[<div>Los clientes se pueden comunicar con los servidores directamente.</div>]]></description>
         <enclosure url="http://wpmu.org/wp-content/uploads/2012/05/direct-big.jpg" />
         <pubDate>2023-10-10 03:58:14 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739205910</guid>
      </item>
      <item>
         <title>Message Passing Broker System</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739208937</link>
         <description><![CDATA[<div>Los servidores usan el tipo de mensaje para determinar qué hacer.</div>]]></description>
         <enclosure url="https://media0.giphy.com/media/13cA5MoP9Qas48/giphy.gif" />
         <pubDate>2023-10-10 04:01:15 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739208937</guid>
      </item>
      <item>
         <title>Trader System</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739210339</link>
         <description><![CDATA[<div>El broker debe saber que servidores pueden proveer el servicio y pasar la petición al apropiado.</div>]]></description>
         <enclosure url="https://media0.giphy.com/media/3ohhwoRBxbzble4p0Y/giphy.gif" />
         <pubDate>2023-10-10 04:02:46 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739210339</guid>
      </item>
      <item>
         <title>Adapter Broker System</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739213096</link>
         <description><![CDATA[<div>Una nueva capa, responsable de registrar servicios y de interactúar con servidores.</div>]]></description>
         <enclosure url="https://media1.giphy.com/media/q83hseeR5arKUtdPbX/giphy.gif" />
         <pubDate>2023-10-10 04:05:41 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739213096</guid>
      </item>
      <item>
         <title>Callback Broker System</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739215207</link>
         <description><![CDATA[<div>Cuando un evento aparece, el broker invoca el método del componente que está registrado para reaccionar al evento.</div>]]></description>
         <enclosure url="https://media0.giphy.com/media/xUA7aWmr0uddsafLEI/giphy.gif" />
         <pubDate>2023-10-10 04:08:01 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739215207</guid>
      </item>
      <item>
         <title>Transparencia de ubicación</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739217241</link>
         <description><![CDATA[<div>Los clientes no necesitan saber donde están los servidores, y viceversa.</div>]]></description>
         <enclosure url="https://media3.giphy.com/media/C4YBNGBh70MzatKz0m/giphy.gif" />
         <pubDate>2023-10-10 04:10:14 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739217241</guid>
      </item>
      <item>
         <title>Cambiabilidad y extensibilidad de componentes</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739218226</link>
         <description><![CDATA[<div>Esto es algo claro, ¿No?</div>]]></description>
         <enclosure url="https://media4.giphy.com/media/L3LHuejRcf5OLMoZpN/giphy.gif" />
         <pubDate>2023-10-10 04:11:17 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739218226</guid>
      </item>
      <item>
         <title>Portabilidad de un sistema</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739220494</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media1.giphy.com/media/Pm3qy7eYlWP2oAAejh/giphy.gif" />
         <pubDate>2023-10-10 04:13:44 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739220494</guid>
      </item>
      <item>
         <title>Interoperabilidad entre diferentes sistemas</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739221078</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://cdn.chakray.com/wp-content/uploads/2018/05/network-4025614_1920-1-1600x1000.jpg" />
         <pubDate>2023-10-10 04:14:21 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739221078</guid>
      </item>
      <item>
         <title>Reusabilidad</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739222015</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media0.giphy.com/media/sr7xt6mR7EYxEkMZaq/giphy.gif" />
         <pubDate>2023-10-10 04:15:23 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739222015</guid>
      </item>
      <item>
         <title>Eficiencia restringida</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739223308</link>
         <description><![CDATA[<div>La implementación suele ocasionar lentitud</div>]]></description>
         <enclosure url="https://media4.giphy.com/media/xT1R9SOmCfwcpzFBDO/giphy.gif" />
         <pubDate>2023-10-10 04:16:49 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739223308</guid>
      </item>
      <item>
         <title>Menor tolerancia a fallos</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739224037</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media1.giphy.com/media/26ybwvTX4DTkwst6U/giphy.gif" />
         <pubDate>2023-10-10 04:17:39 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739224037</guid>
      </item>
      <item>
         <title>Forwarder-Receiver</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739224811</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media4.giphy.com/media/2wWBH0vXsVUmKtRJOe/giphy.gif" />
         <pubDate>2023-10-10 04:18:30 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739224811</guid>
      </item>
      <item>
         <title>Proxy Pattern</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739225122</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media0.giphy.com/media/QpVUMRUJGokfqXyfa1/giphy.gif" />
         <pubDate>2023-10-10 04:18:51 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739225122</guid>
      </item>
      <item>
         <title>Client-Dispatcher-Server</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739225703</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://images.unsplash.com/photo-1560250056-07ba64664864?crop=entropy&amp;cs=srgb&amp;fm=jpg&amp;ixid=M3w3ODI2fDB8MXxzZWFyY2h8Mnx8Y2xpZW50fGVzfDF8fHx8MTY5NjkxMTU0NHww&amp;ixlib=rb-4.0.3&amp;q=85" />
         <pubDate>2023-10-10 04:19:22 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739225703</guid>
      </item>
      <item>
         <title>Mediator Design Pattern</title>
         <author>cris990077</author>
         <link>https://padlet.com/cris990077/haks7jmstweul625/wish/2739227571</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://karrierebibel.de/wp-content/uploads/2015/10/Mediator-Ausbildung-Gehalt-Berufsprofil.jpg" />
         <pubDate>2023-10-10 04:21:19 UTC</pubDate>
         <guid>https://padlet.com/cris990077/haks7jmstweul625/wish/2739227571</guid>
      </item>
   </channel>
</rss>
