DRAG DROP
-
Drag and drop the traffic types from the left onto the QoS delivery mechanisms on the right.
DRAG DROP
-
Drag and drop the traffic types from the left onto the QoS delivery mechanisms on the right.
Database synchronization traffic: This type of traffic is typically not time-sensitive but can consume significant bandwidth. It can be controlled using shaping (d) to limit the bandwidth it uses and prevent it from overwhelming the network. Standard web browsing traffic: This is generally considered as best-effort traffic, so it would match with best effort (a). It means that the network will attempt to deliver this traffic but without any guarantees of bandwidth, delay, or delivery. Video traffic: Video traffic requires a steady stream of data and can be sensitive to variations in delay (jitter). Therefore, it might require policing (b) to drop packets that exceed the contract, ensuring fair usage of network resources. VoIP traffic: Voice over IP (VoIP) is very sensitive to delay and jitter, so it is often given high priority on the network. It matches with priority queue ©, which ensures these packets are given precedence over other types of traffic.
Coorect me if I wrong but it should be: Database syn traffic - shaping Standart web - best effort Video - policing VoIP - priorty queue
I have searched for right answer and I found theese: Database syn traffic - shaping Standart web - best effort Video - priorty queue VoIP - policing
I think the video is right dont know the real answer tbh but video always take priority !(dont count me in ur answer ,just opinion )
given answers are incorrect database synchronization traffic == policing standard web browsing traffic == best effort VoIP traffic == priority queue video traffic == shaping Policing: It matches with "DATABASE SYNCHRONIZATION TRAFFIC" because policing can be used to control the bandwidth usage of this type of traffic. Best effort: It matches with "STANDARD WEB BROWSING TRAFFIC" as web browsing traffic is typically considered best effort. Priority queue: It matches with "VOIP TRAFFIC" because VoIP requires low latency and jitter, so it benefits from being placed in a priority queue to ensure timely delivery. Shaping: It matches with "VIDEO TRAFFIC" because video traffic often requires a steady stream of data and can benefit from shaping to smooth out bursts and ensure a consistent flow.
Correct options: 1. Database synchronization traffic - Shaping 2. Standard web browsing traffic - Best effort 3. Video traffic - Policing 4. VoIP traffic - Priority queue
VoIP traffic: This type of traffic is very sensitive to delay and jitter, so it's usually given high priority. Therefore, it should be placed in the priority queue. Video traffic: While also sensitive to delay and jitter, video traffic is often less sensitive than VoIP. It may not always be placed in the priority queue but could be shaped to smooth the bandwidth consumption over time. Standard Web browsing traffic: This is typically considered "best effort" traffic. It doesn't have strict requirements for timely delivery or jitter sensitivity. Database synchronization traffic: This type of traffic can be subject to policing to ensure it doesn't consume more than a certain amount of bandwidth and negatively impact other types of traffic. According to these typical associations, the drag-and-drop matches would be: VoIP traffic -> priority queue Video traffic -> shaping Standard Web browsing traffic -> best effort Database synchronization traffic -> policing