Tổng hợp tài liệu, ebook Công Nghệ Thông Tin tham khảo.
Các lớp chức năng trong mô hình TCP/IP application: hỗ trợ ứng dụng mạng FTP, SMTP, HTTP transport: truyền tải data giữa các quá trình (process) TCP, UDP network: định tuyến gói IP từ nguồn đến đích IP, các giao thức định tuyến link: truyền tải data giữa các phần tử kề nhau PPP, Ethernet physical: chuyển các bit qua môi trường vật...
22 trang | Chia sẻ: thucuc2301 | Ngày: 23/11/2020 | Lượt xem: 811 | Lượt tải: 0
Trước khi trao đổi dữ liệu của tầng Mạng, các thực thể Liên kết dữ liệu phải : Cấu hình đường truyền PPP (Kích thước frame cực ñại, Kiểm chứng người dùng) Học/ Cấu hình các thông tin tầng Mạng Với IP: mang thông điệp IP Control Protocol (IPCP) (mã giao thức: 8021) để cấu hình ñịa chỉ I Các Nguyên lý Hoạt động của tầng Liên kết Dữ liệ...
74 trang | Chia sẻ: thucuc2301 | Ngày: 23/11/2020 | Lượt xem: 620 | Lượt tải: 0
It is important to note that a generic class is
shared by all its instances regardless of its
actual generic type.
GenericStack
16 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 681 | Lượt tải: 0
1. It begins with an equilateral triangle, which is considered to be the Sierpinski fractal of order (or level) 0, as shown in Figure 19.7(a). 2. Connect the midpoints of the sides of the triangle of order 0 to create a Sierpinski triangle of order 1, as shown in Figure 19.7(b). 3. Leave the center triangle intact. Connect the midpoints of th...
43 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 623 | Lượt tải: 0
A (111.111.111.111) muốn gửi tin tới B (222.222.222.222) A không biết MAC addr của B, nếu gửi ARP pkt hỏi LAN1 không có nút nào trả lời. A tạo IP packet với địa chỉ IP gửi = A, và địa chỉ IP nhận = B A dùng ARP để xác định MAC của R ứng với interface 111.111.111.110 A tạo frame với dest. MAC = MAC của R, frame này chứa IP datagram từ A đến ...
23 trang | Chia sẻ: thucuc2301 | Ngày: 23/11/2020 | Lượt xem: 650 | Lượt tải: 0
RandomAccessFile Methods, cont. long length()IOException Returns the length of the file. final void writeChar(int v) throws IOException Writes a character to the file as a two-byte Unicode, with the high byte written first. final void writeChars(String s) throws IOException Writes a string to the file as a sequence of characters
37 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 652 | Lượt tải: 0
Creating Custom Exception Classes Use the exception classes in the API whenever possible. Create custom exception classes if the predefined classes are not sufficient. Declare custom exception classes by extending Exception or a subclass of Exception
39 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 650 | Lượt tải: 0
Thành phần & cấu tạo Dây dẫn Nguồn sáng (LED, Laser) Đầu phát hiện (Photodiode, photo transistor) Phân loại Multimode stepped index Multimode graded index Single mode (mono mode) Thông số kỹ thuật Chiều dài cáp Tốc độ truyền Nhiễu Lắp đặt/bảo trì Lớp phủ Giá thành Kết nối
53 trang | Chia sẻ: thucuc2301 | Ngày: 23/11/2020 | Lượt xem: 631 | Lượt tải: 0
Application App protocol Transport protocol Electronic mail SMTP TCP Remote terminal access Telnet TCP Web HTTP TCP File transfer FTP TCP Remote file server NFS typically UDP Streaming multimedia proprietary typically UDP Internet telephony proprietary typically UDP bangtqh@utc2.edu.vn Network management SNMP typically UDP Routing protoco...
44 trang | Chia sẻ: thucuc2301 | Ngày: 23/11/2020 | Lượt xem: 1200 | Lượt tải: 0
The manifest file must have an entry to contain the main class. For example, to run TicTacToe, you need to insert the following two lines in the manifest file: Main-Class: TicTacToe Sealed: true Run the .jar file using the java command from the directory that contains TicTacToe.jar, java -jar TicTacToe.jar TIP: You can write an installation...
42 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 627 | Lượt tải: 0