Token-Ring Network
A popular way to exchange information between computers on a network. Token-ring works by passing a single token from computer to computer, around the network. To send a file, a computer must wait for the token to reach it, attach the file to the token, and then return both the token and the file to the network. Everyone can use peripherals, such as a printer, on the network. To print a file, a computer attaches the file to the token and sends both the token and the attached file across the network to the printer. When the token reaches the intended destination, the receiving computer or peripheral removes the file from the token. The token is then returned to the network so the process can start again.
ในระบบเครือข่าย หมายถึง การส่งข้อมูลแบบวงแหวน กล่าวคือ ผู้ส่งข้อมูลจะนำข้อมูลใส่ในถาด (token) ถาดนี้จะเดินตามสายผ่านไปยังเครื่องคอมพิวเตอร์ที่อยู่โดยรอบ เมื่อเดินไปถึงเครื่องที่จะเป็นตัวรับ ก็จะจัดการรับถาดนั้นไว้เพื่อถ่ายโอนข้อมูลออก เมื่อบันทึกข้อมูลลงในเครื่องของตนแล้ว ก็จะปล่อยถาดกลับไปยังผู้ส่ง เมื่อผู้ส่งตรวจดูว่า ข้อมูลถูกรับไว้เรียบร้อยแล้ว ก็จะลบข้อมูลทิ้ง (บางทีเรียกสั้น ๆ ว่า ring network)
Proxy server
In computer networks, a proxy server is a server (a computer system or an application program) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. The proxy server evaluates the request according to its filtering rules. For example, it may filter traffic by IP address or protocol. If the request is validated by the filter, the proxy provides the resource by connecting to the relevant server and requesting the service on behalf of the client. A proxy server may optionally alter the client's request or the server's response, and sometimes it may serve the request without contacting the specified server. In this case, it 'caches' responses from the remote server, and returns subsequent requests for the same content directly.
Proxy Server คือ การนำเครื่องคอมพิวเตอร์มาตั้งเพื่อให้บริการแก่กลุ่มผู้ใช้ที่อยู่ในกลุ่มเดียวกัน และกำหนดให้ผู้ใช้ทุกคนเรียกใช้ข้อมูล WWW ผ่านเครื่องคอมพิวเตอร์นี้ โดยเครื่องดังกล่าวจะมีการติดตั้งโปรแกรมเพื่อทำหน้าที่เรียกข้อมูล WWW มาให้บริการแก่ผู้ใช้ และจัดเก็บข้อมูลที่เคยถูกเรียกนั้นไว้ ในเครื่อง เพื่อให้บริการแก่ผู้ใช้ข้อมูลนั้นซ้ำ ได้ทันที โดยไม่ต้องเสียเวลาไปเรียกข้อมูลมาจากแหล่งข้อมูลภายนอกมาใหม่ ซึ่งเทคนิคดังกล่าว จะทำให้ผู้ใช้สามารถเรียกใช้ข้อมูลที่(ส่วนใหญ่)เคยมีผู้เรียกใช้มาก่อนได้รวดเร็วขึ้นเป็นอย่างมาก เนื่องจากไม่ต้องเสียเวลาไปเรียกข้อมูลจากแหล่งข้อมูลภายนอกมาใหม่ อันจะทำให้ประสิทธิภาพในการใช้งานระบบเครือข่ายอินเทอร์เน็ต เพิ่มขึ้นเป็นอย่างมาก
ขั้นตอนการทำงาน
ขั้นตอนการทำงานของ Proxy Server เมื่อผู้ใช้ติดต่อ WWW ผ่าน Proxy Server เครื่องจะทำการตรวจสอบก่อน ว่ามีข้อมูลที่ผู้ใช้ต้องการอยู่ในเครื่องอยู่แล้วหรือไม่ ถ้ายังไม่มีก็จะไปเรียกข้อมูลมาให้ใหม่ และจัดเก็บไว้ในเครื่องเพื่อคอยให้บริการแก่ผู้ใช้ครั้งต่อไป ถ้าพบว่ามี จะทำการตรวจสอบว่าข้อมูลที่มีอยู่กับแหล่งข้อมูลที่ต้องการ ว่ามีความทันสมัยตรงกันหรือไม่ ถ้าตรงกันจะทำการส่งข้อมูลที่มีอยู่ในเครื่องไปให้ผู้ใช้ทันที แต่ถ้าไม่ตรงกัน Proxy จะไปดึงข้อมูลจากแหล่งข้อมูลมาให้ใหม่
ไม่มีความคิดเห็น:
แสดงความคิดเห็น