Start learning 50% faster. Sign in now
Transmission Control Protocol (TCP) is a connection-oriented protocol, meaning that it establishes a connection before data transfer and ensures reliable data delivery. It guarantees that data packets will reach their destination in the correct order without errors, using mechanisms like acknowledgments and retransmissions. In contrast, User Datagram Protocol (UDP) is connectionless, and does not guarantee the delivery, order, or integrity of packets. It is faster but less reliable than TCP, making it suitable for applications like streaming where speed is more critical than reliability. Option A (TCP is connectionless): This is incorrect. TCP is a connection-oriented protocol, while UDP is connectionless. Option C (TCP provides lower overhead): This is incorrect. TCP has higher overhead due to its error-checking, acknowledgment, and flow control features, while UDP has lower overhead because it does not implement these features. Option D (UDP guarantees delivery): This is incorrect. UDP does not guarantee delivery or the order of packets, which is one of its main distinctions from TCP. Option E (TCP has faster transmission speeds): This is incorrect. UDP generally has faster transmission speeds because it lacks the connection establishment and error-checking overhead that TCP has.
Who is known as father of Internet?
Which of the following is not an example of Operating System?
Which of the following isn’t a characteristic of High level languages?
Who won the Miss Charm India 2024 title, and what notable achievement highlights her profile?
____ affirmed India's long-term foreign-currency issuer default rating (IDR) at 'BBB-' with a Stable outlook, backed by robust growth outlook and abat...
A Computer needs _______ for booting?
‘FDD’ stands for
Hamza Abdi Barre has been appointed as the Prime minister of which of the following countries?
AND gates and NOR gates are referred to as what type of gates that can form other types of logic gates?
A ________ is the instance of a computer program that is being executed.