Tag Archives: TCP

What is the result of applying this access control list? ip access-list extended STATEFUL 10 permit tcp any any established 20 deny ip any any

A. TCP traffic with the URG bit set is allowed. B. TCP traffic with the SYN bit set is allowed. C. TCP traffic with the ACK bit set is allowed. D. TCP traffic with the DF bit set is allowed. Answer: Option C. Explanation:  No answer description available for this question Show AnswerDiscussion The post What is the… Read More »

An engineer must configure an ACL that permits packets which include an ACK in the TCP header. Which entry must be included in the ACL?

A. access-list 110 permit tcp any any eq 21 tcp-ack B. access-list 10 permit tcp any any eq 21 established C. access-list 110 permit tcp any any eq 21 established D. access-list 10 permit ip any any eq 21 tcp-ack Answer: Option C. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer must… Read More »

An engineer must design a QoS solution for a customer that is connected to an ISP over a 1Gbps link with a 100Mbps CIR. The ISP aggressively drops all traffic received over the CIR, which is causing numerous TCP retransmissions. The customer is not using any RTP applications but wants to maximize bandwidth usage up to the CIR. Which QoS solution should the engineer choose?

A. policing B. queuing C. traffic shaping D. policer with markdown Answer: Option C. Explanation:  No answer description available for this question. Show AnswerDiscussion The post An engineer must design a QoS solution for a customer that is connected to an ISP over a 1Gbps link with a 100Mbps CIR. The ISP aggressively drops all traffic received over… Read More »

How do TCP and UDP differ in the way that they establish a connection between two endpoints?

A. TCP uses the three-way handshake, and UDP does not guarantee message delivery. B. TCP uses synchronization packets, and UDP uses acknowledgment packets. C. UDP provides reliable message transfer, and TCP is a connectionless protocol. D. UDP uses SYN, SYN ACK, and FIN bits in the frame header while TCP uses SYN, SYN ACK, and ACK bits. Answer:… Read More »

How do TCP and UDP differ in the way they provide reliability for delivery of packets?

A. TCP does not guarantee delivery or error checking to ensure that there is no corruption of data, UDP provides message acknowledgement and retransmits data if lost. B. TCP provides flow control to avoid overwhelming a receiver by sending too many packets at once, UDP sends packets to the receiver in a continuous stream without checking. C. TCP… Read More »

What is the difference regarding reliability and communication type between TCP and UDP?

A. TCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection-oriented protocol. B. TCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection-oriented protocol. C. TCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless protocol. D. TCP is reliable… Read More »

What is the difference in data transmission delivery and reliability between TCP and UDP?

A. TCP transmits data at a higher rate and ensures packet delivery. UDP retransmits lost data to ensure applications receive the data on the remote end. B. TCP requires the connection to be established before transmitting data. UDP transmits data at a higher rate without ensuring packet delivery. C. UDP sets up a connection between both devices before… Read More »