Java Network Programming - Mastering TCP/IP: CJNP+ JAVA+

所在平台: Udemy

课程主页: https://www.udemy.com/course/network-programming-java-mastering-java-networking/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Java网络编程 - 精通TCP/IP:CJNP+ JAVA+ 课程概述: 这门课程将通过实践应用来教授Java网络编程,完成课程后可获得官方证书。您将学习开发客户端-服务器、图形用户界面聊天及其他应用程序。网络为简单程序提供了强大的功能,使单个程序能够从全球任何地方存储的数百万台计算机中恢复信息。Java是一种从一开始就考虑到网络的高级编程语言。Java网络编程的核心是将两个或多个计算机设备结合在一起以共享资源。 课程的第一部分介绍了网络基础术语和概念,展示了Java所提供的网络支持,并以简短示例进行说明。课程将演示一个简单的客户端/服务器应用程序及其多线程版本。此外,还将讨论网络节点如何使用地址,以及Java如何表示这些地址,包括IPv4和IPv6的支持。课程还涵盖了Java如何配置各种网络属性。 我们将深入探索NIO(非阻塞输入输出)支持网络的方式,讲解如何通过缓冲区和通道进行通信,借助客户端/服务器应用程序进行技术演示。同时,还将演示NIO对异步通信的支持。HTTP作为一种重要且广泛使用的协议,Java为其提供多种支持,课程将演示Java如何处理cookies。 此外,课程还将介绍点对点网络(P2P),作为传统客户端/服务器架构的灵活替代方案,学生将学习基本的点对点概念以及Java如何支持这一架构。课程中还包括UDP和多播的概念,这种方式在互联网应用中提供了效率更高但可靠性较低的通信。 课程还将讨论网络可扩展性以及如何在服务器面临更多需求时进行扩展,展示多线程技术(包括线程池、未来对象和NIO选择器)来支持这一需求。网络安全部分将教您如何保护应用程序免受各种威胁,Java通过加密和安全散列技术进行支持,并演示对称和非对称加密技术,以及TLS/SSL的使用。 最后,课程将探讨Java应用程序如何与用其他语言编写的应用程序交换信息,以及影响应用程序互操作性的问题,包括字节顺序的影响。通过使用套接字和中间件,将演示不同实现之间的通信。 在网络编程领域,Java被广泛认为是顶尖语言,其java.net包封装了大量类和接口,提供了便捷的方式来访问网络资源。课程将详细讲解Socket的使用,Socket是现代网络的基础,允许单计算机同时为多个不同客户端服务,并通过端口建立连接,套接字通信则通过协议进行。 通过本课程,您将掌握Java网络编程的核心知识以及相关技术,为日后的开发打下坚实的基础。

课程评论(0条)

课程详情

*Get the Official Certificate after Completing the CourseLearn Java network programming by practical example applications,You will develop ClientServer,GUI Chat and other appsNetworking supplements a lot of power to simple programs. With networks, a single program can regain information stored in millions of computers positioned anywhere in the world. Java is the leading programming language composed from scratch with networking in mind. Java Networking is a notion of combining two or more computing devices together to share resources.The first section of our udemy course introduces the essential network terminology and concepts. The networking support that Java provides is illustrated with brief examples. A simple client/server application is presented along with a threaded version of the server. We will also cover in our udemy course how nodes on a network use addresses. How Java represents these addresses is introduced along with support for IPv4 and IPv6.This section of our udemy course also covers how Java can configure various network properties. NIO Support for Networking, explains how the NIO package provides support for communication using buffers and channels. These techniques are illustrated with a client/server application. The support that NIO provides forasynchronous communication is also demonstrated.We will also cover in our udemy course how HTTP is an important and widely-used protocol. Java provides support for this protocol in a variety of ways.These techniques are illustrated along with a demonstration of how cookies are handled in Java. We will also cover in our udemy course how peer-to-peer networks provide a flexible alternative to the traditional client/server architecture. The basic peer-to-peer concepts are introduced along with demonstrations of how Java supports this architecture. FreePastry is used to illustrate one open source peer-to-peer solution framework.We will discuss about UDP and Multicasting and how it provides provides a less reliable but more efficient way for applications to communicate across the Internet. Java's extensive support for this protocol is demonstrated, including NIO support, and how UDP can support streaming media. We will also cover in our udemy course Network Scalability, I will explain how, as more demands are placed on a server, systems need to scale to address these demands. Several threading techniques supporting this need are demonstrated, including thread pools, futures, and the NIO's selector. We will also cover in our udemy course Network Security, you'll learn how applications need to protect against a variety of threats. This is supported in Java using encryption and secure hashing techniques. Symmetric and asymmetric encryption techniques are illustrated. In addition, the use of TLS/SSL is demonstrated. We will also cover in our udemy course covers how Java applications may need to exchange information with other applications that are written in different languages. The issues that impact an application's interoperability are examined, including byte order. Communication between different implementations is demonstrated using sockets and middleware.All the Java program communications over the network are done at the application layer. The java. net package of the J2SE APIs comprises various classes and interfaces that execute the low-level communication features, enabling the user to formulate programs that focus on resolving the problem. The Java platform is highly regarded in part because of its suitability for writing programs that use and interact with the resources on the Internet and the World Wide Web(WWW). In fact, Java-compatible browsers use this ability of the Java platform to the extreme to transport and run applets over the Internet.Java is a premier language for network programming. java. net package encapsulate large number of classes and interface that provides an easy-to use means to access network resources. Here are some important classes and interfaces of java. net package.Socket is the foundation of modern networking, a socket allows single computer to serve many different clients at once. Socket establishes connection through the use of port, which is a numbered socket on a particular machine. Socket communication takes place via a protocol. Socket provides a communication mechanism between two computers using TCP. There are two kinds of TCP sockets in Java. One is for server and the other is for client.

课程标签

0人关注该课程

主题相关的课程