What is the main difference between TCP and UDP in the TCP/IP protocol suite?
- Connection-oriented
- Datagram-based
- Error checking
- Reliable
The main difference between TCP and UDP in the TCP/IP protocol suite is that TCP is connection-oriented and ensures reliable data delivery with error checking, while UDP is datagram-based and lacks built-in error checking and reliability mechanisms.
Loading...
Related Quiz
- Which traversal algorithm can be used to determine if a given binary tree is a binary search tree (BST)?
- What is eventual consistency in the context of NoSQL databases?
- In a social network application, you need to find the shortest path between two users who are indirectly connected through mutual friends. How would you approach this problem using graph theory?
- You're working on an embedded system with limited storage capacity. How would you optimize the file system to minimize storage overhead and maximize performance?
- You're leading a project where requirements are likely to evolve over time. Which SDLC model would you recommend, and why?