- Network+ Guide to Networks6th Edition- Chapter 5 - Topologies and Et dịch - - Network+ Guide to Networks6th Edition- Chapter 5 - Topologies and Et Việt làm thế nào để nói

- Network+ Guide to Networks6th Edi

- Network+ Guide to Networks
6th Edition
- Chapter 5
- Topologies and Ethernet Standards
- Objectives
- Describe the basic and hybrid LAN topologies, and their uses, advantages, and disadvantages
- Describe the backbone structures that form the foundation for most networks
- Compare the different types of switching used in data transmission
- Explain how nodes on Ethernet networks share a communications channel
- Identify the characteristics of several Ethernet standards
- Simple Physical Topologies
- Physical topology: physical layout of the media, nodes, and devices on a network
- It does not specify:
- Device types
- Connectivity methods
- Addressing schemes
- Fundamental shapes
- Bus, ring, star
- Hybrid
- Bus
- Bus topology
- Single cable
- Connects all network nodes
- No intervening connectivity devices
- One shared communication channel (bus)
- Physical medium
- Coaxial cable (Thinnet & Thicknet)
- Passive topology: each node passively listens for, then accepts, data directed to it
- Uses broadcast to send
- Bus (cont’d.)
- Terminators
- 50-ohm resistors
- Stop signal at end of wire
- Used to prevent signal bounce
- Signal bounce
- Signal travels endlessly between two network ends
- One end grounded
- Removes static electricity that could adversely affect the signal
- Bus (cont’d.)
- Bus topology advantage
- Relatively inexpensive
- Disadvantages
- Does not scale well
- Not very fault tolerant

- Ring
- Ring topology
- Node connects to nearest two nodes
- Circular network
- Clockwise data transmission
- One direction (unidirectional) around ring
- Active topology: All workstations participates in data delivery (act as a repeater) vs. broadcasts (Bus)
- Physical medium
- Twisted pair or fiber-optic cabling
- Ring (cont’d.)
- Drawbacks
- Malfunctioning workstation can disable network
- Not very flexible or scalable
- Star
- Star topology: Nodes connects through a central connectivity device
- Router or Switch (many years ago hubs were used)
- Physical medium
- Twisted pair or fiber-optic cabling
- Single cable connects only two devices
- Advantage
- Fault tolerant
- Flexible
- Star (cont’d.)
- Most popular fundamental topology layout
- Modern Ethernet networks based on star topology
- 1024 addressable logical network nodes maximum
- Hybrid Topologies
- Pure bus, ring, star topologies
- Rarely exist because they can be too restrictive
- Hybrid topology
- More likely
- Complex combination of pure topologies
- Star-Wired Ring
- Star-wired ring topology
- Star physical topology
- Ring logical topology
- Benefit
- Star fault tolerance
- Token Ring networks
- IEEE 802.5
- Multistation Access Unit (MAU) creates a logical ring

