Bài đăng

1. Basic Concepts, Protocols and Termiology

Hình ảnh
 Learning Objectives After reading this chapter, you should: + have a high level appreciation of the basic means by which messages are sent and received on modern networks + be familiar with the most important protocols used on networks + understand the addressing mechanism used on the Internet.( Hiểu cơ chế đánh địa chỉ trên Internet). + understand the basic principles of client/server programming. The fundamental purpose of this opening chapter is to introduce the underpinning network principles and associated terminology with which the reader will need to be familiar in order to make sense of the later chapters of this book. (Mục đích cơ bản của chương mở đầu này là giới thiệu các nguyên tắc cơ bản về mạng và các thuật ngữ liên quan mà người đọc sẽ cần phải làm quen để hiểu các chương sau của cuốn sách này). The material covered here is entirely generic (as fas as any programming language is concerned) and it is not until the next chapter that we shall begin to consider how Java...