• Some organizations might maintain their own conference servers• Sign dịch - • Some organizations might maintain their own conference servers• Sign Việt làm thế nào để nói

• Some organizations might maintain

• Some organizations might maintain their own conference servers

• Signaling Protocols
• Signaling protocols:
– Set up and manage sessions between clients
• Early VoIP: used proprietary signaling protocols
• Today: standardized signaling protocols are usually used which are discussed next
• SS7 (Signaling System 7): typically handles call signaling on the PSTN
– May come up when trying to interconnect the PSTN with VoIP
• H.323
• Describes architecture & a group of protocols for:
– Establishing and managing packet-switched network multimedia sessions
• Supports voice and video-over-IP services
• Terms:
– H.323 terminal (IP phone)
– H.323 gateway (connects to other signaling protocols)
– H.323 gatekeeper (authenticates terminals, manages bandwidth, and oversees call routing, accounting, and billing
– MCU (multipoint control unit) provides support for multiple H.323 terminals
– H.323 zone (collection of H.323 terminals, gateways, and MCUs are managed by a single H.323 gatekeeper)
• H.323 (cont’d.)
• H.225 and H.245 signaling protocols
– Specified in H.323 standard
– Operate at Session layer of OSI
• H.225 handles call or videoconference signaling
– IP telephone requests a call setup via H.225
• H.245 ensures correct information type formatting—whether voice or video issued so that the H.323 terminal can interpret the data
• H.323 remains a popular signaling protocol on large voice and video networks
• In sum, H.323 is the call control signaling protocol
– Used to setup, maintain, teardown, and redirect calls
• SIP (Session Initiation Protocol)
• Performs similar functions as H.323
• Application layer signaling and control protocol that was modeled after HTTP
– VoIP call is formatted like an HTTP request and rely on URL style addresses
• Limited capabilities compared to H.323
– SIP does not have features such as caller ID and instead it depends on other protocols and services to supply them

• SIP (cont’d.)
• SIP network components (pg. 574):
– User agent
– User agent client
– User agent server
– Registrar server
– Proxy server
– Redirect server
• SIP (cont’d.)
• Some VoIP vendors prefer SIP over H.323
– Simplicity—easier to setup
– Fewer instructions to control call
– Consumes fewer processing resources than H.323
• SIP and H.323
– Regulate call signaling and control for VoIP or video-over-IP clients and servers
– Do not account for communication between media gateways
• MGCP or MEGACO protocols are used for communication between media gateways
• MGCP (Media Gateway Control Protocol) and MEGACO (H.248)
• Media Gateway: A gateway capable of accepting connections from multiple devices, such as IP telephones, traditional telephones, IP fax machines, traditional fax machines, and translating analog signals into packets and vice versa
– Accepts PSTN lines, converts signals into VoIP format, and translates between signaling protocols
– Gateways still need to exchange and translate signaling and control information with each other so that voice and video packets are properly routed through the network
• They rely on the MGC (media gateway controller) device, which can manage multiple media gateways
• MGCP and MEGACO (cont’d.)
• MGC (media gateway controller)
– Used by media gateways to make sure that voice and video packets are properly routed through the network
– Enables multiple media gateways to communicate
– Computer managing multiple media gateways
• Also called a softswitch (software performs the call switching)
• MGC (media gateway controller)

• Example:
– When a media gateway receives a call, rather than attempting to determine how to handle the call, the gateway contacts the MGC with a message that says, “I received a signal. You figure out what to do with it next.”
– The MGC then determines which of the network’s media gateways should translate the information carried by the signal. It also figures out which physical media the call should be routed over
– Media gateways simply follow orders from the MGC
• MGCP and MEGACO (cont’d.)
• MGC communicate with media gateways according to several protocols (MGCP or MEGACO)
– MGCP (Media Gateway Control Protocol)
• Commonly used on networks that support a number of media gateways
• Can operate with both H.323 or SIP call signaling and control protocols
• Older protocol
• Newer gateway control protocol is MEGACO

• MGCP and MEGACO (cont’d.)
• MGC gateway communicate protocols (cont’d.)
– MEGACO (H.248)
• Is a newer gateway control protocol
• Performs same functions as MGCP
• Different commands and processes
• Operates with H.323 or SIP
• Superior to MGCP
• Transport Protocols
• Session Protocols: only communicate information about a voice or video session
• Transport layer Protocols: are a set of protocols used to actually deliver the voice or video payload—the bits of encoded voice that together make up words spoken into an IP telephone
• Transport Protocols, cont.
• UDP and TCP operate at the Transport layer
– TCP: connection oriented and provides some measure of delivery guarantees
– UDP: connectionless
• The preferred protocol for telephone conversations and videoconferences—requires less overhead and therefore can transport packets more quickly
• Packet loss tolerable if additional protocols overcome UDP shortcomings
– Real-time Transport Protocol (RTP)
– Real-time Transport Control Protocol (RTCP)
• RTP (Real-time Transport Protocol)
• A Transport layer protocol used with voice and video transmission
• RTP operates on top of UDP and provides information about packet sequence to help receiving nodes detect delay and packet loss
• RTP also assigns packets a timestamp that corresponds to when the data in the packet was sampled from the voice or video stream
– Timestamp helps the receiving node synchronize incoming data
• Has no mechanism to detect whether or not it is successful
– For that, it relies on RTCP
• RTCP (Real-time Transport Control Protocol)
• A companion protocol to RTP that provides feedback on the quality of a call or videoconference to its participants
– Packets transmitted periodically to all session endpoints
– Recipients of RTP data use RTCP to issue information about the number and percentage of packets lost and delay suffered between the sender and receiver
• Not mandatory on RTP networks and some network admins may prefer not to use it
• RTP and RTCP
– Provide information about packet order, loss, delay
– Cannot correct transmission flaws that is handled by QoS protocols
• QoS (Quality of Service) Assurance
• QoS: is a measure of how well a network service matches its expected performance
• Despite all the advantages of using VoIP and video-over-IP, it is more difficult to transmit these types of signals over a packet-switched network than it is to transmit data signals
• Techniques to overcome QoS Challenges
• QoS techniques:
– RSVP (Resource Reservation Protocol)
– DiffServ (Differentitated Service)
– MPLS (Multiprotocol Label Switching)
• Help to eliminate call and video delays
• RSVP (Resource Reservation Protocol)
• Transport layer protocol
• Before transmission
– Attempts to reserves network resources (bandwidth) for a transmission so the signal will hopefully arrive without suffering delays
• Creates path between sender & receiver
– Provides sufficient bandwidth so the signal arrives without delay
• Sending node issues PATH statement via RSVP to receiving node
– Indicates required bandwidth and expected service level it expects
• RSVP (cont’d.)
• Two service types:
– Guaranteed service: assures the transmission will not suffer packet losses and will experience minimal delay
– Controlled-load service: provides the type of QoS a transmission would experience if the network carried little traffic
• Each router that the PATH message traverses marks the transmission’s path by noting which router the PATH message came from
• After the destination node receives the PATH message, it responds with a Reservation Request (RESV) message
– Follows same path in reverse
– Routers between destination and sending nodes allocate the requested bandwidth
– Sending node transmits data
• RSVP (cont’d.)
• Specifies and manages unidirectional transmission
– For two users to participate in a VoIP or videoconference, the resource reservation process takes place in both directions
• RSVP Emulates circuit-switched path
– Which provides excellent QoS
• Drawback: high overhead
– Acceptable on small networks
– Larger networks use DiffServ
• DiffServ (Differentiated Service)
• Differentiated Service (DiffServ)—another way to prioritize network traffic
• Places information in the DiffServ field in an IPv4 datagram. In IPv6 datagrams, it uses a similar field known as the Traffic Class field
– This information indicates to the network routers how the data stream should be forwarded
• Because of its simplicity and relatively low overhead, DiffServ is better suited to large, heavily trafficked networks than RSVP
• DiffServ (cont’d.)
• Two forwarding types:
– EF (Expedited Forwarding)
• Data stream assigned minimum departure rate
• Circumvents delays
– AF (Assured Forwarding)
• Data streams assigned different router resource levels
• Prioritizes data handling, but does not guarantee that on a busy network packets will arrive on time and in sequence
– A deeper discussion of these prioritization techniques is beyond the scope the textbook and class
• MPLS (Multiprotocol Label Switching)
• Modifies data streams at Network layer
• To indicate where data should be forwarded, MPLS replaces the IP datagram header with a label at the first router a data stream encounters
• The MPLS label contains information about where the router should forward the packet next
– Router’s in the data stream’s path revises label
• To indicate next hop to the receiving router
• Routers only need to read the MPLS (
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
• Some organizations might maintain their own conference servers• Signaling Protocols• Signaling protocols:– Set up and manage sessions between clients• Early VoIP: used proprietary signaling protocols• Today: standardized signaling protocols are usually used which are discussed next• SS7 (Signaling System 7): typically handles call signaling on the PSTN– May come up when trying to interconnect the PSTN with VoIP• H.323• Describes architecture & a group of protocols for:– Establishing and managing packet-switched network multimedia sessions• Supports voice and video-over-IP services• Terms:– H.323 terminal (IP phone)– H.323 gateway (connects to other signaling protocols)– H.323 gatekeeper (authenticates terminals, manages bandwidth, and oversees call routing, accounting, and billing– MCU (multipoint control unit) provides support for multiple H.323 terminals– H.323 zone (collection of H.323 terminals, gateways, and MCUs are managed by a single H.323 gatekeeper)• H.323 (cont’d.)• H.225 and H.245 signaling protocols– Specified in H.323 standard– Operate at Session layer of OSI• H.225 handles call or videoconference signaling– IP telephone requests a call setup via H.225• H.245 ensures correct information type formatting—whether voice or video issued so that the H.323 terminal can interpret the data• H.323 remains a popular signaling protocol on large voice and video networks• In sum, H.323 is the call control signaling protocol– Used to setup, maintain, teardown, and redirect calls• SIP (Session Initiation Protocol)• Performs similar functions as H.323• Application layer signaling and control protocol that was modeled after HTTP– VoIP call is formatted like an HTTP request and rely on URL style addresses• Limited capabilities compared to H.323– SIP does not have features such as caller ID and instead it depends on other protocols and services to supply them• SIP (cont’d.)• SIP network components (pg. 574):– User agent– User agent client– User agent server– Registrar server– Proxy server– Redirect server• SIP (cont’d.)• Some VoIP vendors prefer SIP over H.323– Simplicity—easier to setup– Fewer instructions to control call– Consumes fewer processing resources than H.323• SIP and H.323– Regulate call signaling and control for VoIP or video-over-IP clients and servers– Do not account for communication between media gateways• MGCP or MEGACO protocols are used for communication between media gateways• MGCP (Media Gateway Control Protocol) and MEGACO (H.248)• Media Gateway: A gateway capable of accepting connections from multiple devices, such as IP telephones, traditional telephones, IP fax machines, traditional fax machines, and translating analog signals into packets and vice versa– Accepts PSTN lines, converts signals into VoIP format, and translates between signaling protocols – Gateways still need to exchange and translate signaling and control information with each other so that voice and video packets are properly routed through the network• They rely on the MGC (media gateway controller) device, which can manage multiple media gateways• MGCP and MEGACO (cont’d.)• MGC (media gateway controller)– Used by media gateways to make sure that voice and video packets are properly routed through the network– Enables multiple media gateways to communicate– Computer managing multiple media gateways• Also called a softswitch (software performs the call switching)• MGC (media gateway controller)• Example:– When a media gateway receives a call, rather than attempting to determine how to handle the call, the gateway contacts the MGC with a message that says, “I received a signal. You figure out what to do with it next.”– The MGC then determines which of the network’s media gateways should translate the information carried by the signal. It also figures out which physical media the call should be routed over– Media gateways simply follow orders from the MGC• MGCP and MEGACO (cont’d.)• MGC communicate with media gateways according to several protocols (MGCP or MEGACO)– MGCP (Media Gateway Control Protocol)• Commonly used on networks that support a number of media gateways• Can operate with both H.323 or SIP call signaling and control protocols• Older protocol• Newer gateway control protocol is MEGACO• MGCP and MEGACO (cont’d.)• MGC gateway communicate protocols (cont’d.)– MEGACO (H.248)• Is a newer gateway control protocol• Performs same functions as MGCP• Different commands and processes• Operates with H.323 or SIP• Superior to MGCP• Transport Protocols• Session Protocols: only communicate information about a voice or video session• Transport layer Protocols: are a set of protocols used to actually deliver the voice or video payload—the bits of encoded voice that together make up words spoken into an IP telephone• Transport Protocols, cont.• UDP and TCP operate at the Transport layer– TCP: connection oriented and provides some measure of delivery guarantees– UDP: connectionless• The preferred protocol for telephone conversations and videoconferences—requires less overhead and therefore can transport packets more quickly• Packet loss tolerable if additional protocols overcome UDP shortcomings– Real-time Transport Protocol (RTP)– Real-time Transport Control Protocol (RTCP)• RTP (Real-time Transport Protocol)• A Transport layer protocol used with voice and video transmission• RTP operates on top of UDP and provides information about packet sequence to help receiving nodes detect delay and packet loss• RTP also assigns packets a timestamp that corresponds to when the data in the packet was sampled from the voice or video stream– Timestamp helps the receiving node synchronize incoming data
• Has no mechanism to detect whether or not it is successful
– For that, it relies on RTCP
• RTCP (Real-time Transport Control Protocol)
• A companion protocol to RTP that provides feedback on the quality of a call or videoconference to its participants
– Packets transmitted periodically to all session endpoints
– Recipients of RTP data use RTCP to issue information about the number and percentage of packets lost and delay suffered between the sender and receiver
• Not mandatory on RTP networks and some network admins may prefer not to use it
• RTP and RTCP
– Provide information about packet order, loss, delay
– Cannot correct transmission flaws that is handled by QoS protocols
• QoS (Quality of Service) Assurance
• QoS: is a measure of how well a network service matches its expected performance
• Despite all the advantages of using VoIP and video-over-IP, it is more difficult to transmit these types of signals over a packet-switched network than it is to transmit data signals
• Techniques to overcome QoS Challenges
• QoS techniques:
– RSVP (Resource Reservation Protocol)
– DiffServ (Differentitated Service)
– MPLS (Multiprotocol Label Switching)
• Help to eliminate call and video delays
• RSVP (Resource Reservation Protocol)
• Transport layer protocol
• Before transmission
– Attempts to reserves network resources (bandwidth) for a transmission so the signal will hopefully arrive without suffering delays
• Creates path between sender & receiver
– Provides sufficient bandwidth so the signal arrives without delay
• Sending node issues PATH statement via RSVP to receiving node
– Indicates required bandwidth and expected service level it expects
• RSVP (cont’d.)
• Two service types:
– Guaranteed service: assures the transmission will not suffer packet losses and will experience minimal delay
– Controlled-load service: provides the type of QoS a transmission would experience if the network carried little traffic
• Each router that the PATH message traverses marks the transmission’s path by noting which router the PATH message came from
• After the destination node receives the PATH message, it responds with a Reservation Request (RESV) message
– Follows same path in reverse
– Routers between destination and sending nodes allocate the requested bandwidth
– Sending node transmits data
• RSVP (cont’d.)
• Specifies and manages unidirectional transmission
– For two users to participate in a VoIP or videoconference, the resource reservation process takes place in both directions
• RSVP Emulates circuit-switched path
– Which provides excellent QoS
• Drawback: high overhead
– Acceptable on small networks
– Larger networks use DiffServ
• DiffServ (Differentiated Service)
• Differentiated Service (DiffServ)—another way to prioritize network traffic
• Places information in the DiffServ field in an IPv4 datagram. In IPv6 datagrams, it uses a similar field known as the Traffic Class field
– This information indicates to the network routers how the data stream should be forwarded
• Because of its simplicity and relatively low overhead, DiffServ is better suited to large, heavily trafficked networks than RSVP
• DiffServ (cont’d.)
• Two forwarding types:
– EF (Expedited Forwarding)
• Data stream assigned minimum departure rate
• Circumvents delays
– AF (Assured Forwarding)
• Data streams assigned different router resource levels
• Prioritizes data handling, but does not guarantee that on a busy network packets will arrive on time and in sequence
– A deeper discussion of these prioritization techniques is beyond the scope the textbook and class
• MPLS (Multiprotocol Label Switching)
• Modifies data streams at Network layer
• To indicate where data should be forwarded, MPLS replaces the IP datagram header with a label at the first router a data stream encounters
• The MPLS label contains information about where the router should forward the packet next
– Router’s in the data stream’s path revises label
• To indicate next hop to the receiving router
• Routers only need to read the MPLS (
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
• Một số tổ chức có thể duy trì các máy chủ hội nghị riêng của họ • Tín hiệu giao thức • Tín hiệu giao thức: - Thiết lập và quản lý các phiên làm việc giữa khách hàng • VoIP sớm: sử dụng các giao thức báo hiệu độc quyền • Hôm nay: các giao thức báo hiệu chuẩn thường được sử dụng mà sẽ được thảo luận tiếp theo • SS7 (tín hiệu báo hệ thống 7): thường xử lý các tín hiệu trên PSTN gọi - Có thể đi lên khi cố gắng để kết nối với mạng PSTN với VoIP • H.323 • Mô tả kiến trúc và một nhóm các giao thức cho: - Thiết lập và quản lý chuyển mạch gói phiên mạng đa phương tiện • Hỗ trợ giọng nói và video qua IP--dịch vụ • Điều khoản: - H.323 terminal (điện thoại IP) - H.323 gateway (kết nối với các giao thức báo hiệu khác) - H.323 gatekeeper (xác nhận thiết bị đầu cuối, quản lý băng thông, giám sát và định tuyến cuộc gọi, kế toán, và thanh toán - MCU (thiết bị điều khiển đa điểm) cung cấp hỗ trợ cho nhiều thiết bị đầu cuối H.323 - H.323 zone (tập hợp các thiết bị đầu cuối H.323, gateway, và MCUs được quản lý bởi một gatekeeper H.323 đơn) • H.323 (cont ' d). • H.225 và H.245 giao thức báo hiệu - Quy định tại tiêu chuẩn H.323 - Vận hành ở lớp Session của OSI • H.225 xử lý cuộc gọi hội nghị truyền hình hoặc báo hiệu - yêu cầu điện thoại IP một thiết lập cuộc gọi thông qua H.225 • H. 245 đảm bảo loại thông tin chính xác định dạng cho dù giọng nói hoặc video ban hành để các thiết bị đầu cuối H.323 có thể giải thích các dữ liệu • H.323 vẫn là một giao thức báo hiệu phổ biến trên giọng nói và video mạng lớn • Tóm lại, H.323 là báo hiệu điều khiển cuộc gọi giao thức - Được sử dụng để thiết lập, duy trì, teardown, và chuyển hướng cuộc gọi • SIP (Session Initiation Protocol) • Thực hiện các chức năng tương tự như H.323 • báo hiệu lớp ứng dụng và giao thức điều khiển được mô hình hóa sau khi HTTP - cuộc gọi VoIP được định dạng như một yêu cầu HTTP và dựa trên các địa chỉ URL phong cách • khả năng hạn chế so với H.323 - SIP không có các tính năng như ID người gọi và thay vào đó nó phụ thuộc vào các giao thức và các dịch vụ khác để cung cấp cho họ • SIP (tt.) • Các thành phần mạng SIP (tr. 574): - User agent - đại diện người dùng của khách hàng - đại diện người dùng máy chủ - Đăng ký máy chủ - máy chủ Proxy - Chuyển máy chủ • SIP (tt). • Một số nhà cung cấp VoIP thích SIP trên H.323 - Đơn giản-dễ dàng hơn để thiết lập - Ít hướng dẫn để kiểm soát cuộc gọi - Tiêu tốn tài nguyên xử lý ít hơn H.323 • SIP và H.323 - Quy định báo hiệu cuộc gọi và điều khiển cho VoIP hoặc video-over-IP client và server - Không chiếm truyền thông giữa các cổng phương tiện truyền thông • MGCP hay MEGACO giao thức là được sử dụng để giao tiếp giữa các cổng phương tiện truyền thông • MGCP (Media Gateway Control Protocol) và MEGACO (H.248) • Media Gateway: Một cổng có khả năng chấp nhận kết nối từ nhiều thiết bị, chẳng hạn như điện thoại IP, điện thoại truyền thống, máy fax IP, máy fax truyền thống , và dịch các tín hiệu analog thành các gói và ngược lại - Chấp nhận đường PSTN, chuyển đổi tín hiệu sang dạng VoIP, và chuyển giữa các giao thức báo hiệu - Gateways vẫn cần phải trao đổi và dịch báo hiệu và điều khiển thông tin với nhau do đó các gói thoại và video được chuyển đúng cách thông qua mạng • Họ dựa trên MGC (bộ điều khiển cổng phương tiện truyền thông) thiết bị, trong đó có thể quản lý nhiều cổng truyền thông • MGCP và MEGACO (tt.) • MGC (bộ điều khiển cổng phương tiện truyền thông) - Được sử dụng bởi các cổng phương tiện truyền thông để đảm bảo rằng giọng nói đó và các gói dữ liệu video được chuyển đúng thông qua mạng - Cho phép nhiều cổng truyền thông giao tiếp - Máy tính quản lý nhiều cổng truyền thông • Cũng được gọi là chuyển mạch mềm (phần mềm thực hiện các chuyển mạch cuộc gọi) • MGC (phương tiện truyền thông cửa ngõ điều khiển) • Ví dụ: - Khi một cổng truyền thông nhận được một gọi, hơn là cố gắng để xác định làm thế nào để xử lý các cuộc gọi, danh bạ cổng MGC với một thông báo nói rằng, "Tôi đã nhận được một tín hiệu. Bạn hình dung ra những gì để làm với nó bên cạnh ". - Các MGC sau đó xác định các cổng phương tiện truyền thông của mạng nên dịch các thông tin truyền bằng tín hiệu. Nó cũng hiểu ra mà phương tiện vật lý cuộc gọi phải được định tuyến qua - Media cổng chỉ cần làm theo đơn đặt hàng từ các MGC • MGCP và MEGACO (tt.) • MGC giao tiếp với cổng truyền thông theo một số giao thức (MGCP hay MEGACO) - MGCP ( Media Gateway Control Protocol) • Thường được sử dụng trên các mạng hỗ trợ một số cổng truyền thông • Có thể hoạt động với cả H.323 hoặc gọi SIP hiệu và điều khiển giao thức • giao thức cũ hơn • Mới hơn giao thức điều khiển cổng là MEGACO • MGCP và MEGACO (Tiếp theo .) • MGC cổng giao tiếp giao thức (tt). - MEGACO (H.248) • Là một giao thức mới hơn kiểm soát cửa ngõ • Thực hiện cùng một chức năng như MGCP • lệnh khác nhau và các quá trình • Hoạt động với H.323 hoặc SIP • Superior MGCP • Giao thức Giao thông vận tải • Các giao thức Session: chỉ truyền đạt thông tin về một giọng nói hoặc video session layer • Giao thông vận tải Giao thức: là một tập hợp các giao thức sử dụng để chuyển bức thoại hoặc video payload-bit của giọng nói được mã hóa mà cùng nhau tạo nên những lời nói vào một IP điện thoại • Giao thông vận tải Protocols, tt. • UDP và TCP hoạt động tại tầng Giao thông vận tải - TCP: hướng kết nối và cung cấp một số biện pháp bảo đảm giao hàng - UDP: không kết nối • Các giao thức cho các cuộc trò chuyện qua điện thoại và cầu truyền hình đòi hỏi phải có ít trên không và do đó có thể vận chuyển các gói tin nhanh hơn • Mất gói chấp nhận được nếu giao thức bổ sung vượt qua UDP thiếu sót - Real-time Transport Protocol (RTP) - Real-time Transport Control Protocol (RTCP) • RTP (Real-time Transport Protocol) • Một giao thức tầng giao vận sử dụng với giọng nói và video truyền • RTP hoạt động trên UDP và cung cấp thông tin về thứ tự gói để giúp nhận các nút phát hiện chậm trễ và mất gói tin • RTP cũng giao các gói tin một dấu thời gian tương ứng với khi các dữ liệu trong các gói tin đã được lấy mẫu từ luồng thoại hoặc video - Dấu thời gian giúp nút nhận đồng bộ hóa dữ liệu đến • Không có cơ chế để phát hiện hay không đó là thành công - Vì điều đó, nó dựa trên RTCP • RTCP (Real-time Transport Control Protocol) • Một giao thức đồng hành với RTP cung cấp thông tin phản hồi về chất lượng của một gọi điện thoại hoặc hội nghị truyền hình để người tham gia - Các gói tin truyền định kỳ cho tất cả các thiết bị đầu cuối phiên - Người nhận dữ liệu RTP sử dụng RTCP cấp thông tin về số lượng và tỷ lệ phần trăm của các gói dữ liệu bị mất và chậm trễ phải chịu đựng giữa người gửi và người nhận • Không bắt buộc trên các mạng RTP và một số quản trị viên mạng có thể không muốn sử dụng nó • RTP và RTCP - Cung cấp thông tin về thứ tự gói tin, mất mát, chậm trễ - lỗi truyền dẫn không chính xác mà được xử lý bởi các giao thức QoS có thể • QoS (Quality of Service) Bảo đảm • QoS: là một biện pháp tốt như thế nào một mạng dịch vụ phù hợp với hiệu suất dự kiến của nó • Mặc dù tất cả những lợi thế của việc sử dụng VoIP và video-over-IP, nó là khó khăn hơn để truyền tải các loại tín hiệu trên một mạng chuyển mạch gói hơn là để truyền tín hiệu dữ liệu • Kỹ thuật để vượt qua những thách thức QoS • các kỹ thuật QoS: - RSVP (Resource Reservation Protocol) - DiffServ (Differentitated Service) - MPLS (Multiprotocol Label Switching) • Giúp loại bỏ các cuộc gọi video và sự chậm trễ • RSVP (Resource Reservation Protocol) • Tầng giao vận giao thức • Trước khi truyền - Nỗ lực để mạng lưới dự trữ tài nguyên (băng thông) cho một truyền vì vậy tín hiệu hy vọng sẽ đến mà không bị chậm trễ • Tạo đường dẫn giữa người gửi và người nhận - Cung cấp đủ băng thông để tín hiệu đến mà không có sự chậm trễ • Gửi các vấn đề nút tuyên bố PATH qua RSVP để nhận nút - Chỉ ra băng thông cần thiết và dự kiến cấp dịch vụ dự kiến • RSVP (tt.) • Hai loại dịch vụ: - Dịch vụ được bảo: đảm bảo việc truyền tải sẽ không phải chịu tổn thất gói và sẽ trải qua sự chậm trễ tối thiểu - dịch vụ tải có kiểm soát: cung cấp các loại QoS một truyền sẽ kinh nghiệm nếu mạng thực ít xe cộ • Mỗi router rằng thông điệp PATH đi qua vết đường đi của truyền bằng cách ghi nhận mà bộ định tuyến thông điệp PATH đến từ • Sau khi nút đích nhận được tin PATH, nó phản ứng với một yêu cầu Reservation (RESV) nhắn - Làm theo cùng một con đường ngược lại - Bộ định tuyến giữa các điểm đến và các nút gửi phân bổ băng thông theo yêu cầu - Gửi nút truyền dữ liệu • RSVP (tt.) • Xác định và quản lý truyền dẫn một chiều - Đối với hai người sử dụng để tham gia vào một VoIP hay hội nghị truyền hình, quá trình dự phòng tài nguyên diễn ra trong cả hai chiều • RSVP mô phỏng chuyển mạch đường - Mà cung cấp tuyệt vời QoS • Nhược điểm: chi phí cao - Chấp nhận được trên các mạng nhỏ - Các mạng lớn hơn sử dụng DiffServ • DiffServ (Differentiated Service) • Differentiated Service (DiffServ) cách -another để ưu tiên lưu lượng mạng • đặt thông tin trong lĩnh vực DiffServ trong một datagram IPv4. Trong IPv6 datagram, nó sử dụng một lĩnh vực tương tự được gọi là các lĩnh vực giao thông lớp - Thông tin này chỉ ra cho các thiết bị định tuyến mạng như thế nào các dòng dữ liệu sẽ được chuyển tiếp • Bởi vì sự đơn giản và tương đối thấp trên cao của nó, DiffServ là phù hợp hơn để lớn, mạng lưới mạnh buôn bán hơn RSVP • DiffServ (tt.) • Hai loại chuyển tiếp: - EF (Khẩn Forwarding) • giao tỷ lệ khởi hành tối thiểu luồng dữ liệu • làm hỏng sự chậm trễ - AF (Assured Forwarding) • Dữ liệu giao suối mức tài nguyên bộ định tuyến khác nhau • Ưu tiên xử lý dữ liệu, nhưng không bảo đảm rằng trên một gói tin mạng bận rộn sẽ đến đúng giờ và trong chuỗi - Một cuộc thảo luận sâu hơn về các kỹ thuật ưu tiên là vượt ra ngoài phạm vi sách giáo khoa và lớp • MPLS (Multiprotocol Label Switching) • Sửa luồng dữ liệu ở tầng mạng • Để chỉ nơi dữ liệu sẽ được chuyển tiếp, MPLS sẽ thay thế các tiêu đề gói tin IP với một nhãn hiệu tại các bộ định tuyến đầu tiên một cuộc gặp gỡ luồng dữ liệu • Các nhãn MPLS có chứa thông tin về nơi mà các router sẽ chuyển tiếp các gói tin kế tiếp - Router trong con đường các dòng dữ liệu của điều chỉnh lại nhãn • Để chỉ bước kế tiếp để tiếp nhận bộ định tuyến • Router chỉ cần đọc các MPLS (





































































































































































đ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: