four-layer TCP/IP model Flashcards
What is the purpose of the ‘TCP and IP’?
TCP - Ensures reliable, ordered, and error-checked delivery of data between applications.
IP - Provides addressing and routing of packets across networks.
What are the two types for ‘TCP and IP’?
TCP - Connection oriented.
IP - Connectionless
What are the functions for ‘TCP and IP’?
TCP - Manages data transmission between devices, ensuring data integrity and order.
IP - Routes packets of data from the source to the destination based on IP addresses.
Do ‘TCP and IP’ have error handling?
TCP - Yes, includes error checking and recovery mechanisms.
IP - No, IP itself does not handle errors; relies on upper-layer protocols like TCP.
Do ‘TCP and IP’ have flow control?
TCP - Yes, includes flow control mechanisms.
IP - No.
Do ‘TCP and IP’ have congestion control
TCP - Yes, manages network congestion.
IP - No.
What is the data segmentations for ‘TCP and IP’?
TCP - Breaks data into smaller packets and reassembles them at the destination.
IP - Breaks data into packets but does not handle reassembly.
What is the header size for ‘TCP and IP’?
TCP - Larger, 20-60 bytes.
IP - Smaller, typically 20 bytes.
What is the reliability for ‘TCP and IP’?
TCP - Provides reliable data transfer.
IP - Does not guarantee delivery, reliability, or order.
Do ‘TCP and IP’ have transmission acknowledgement?
TCP - Yes, acknowledges receipt of data packets.
IP - No.
What are the layers to the ‘TCP/IP model’?
Application Layer
Transport Layer(TCP/UDP)
Network/Internet Layer(IP)
Network Access Layer