Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
DESIGN AND ANALYSIS OF DISTRIBUTED ALGORITHMS phần 3
Đang chuẩn bị liên kết để tải về tài liệu:
DESIGN AND ANALYSIS OF DISTRIBUTED ALGORITHMS phần 3
Quang Huy
78
60
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Nếu đây không phải là trường hợp, vấn đề xây dựng các bảng định tuyến là khó khăn hơn để giải quyết. Một số phương pháp tuần tự truyền thống được dựa trên một cách tiếp cận lặp đi lặp lại. Ban đầu, mỗi thực thể x biết chỉ | 108 ELECTION Procedure INITIALIZE begin count 0 size 1 known false send Election id x size to right min id x end Procedure CHECK begin if count ringsize then if min id x then become LEADER else become FOLLOWER endif endif end FIGURE 3.6 Procedures of protocol All the Way. for a total of n2 log id n bits. The time costs will be at most 2n Exercise 3.10.3 . Summarizing M AlltheWay n2 T AlltheWay 2n - 1. 3.3 3.4 The solution protocol we have just designed is very expensive in terms of communication costs in a network with 100 nodes it would cause 10 000 message transmissions . The protocol can be obviously modified so as to follow strategy Elect Minimum Initiator finding the smallest value only among the initiators. In this case those entities that do not initiate will not originate a message but just forward the others . In this way we would have fewer messages whenever there are fewer initiators. In the modification we must be careful. In fact in protocol All the Way we were using an entity s own message to determine n so as to be able to determine local termination. Now some entities will not have this information. This means that termination is again a problem. Fortunately this problem has a simple solution requiring only n additional messages and time Exercise 3.10.4 . Summarizing the costs of the modified protocol All the Way Minit are as follows M AlltheWay Minit nk n T AlltheWay Minit 3n - 1 3.5 3.6 The modified protocol All the Way Minit will in general use fewer messages than the original one. In fact if only a constant number of entities initiate it will use only ELECTION IN RINGS 109 O n messages which is excellent. By contrast if every entity is an initiator this protocol uses n messages more than the original one. IMPORTANT. Notice that All the Way in its original or modified version can be used also in unidirectional rings with the same costs. In other words it does not require the Bidirectional Links restriction. We will return to this point later. .
TÀI LIỆU LIÊN QUAN
Lecture Design and Analysis of Algorithms - Lecture 19: Distributed Algorithms (Part 1)
Lecture Design and Analysis of Algorithms - Lecture 19: Distributed Algorithms (Part 1)
Lecture Design and Analysis of Algorithms - Lecture 20: Distributed Algorithms (Part 2)
Lecture Design and Analysis of Algorithms - Lecture 20: Distributed Algorithms (Part 2)
Systems Analysis and Design: Chapter 17 - Successfully Implementing the Information System
Báo cáo hóa học: " Research Article Design and Analysis of an Energy-Saving Distributed MAC Mechanism for Wireless Body Sensor Networks"
DISTRIBUTED AND PARALLEL SYSTEMS CLUSTER AND GRID COMPUTING
DESIGN AND ANALYSIS OF DISTRIBUTED ALGORITHMS phần 1
DESIGN AND ANALYSIS OF DISTRIBUTED ALGORITHMS phần 2
DESIGN AND ANALYSIS OF DISTRIBUTED ALGORITHMS phần 3
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.