WEB BROWSERS TECHNOLOGY
THE INTERNET
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Breaks messages into packets and addresses them
|
|
A DNS attack in which numerous pings are made to the same IP, causing it to crash
|
|
Protocol used by the World Wide Web. It describes how messages are formatted and interchanged, and how web servers respond to commands.
|
|
Provides reliable, ordered, and error-checked delivery of a stream of packets on the internet
|
Detailed explanation-1: -TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network.
Detailed explanation-2: -TCP must recover data that is damaged, lost, duplicated, or delivered out of order by the Internet. TCP achieves this reliability by assigning a sequence number to each octet it transmits and requiring a positive acknowledgment (ACK) from the receiving TCP.
Detailed explanation-3: -The Transmission Control Protocol (TCP) is a transport protocol that is used on top of IP to ensure reliable transmission of packets. TCP includes mechanisms to solve many of the problems that arise from packet-based messaging, such as lost packets, out of order packets, duplicate packets, and corrupted packets.
Detailed explanation-4: -The TCP handshake TCP uses a three-way handshake to establish a reliable connection. The connection is full duplex, and both sides synchronize (SYN) and acknowledge (ACK) each other.
Detailed explanation-5: -Transmission Control Protocol. Applications that require the transport protocol to provide reliable data delivery use TCP because it verifies that data is delivered across the network accurately and in the proper sequence. TCP is a reliable, connection-oriented, byte-stream protocol.