Companies Home Search Profile

Java Network Programming - Mastering TCP/IP | CJNP+ 2023 JVA

Focused View

OCSALY Academy | 160.000+ Students

7:51:24

100 View
  • 1. What you will learn in this course.mp4
    03:58
  • 1. Introduction to Networking.mp4
    02:18
  • 2. What is Internetworking.mp4
    01:39
  • 3. Introduction to Area Networks.mp4
    02:42
  • 4. LAN.mp4
    01:35
  • 5. MAN.mp4
    01:07
  • 6. WAN.mp4
    02:17
  • 1.1 a1 - getting ip from domain.zip
  • 1. Getting IP from Domain.mp4
    06:52
  • 2.1 a2 - introduction to java nio classes.zip
  • 2. Introduction to Java NIO Classes.mp4
    02:42
  • 3.1 a3 - accessing website codes using bufferedreader.zip
  • 3. Accessing Website Codes using BufferedReader.mp4
    04:59
  • 4.1 a4 - downloading website html with buffer and channel.zip
  • 4. Downloading Website HTML with Buffer and Channel.mp4
    07:28
  • 1. What is Network topology .mp4
    01:15
  • 2. Ring topology.mp4
    04:16
  • 3. Star topology.mp4
    02:37
  • 4. Mesh topology.mp4
    01:52
  • 5. Expanding star topology.mp4
    01:48
  • 6. Bus topology.mp4
    02:14
  • 1. TCP.mp4
    07:08
  • 2. UDP.mp4
    02:57
  • 3. Ports and Sockets and IP Addresses.mp4
    06:59
  • 1. Printing Network Adapters.mp4
    09:27
  • 2. URI.mp4
    17:30
  • 3. URL.mp4
    05:34
  • 4. InetAddress.mp4
    15:21
  • 5. InetAdress.html
  • 1. Mastering TCPIP - P1.mp4
    09:05
  • 2. Mastering TCPIP - P2.mp4
    08:11
  • 3. Mastering TCPIP - P3.mp4
    09:29
  • 4. Mastering TCPIP - P4.mp4
    08:31
  • 5. Mastering TCPIP - P5.mp4
    05:19
  • 1.1 a1 - 5 main steps when creating server client apps.zip
  • 1. 5 Main steps when Creating Server Client apps.mp4
    07:46
  • 2.1 a2 - creating server application.zip
  • 2. Creating Server Application.mp4
    17:07
  • 3.1 a3 - creating client application.zip
  • 3. Creating Client Application.mp4
    13:07
  • 4.1 A4 - Running our Project - Final .zip
  • 4. Running our Project.mp4
    04:36
  • 1.1 a1 - how udp application works in java.zip
  • 1. How UDP Application works in Java.mp4
    13:58
  • 2.1 a2 - creating udp server with java.zip
  • 2. Creating UDP Server with Java.mp4
    12:08
  • 3.1 A3 - Creating UDP Client with Java.zip
  • 3. Creating UDP Client with Java.mp4
    17:36
  • 4.1 A4 - Running Java UDP Application.zip
  • 4. Running Java UDP Application.mp4
    03:44
  • 1. Client Side.mp4
    19:39
  • 2. Client Application Buffer.mp4
    16:13
  • 1. GUI Online Chat Application - Client Side.mp4
    34:48
  • 2. GUI Online Chat Application - Server Side.mp4
    23:33
  • 1.1 488063 1 en 30 fig1 html.zip
  • 1. How P2P Networks Works.mp4
    07:30
  • 2.1 peer-to-peer-network.zip
  • 2. P2P Applications.mp4
    02:20
  • 1. UDP Fundamentals.mp4
    04:05
  • 2. UDP in Java.mp4
    04:58
  • 1. Java HTTP File Download.mp4
    29:27
  • 2. Http Header Request and Response.mp4
    27:41
  • 3. WHO is Client in Port 43.mp4
    13:55
  • 4. NIST Time Request with Port 13 TCP.mp4
    08:14
  • 5. Java SMTP Mail Sender.mp4
    24:12
  • 6. DONE.mp4
    00:09
  • 7. Download HTML from Web.mp4
    07:28
  • Description


    Learn Java network programming by practical example applications |You will develop Client Server,GUI Chat and other apps

    What You'll Learn?


    • Java Networking
    • TCP/IP Fundamentals
    • Network Topologies
    • Creating Online Chat Application with Java
    • Developing Server/Client Project Application
    • Using Java Networking Class
    • Create Applications that uses TCP or UDP protocols
    • Creating GUI Chat Applications
    • Server/Client Applications
    • HTTP Request
    • Networking Fundamentals
    • UDP/TCP Programming
    • SMTP Server Programming in Java
    • P2P Applications
    • and other awesome Java Networking topics ->>

    Who is this for?


  • Beginner Java Network Developers
  • More details


    Description

    *Get the Official Certificate after Completing the Course

    Learn Java network programming by practical example applications,You will develop ClientServer,GUI Chat and other apps

    Networking 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 for

    asynchronous 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.

    Who this course is for:

    • Beginner Java Network Developers

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    OCSALY Academy | 160.000+ Students
    OCSALY Academy | 160.000+ Students
    Instructor's Courses
    The OCSALY’s goal in the next three years, is to teach 2 million people new skills.Also OCSALY’s own courses, which are all available here, we are working with the very best instructors, creating courses to teach the essential skills required by developers, at all levels.One other important philosophy is that our courses are taught by real professionals; software developers, digital forensics investigators with real and substantial experience in the industry, who are also great teachers.  All our instructors are experienced, software developers!Our team is ONLINE creating new courses and answering your questions right now.Whether you are a beginner, looking to learn how to program for the very first time, or to brush up on your existing skills, or to learn new languages, frameworks or skills, the Academy has you covered all resources to learn from professional instructors !
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 52
    • duration 7:51:24
    • English subtitles has
    • Release Date 2023/04/10