翻译 汉译英 急!!!

来源:百度知道 编辑:UC知道 时间:2024/06/24 08:05:47
高手帮忙翻译一下,我实在是翻译不上来谢谢了!!
随着Internet的发展,人们对网络可靠性的要求越来越高。 特别是对于终端用户来说,能够时时与网络其他部分保持通信是非常重要的。 虚拟路由器冗余协议(VRRP)提供一种解决方案,能够保证终端用户与网络的联系可靠、稳定、不中断。
简单来说,VRRP是一种容错协议,它保证当主机的下一跳路由器坏掉时,可以及时的由另一台路由器来代替,从而保持通讯的连续性和可靠性。
通过对该题目的设计与实现,提高自己在linux平台下对网络通信技术的掌握。增强对linux系统的认识与熟练程度,并且能够在此基础之上掌握linux下C语言编程的方法。在题目的实现过程中使用到了多线程,消息队列,链表以及linux命令行等技术。丰富了自己对C语言的了解,尤其是在多线程和消息队列的操作上需要考虑周到,以免出现读写冲突。而在命令行的设计过程中,要考虑到操作者(客户)在使用过程中的简单性和交互性。
翻译好的,再奖励一百分 ,机器翻译不管用,一楼的就是例子,分明是用GOOGLE翻译的,正确率太低

Along with the development of Internet, the required reliability for us becomes higher and higher. Especially to the end-users, it is important to keep the connection with another parts of the Internet. But VRRP provides a resolution that can guarantee the reliable, steady and connected connection between the Internet and the end-users.
In a nutshell, VRRP is a type of fault-tolerance-pact. It can make sure when one router doesn't work another will be replacement as soon as possible. Then it keeps the reliability and sustainability of connection at the same time.
Through the design and practice of the subject, it can improve the level of handling the Internet connection technology under the linux platform. Strengthen the knowledge and qualification to linux system, and make yourself be enough to handle the methods of C++ programming under linux platform based on those skills. Use the multithreading, message queue, linked list, linux command lines and any other skills w