- Star-Wired Ring (cont’d.)
- Star-Wired Bus
- Star-wired bus topology
- Workstation groups
- Star-connected devices
- Networked via single bus
- Advantage
- Covers longer distances
- Easily interconnect or isolate different network segments
- Basis for modern Ethernet networks
- Star-Wired Bus (cont’d.)
- Logical Topologies
- Refers to way data transmitted between nodes
- Rather than physical layout
- Does not necessarily match physical topology
- Most common logical topologies: bus & ring
- Broadcast domain
- All nodes connected to single repeating device or switch
- Switches can be configured to separate broadcast domains
- Backbone Networks
- Cabling connecting hubs, switches, & routers (connectivity devices)
- Usually higher layer switches & routers
- Typically have more throughput
- Large organizations
- Fiber-optic backbone
- Enterprise-wide network backbones
- Complex, difficult to plan
- Enterprise: refers to an entire organization, including local and remote offices, a mixture of computer systems, and a number of departments
- Serial Backbone
- Simplest backbone
- Two or more devices
- Connect using single medium in daisy-chain fashion
- Daisy-chain
- Linked series of devices together
- Low-cost LAN infrastructure expansion
- Easily attach additional switches (connectivity devices)
- Modern networks of any size don’t depend on simple serial backbones. Instead, they use a more scalable and fault-tolerant framework such as a distributed backbone
- Serial Backbone (cont’d.)
- Backbone components
- Could daisy chain Gateways & Routers
- Distributed Backbone
- Connectivity devices: connected to one or more central connectivity devices, such as switches or routers, in a hierarchy
- Benefit
- Simple expansion
- A more complicated distributed backbone
- Connects multiple LANs using routers
- Distributed Backbone (cont’d.)
- Additional benefits
- Workgroup segregation
- Drawback
- Potential for single failure points, such as the connectivity devices at the uppermost layers
- Collapsed Backbone
- Uses a router or switch as the single central connection point for multiple subnetworks
- Highest layer
- Single router or switch with multiprocessors to handle the heavy traffic going through it
- Risk: Central router failure
- Routers may slow data transmission—because they cannot move traffic as quickly as switches
- Parallel Backbone
- Most robust network backbone
- More than one central router or switch connects to each network segment
- Requires duplicate connections between connectivity devices
- Advantage
- Redundant links
- Increased performance
- Better fault tolerance
- Switching
- Logical network topology component
- Determines connection creation between nodes
- Three methods
- Circuit switching
- Packet switching
- Multiprotocol label switching (MPLS)
- Circuit Switching
- Connection established between two network nodes
- Before transmitting data
- Dedicated bandwidth
- Data follows same initial path selected by switch
- Monopolizes bandwidth while connected
- Resource wasted
- Uses
- Live audio, videoconferencing
- Traditional telephone calls
- Packet Switching
- Most popular
- Breaks data into packets before transporting
- Packets
- Travel any network path to destination
- Need not follow each other
- Need not arrive in sequence
- Reassembled at destination
- Advantage of packet switching is that it does not waste bandwidth by holding a connection open until a message reaches its destination, as circuit switching does
- Ethernet and the Internet are examples of packet-switched networks
- MPLS (Multiprotocol Label Switching)
- Introduced by IETF in 1999
- Originally, MPLS was used by ISPs as a way to move traffic through their networks more quickly
- Offers potentially faster transmission than packet- or circuit-switched networks
- MPLS adds an MPLS label (shim) between Layer 3 and Layer 2 information
- MPLS labels can include prioritization information—QoS (quality of service)
- QoS is a means of sorting IP packets based on header information—i.e., what might be included in the MPLS header inserted as a label in a frame
- MPLS, (cont’d.)
- Addresses some limitations of traditional packet switching
- Without MPLS each router along the data’s path must interpret the IP datagram’s header to discover its destination address, and then perform a route lookup to determine where to forward the packet next—this slows up the transmission
- Using MPLS the first router adds one or more labels called a shim (MPLS label)
- MPLS Label (shim) include special addressing and sometimes prioritization information
- Routers then need only interpret the MPLS labels, which can point to exclusive, predefined data paths
- Offers potentially faster transmission than traditionally packet-switched or circuit-switched networks
- Router does not have to perform a route lookup—immediately knows where to forward the packets (predefined data paths)
- Well suited for WANs

- MPLS (cont’d.)
- Advantages
- Create end-to-end paths
- Addresses traditional packet switching limitations
- Better QoS (quality of service)
- Ethernet
- Most popular networking technology used on modern LANs
- Benefits
- Flexible
- Can run on various network media
- Offers excellent throughput at a reasonable cost
- All variations use a common access method:
- CSMA/CD
- CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
- Access method: controls how nodes access communication channel
- Carrier sense
- Ethernet NICs listen, wait until they detected (sense) that no other nodes are transmitting data
- Multiple access
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
- Network+ Guide to Networks6th Edition- Chapter 5 - Topologies and Ethernet Standards- Objectives- Describe the basic and hybrid LAN topologies, and their uses, advantages, and disadvantages- Describe the backbone structures that form the foundation for most networks- Compare the different types of switching used in data transmission- Explain how nodes on Ethernet networks share a communications channel- Identify the characteristics of several Ethernet standards- Simple Physical Topologies- Physical topology: physical layout of the media, nodes, and devices on a network- It does not specify:- Device types- Connectivity methods- Addressing schemes- Fundamental shapes- Bus, ring, star- Hybrid- Bus- Bus topology- Single cable- Connects all network nodes- No intervening connectivity devices- One shared communication channel (bus)- Physical medium- Coaxial cable (Thinnet & Thicknet)- Passive topology: each node passively listens for, then accepts, data directed to it- Uses broadcast to send- Bus (cont’d.)- Terminators- 50-ohm resistors- Stop signal at end of wire- Used to prevent signal bounce- Signal bounce- Signal travels endlessly between two network ends- One end grounded- Removes static electricity that could adversely affect the signal- Bus (cont’d.)- Bus topology advantage- Relatively inexpensive- Disadvantages- Does not scale well- Not very fault tolerant- Ring- Ring topology- Node connects to nearest two nodes
- Circular network
- Clockwise data transmission
- One direction (unidirectional) around ring
- Active topology: All workstations participates in data delivery (act as a repeater) vs. broadcasts (Bus)
- Physical medium
- Twisted pair or fiber-optic cabling
- Ring (cont’d.)
- Drawbacks
- Malfunctioning workstation can disable network
- Not very flexible or scalable
- Star
- Star topology: Nodes connects through a central connectivity device
- Router or Switch (many years ago hubs were used)
- Physical medium
- Twisted pair or fiber-optic cabling
- Single cable connects only two devices
- Advantage
- Fault tolerant
- Flexible
- Star (cont’d.)
- Most popular fundamental topology layout
- Modern Ethernet networks based on star topology
- 1024 addressable logical network nodes maximum
- Hybrid Topologies
- Pure bus, ring, star topologies
- Rarely exist because they can be too restrictive
- Hybrid topology
- More likely
- Complex combination of pure topologies
- Star-Wired Ring
- Star-wired ring topology
- Star physical topology
- Ring logical topology
- Benefit
- Star fault tolerance
- Token Ring networks
- IEEE 802.5
- Multistation Access Unit (MAU) creates a logical ring

- Star-Wired Ring (cont’d.)
- Star-Wired Bus
- Star-wired bus topology
- Workstation groups
- Star-connected devices
- Networked via single bus
- Advantage
- Covers longer distances
- Easily interconnect or isolate different network segments
- Basis for modern Ethernet networks
- Star-Wired Bus (cont’d.)
- Logical Topologies
- Refers to way data transmitted between nodes
- Rather than physical layout
- Does not necessarily match physical topology
- Most common logical topologies: bus & ring
- Broadcast domain
- All nodes connected to single repeating device or switch
- Switches can be configured to separate broadcast domains
- Backbone Networks
- Cabling connecting hubs, switches, & routers (connectivity devices)
- Usually higher layer switches & routers
- Typically have more throughput
- Large organizations
- Fiber-optic backbone
- Enterprise-wide network backbones
- Complex, difficult to plan
- Enterprise: refers to an entire organization, including local and remote offices, a mixture of computer systems, and a number of departments
- Serial Backbone
- Simplest backbone
- Two or more devices
- Connect using single medium in daisy-chain fashion
- Daisy-chain
- Linked series of devices together
- Low-cost LAN infrastructure expansion
- Easily attach additional switches (connectivity devices)
- Modern networks of any size don’t depend on simple serial backbones. Instead, they use a more scalable and fault-tolerant framework such as a distributed backbone
- Serial Backbone (cont’d.)
- Backbone components
- Could daisy chain Gateways & Routers
- Distributed Backbone
- Connectivity devices: connected to one or more central connectivity devices, such as switches or routers, in a hierarchy
- Benefit
- Simple expansion
- A more complicated distributed backbone
- Connects multiple LANs using routers
- Distributed Backbone (cont’d.)
- Additional benefits
- Workgroup segregation
- Drawback
- Potential for single failure points, such as the connectivity devices at the uppermost layers
- Collapsed Backbone
- Uses a router or switch as the single central connection point for multiple subnetworks
- Highest layer
- Single router or switch with multiprocessors to handle the heavy traffic going through it
- Risk: Central router failure
- Routers may slow data transmission—because they cannot move traffic as quickly as switches
- Parallel Backbone
- Most robust network backbone
- More than one central router or switch connects to each network segment
- Requires duplicate connections between connectivity devices
- Advantage
- Redundant links
- Increased performance
- Better fault tolerance
- Switching
- Logical network topology component
- Determines connection creation between nodes
- Three methods
- Circuit switching
- Packet switching
- Multiprotocol label switching (MPLS)
- Circuit Switching
- Connection established between two network nodes
- Before transmitting data
- Dedicated bandwidth
- Data follows same initial path selected by switch
- Monopolizes bandwidth while connected
- Resource wasted
- Uses
- Live audio, videoconferencing
- Traditional telephone calls
- Packet Switching
- Most popular
- Breaks data into packets before transporting
- Packets
- Travel any network path to destination
- Need not follow each other
- Need not arrive in sequence
- Reassembled at destination
- Advantage of packet switching is that it does not waste bandwidth by holding a connection open until a message reaches its destination, as circuit switching does
- Ethernet and the Internet are examples of packet-switched networks
- MPLS (Multiprotocol Label Switching)
- Introduced by IETF in 1999
- Originally, MPLS was used by ISPs as a way to move traffic through their networks more quickly
- Offers potentially faster transmission than packet- or circuit-switched networks
- MPLS adds an MPLS label (shim) between Layer 3 and Layer 2 information
- MPLS labels can include prioritization information—QoS (quality of service)
- QoS is a means of sorting IP packets based on header information—i.e., what might be included in the MPLS header inserted as a label in a frame
- MPLS, (cont’d.)
- Addresses some limitations of traditional packet switching
- Without MPLS each router along the data’s path must interpret the IP datagram’s header to discover its destination address, and then perform a route lookup to determine where to forward the packet next—this slows up the transmission
- Using MPLS the first router adds one or more labels called a shim (MPLS label)
- MPLS Label (shim) include special addressing and sometimes prioritization information
- Routers then need only interpret the MPLS labels, which can point to exclusive, predefined data paths
- Offers potentially faster transmission than traditionally packet-switched or circuit-switched networks
- Router does not have to perform a route lookup—immediately knows where to forward the packets (predefined data paths)
- Well suited for WANs

- MPLS (cont’d.)
- Advantages
- Create end-to-end paths
- Addresses traditional packet switching limitations
- Better QoS (quality of service)
- Ethernet
- Most popular networking technology used on modern LANs
- Benefits
- Flexible
- Can run on various network media
- Offers excellent throughput at a reasonable cost
- All variations use a common access method:
- CSMA/CD
- CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
- Access method: controls how nodes access communication channel
- Carrier sense
- Ethernet NICs listen, wait until they detected (sense) that no other nodes are transmitting data
- Multiple access
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
- Network + Hướng dẫn Networks
thứ 6 bản
- Chương 5
- Topo và Tiêu chuẩn Ethernet
- Mục tiêu
- Mô tả các cấu trúc liên kết mạng LAN cơ bản và hybrid, và sử dụng, lợi thế của họ, và bất lợi
- Mô tả các cấu trúc xương sống mà tạo thành nền tảng cho hầu hết các mạng
- So sánh sự khác nhau loại chuyển mạch được sử dụng trong truyền dữ liệu
- Giải thích các nút trên các mạng Ethernet chia sẻ một kênh thông tin liên lạc
- Xác định các đặc tính của một số tiêu chuẩn Ethernet
- Topo vật lý đơn giản
- topology vật lý: bố trí vật lý của các phương tiện truyền thông, các nút, và các thiết bị trên mạng
- Nó không chỉ định:
- Các loại thiết bị
- phương pháp kết nối
- chương trình biểu
- các hình dạng cơ bản
- Bus, ring, star
- Hybrid
- Bus
- Bus topology
- cáp Single
- Kết nối tất cả các nút mạng
- Không can thiệp các thiết bị kết nối
- Một trong những kênh truyền thông chia sẻ (xe buýt)
- vật lý trung
- Cáp đồng trục (Thinnet & Thicknet)
- topology Passive: mỗi node thụ động lắng nghe, sau đó chấp nhận, dữ liệu trực tiếp với nó
- Sử dụng phát sóng để gửi
- Bus (tt.)
- Terminators
- 50-ohm điện trở
- tín hiệu dừng tại cuối dây
- Được sử dụng để ngăn chặn các tín hiệu bị trả lại
- Tín hiệu bị trả lại
- Tín hiệu truyền đi không ngừng giữa hai mạng kết thúc
- Một đầu nối đất
- Loại bỏ tĩnh điện có thể ảnh hưởng xấu đến tín hiệu
- Bus (tt.)
- Lợi thế topology Bus
- Tương đối rẻ tiền
- Nhược điểm
- Có quy mô không tốt
- Không có lỗi tolerant - Ring - Ring topology - Node kết nối với hai nút gần nhất - Thông tư mạng - truyền dữ liệu chiều kim đồng hồ - Một hướng (một chiều) xung quanh chiếc nhẫn - Active topology: Tất cả các máy trạm tham gia giao dữ liệu ( hành động như một repeater) so với chương trình phát sóng (Bus) - vừa Physical - Xoắn đôi hoặc cáp sợi quang - Ring (tt). - Nhược điểm - workstation Trục trặc có thể vô hiệu hóa mạng - Không phải rất linh hoạt hoặc khả năng mở rộng - Star - Star topology: các nút kết nối thông qua một thiết bị kết nối trung tâm - Router hoặc Switch (nhiều năm trước đây trung tâm đã được sử dụng) - vừa Physical - Xoắn đôi hoặc cáp sợi quang - cáp Single chỉ kết nối hai thiết bị - Advantage - Fault tolerant - Linh hoạt - Star (tt .) - Phổ biến nhất topology bố trí cơ bản - các mạng Ethernet hiện đại dựa trên topo sao - 1024 địa chỉ các nút mạng logic tối đa - Topo lai - bus Pure, nhẫn, topo sao - Hiếm khi tồn tại bởi vì chúng có thể là quá hạn chế - Hybrid topology - Nhiều khả năng - sự kết hợp phức tạp của cấu trúc liên kết tinh khiết - Star-dây Nhẫn - Star-dây ring topology - Star topology vật lý - Ring topology logic - Phúc lợi - Star khoan dung lỗi - mạng Token Ring - IEEE 802,5 - Multistation truy cập Unit (MAU) tạo ra một vòng logic - Star -Wired Ring (tt.) - Star-Wired Bus - Star-dây topology bus - nhóm Workstation - thiết bị sao kết nối - Nối mạng qua single bus - Advantage - Covers khoảng cách xa hơn - Dễ dàng kết nối hoặc tách các phân đoạn mạng khác nhau - Cơ sở mạng hiện đại Ethernet (. tt) - Star-Wired Bus - Topo logic - Đề cập đến dữ liệu theo cách truyền giữa các nút - Thay vì bố trí vật lý - Không nhất thiết phải phù hợp với vật lý topology - topo logic phổ biến nhất: xe buýt & ring - Broadcast miền - Tất cả các nút kết nối với thiết bị lặp đi lặp lại duy nhất hoặc chuyển đổi - chuyển mạch có thể được cấu hình với các lĩnh vực phát sóng riêng biệt - Mạng Backbone - cáp kết nối hub, switch, & router (thiết bị kết nối) - chuyển mạch lớp thường cao hơn & routers - Thông thường có nhiều thông - Các tổ chức lớn - cáp quang đường trục - mạng xương sống doanh rộng - Complex, khó khăn để có kế hoạch - Doanh nghiệp: đề cập đến cả một tổ chức, bao gồm các văn phòng địa phương và từ xa, một hỗn hợp của các hệ thống máy tính, và một số phòng ban - Serial Backbone - xương sống đơn giản - Hai hoặc các thiết bị nhiều hơn - Kết nối bằng cách sử dụng phương tiện duy nhất trong daisy-chain thời trang - Daisy-chain - Liên Kết loạt các thiết bị với nhau - Low-chi phí mở rộng cơ sở hạ tầng mạng LAN - Dễ dàng gắn thêm thiết bị chuyển mạch (các thiết bị kết nối) - mạng lưới hiện đại có kích thước bất kỳ không phụ thuộc vào xương sống nối tiếp đơn giản. Thay vào đó, họ sử dụng một khuôn khổ mở rộng và chịu lỗi như một xương sống phân tán - Serial Backbone (tt.) - Thành phần Backbone - Ông có thể daisy chuỗi Gateways & Router - Distributed Backbone - thiết bị kết nối: kết nối với một hoặc nhiều kết nối trung tâm thiết bị, chẳng hạn như thiết bị chuyển mạch hoặc router, trong một tổ chức - Phúc lợi - đơn giản mở rộng - Một xương sống phân tán phức tạp hơn - Kết nối nhiều mạng LAN bằng cách sử dụng thiết bị định tuyến - Backbone phân tán (tt.) - Các lợi ích khác - Workgroup phân biệt chủng tộc - Nhược điểm - Tiềm năng cho thất bại duy nhất điểm, chẳng hạn như các thiết bị kết nối ở các lớp trên cùng - Backbone thu gọn - Sử dụng một router hoặc switch như điểm kết nối trung tâm duy nhất cho nhiều mạng con - lớp cao nhất - Single router hoặc chuyển đổi với multiprocessors để xử lý lưu lượng nặng đi qua nó - Rủi ro: thất bại bộ định tuyến trung ương - Bộ định tuyến có thể làm chậm truyền-vì dữ liệu mà họ không thể di chuyển giao thông nhanh như tắc - Parallel Backbone - xương sống mạng mạnh mẽ nhất - Hơn một bộ định tuyến trung ương hoặc chuyển đổi kết nối cho mỗi phân đoạn mạng - Yêu cầu kết nối trùng lặp giữa các thiết bị kết nối - Advantage - liên kết cần thiết - Tăng hiệu suất - khả năng chịu lỗi tốt hơn - Switching - Logical thành phần cấu trúc liên kết mạng - Xác định tạo kết nối giữa các nút - Ba phương pháp - chuyển mạch - Chuyển mạch gói - chuyển mạch nhãn đa giao thức (MPLS) - Circuit Switching - Kết nối được thiết lập giữa hai nút mạng - Trước khi truyền dữ liệu - băng thông chuyên dụng - Dữ liệu sau cùng một con đường ban đầu được lựa chọn bằng cách chuyển đổi - độc quyền băng thông trong khi kết nối - Resource lãng phí - Sử dụng - Live âm thanh, hội nghị truyền hình - các cuộc gọi điện thoại truyền thống - Packet Switching - Phổ biến nhất - Breaks dữ liệu thành các gói trước khi vận chuyển - Túi - Travel bất kỳ đường dẫn mạng đến đích - không Cần theo nhau - Cần không đến trình tự - tập hợp lại tại địa điểm - Ưu điểm của chuyển mạch gói là nó không lãng phí băng thông bằng cách giữ một kết nối mở cho đến khi một thông điệp đến được đích của nó, như chuyển mạch không - Ethernet và Internet là những ví dụ của mạng chuyển mạch gói - MPLS (Multiprotocol Label Switching) - Được giới thiệu bởi IETF năm 1999 - Nguyên, MPLS đã được sử dụng bởi các ISP như là một cách để di chuyển giao thông qua mạng lưới của họ một cách nhanh chóng hơn - Cung cấp truyền tiềm năng nhanh hơn gói - hoặc mạng chuyển mạch kênh - MPLS cho biết thêm một nhãn MPLS (shim) giữa lớp 3 và lớp 2 thông tin - nhãn MPLS có thể bao gồm ưu tiên thông tin QoS (chất lượng dịch vụ) - QoS là một phương tiện để phân loại các gói tin IP dựa vào tiêu đề information- nghĩa là, những gì có thể được bao gồm trong tiêu đề MPLS đưa vào như là một nhãn trong một khung - MPLS (tt.) - Địa chỉ một số hạn chế của chuyển mạch gói truyền thống - Nếu không có MPLS mỗi router dọc theo đường đi của dữ liệu phải giải thích tiêu đề gói tin IP để khám phá ra địa chỉ đích của nó, và sau đó thực hiện một tra cứu tuyến đường để xác định nơi để chuyển tiếp các gói tin tiếp theo này chậm lên truyền - Sử dụng MPLS router đầu tiên thêm một hoặc nhiều nhãn gọi là (nhãn MPLS) shim - MPLS Label (shim) bao gồm thông tin địa chỉ đặc biệt và đôi khi ưu tiên - Bộ định tuyến sau đó chỉ cần giải thích các nhãn MPLS, mà có thể trỏ đến độc quyền, được xác định trước đường dẫn dữ liệu - Cung cấp truyền khả năng nhanh hơn so với các mạng chuyển mạch kênh truyền thống chuyển mạch gói hay - Router không phải thực hiện một tra cứu tuyến đường -immediately biết nơi để chuyển tiếp các gói tin (dữ liệu được xác định trước đường dẫn) - Rất thích hợp cho WAN - MPLS (tt.) - Ưu điểm - Tạo end-to-end đường - Địa chỉ hạn chế chuyển mạch gói truyền thống - Better QoS (chất lượng dịch vụ) - Ethernet - công nghệ mạng phổ biến nhất được sử dụng trên mạng LAN hiện đại - Lợi ích - linh hoạt - có thể chạy trên mạng lưới truyền thông khác nhau - Cung cấp thông tuyệt vời với chi phí hợp lý - Tất cả các biến thể sử dụng một phương pháp phổ biến truy cập: - CSMA / CD - CSMA / CD (Carrier Sense Multiple Access với Collision Detection) - Phương pháp truy cập: điều khiển cách kênh truyền thông các nút truy cập - Carrier nghĩa - Ethernet NIC lắng nghe, chờ đợi cho đến khi họ phát hiện (tinh thần) mà không có các nút khác đang truyền dữ liệu - Nhiều quyền truy cập










































































































































































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: