answersLogoWhite

0

How can TCP handle urgent data?

Updated: 11/7/2022
User Avatar

Wiki User

11y ago

Best Answer

When an interactive hits the DEL or CTRL-C key to break-off a remote computation that has already begun, the sending application puts some control information in the data stream and gives it to TCP along with the URGENT flag. This even causes TCP to stop accumulating data and transmit everything it has for that connection immediately.

The receiving application is interrupted so it can stop whatever it was doing so that it can read the data stream to find the urgent data.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can TCP handle urgent data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does tcp handle data sequencing?

TCP Breaks User Data Into Segments, Numbers Each Segment, Places Them In The Correct Sequence, And Sends Each In Order, Waiting For An Acknowledgement Before Sending The Next Segment.


What type of address identifies the source of data in a frame?

MAC


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What is server process?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What is a WinNuke attack?

WinNuke refers to a remote denial-of-service attack (DoS) that affected the Microsoft Windows 95, Microsoft Windows NT and Microsoft Windows 3.1x computer operating systems.The exploit sent a string of OOB (out of band) data to the target computer on TCP port 139 (NetBIOS). The OOB data was a malicious TCP packet containing an Urgent Pointer (URG). The Urgent Pointer is a rarely used field in the TCP header, used to indicate that some of the data in the TCP stream should be processed quickly by the recipient. Affected operating systems didn't handle the Urgent Pointer field correctly. When the system failed to process the field, the computer locked up and displayed a Blue Screen of Death. This did not damage or change the data on the computer's hard disk, but any unsaved data would be lost.The term WinNuke was not a particular piece of malware, rather it is used to describe malware that exploited the aforementioned vulnerability to cause a Denial of Service. Most of the WinNuke malware was busy doing its damage around 1997, although a newer family of malware got released into the wild around 2010 that exploits a similar vulnerability in Windows NT, 2000, XP, and even .NET to the same ends, i.e. DOS.


How does TCP handel the flow control problem explain it with the help of a diagram showing the status window at the different stages?

Tcp is a transport layer protocol which provides end to end delivery in sequence of byte stream. It is a reliable connection oriented protocol. To provide the reliable and correct data tcp performs various function in which one is "Flow control". In flow control function tcp handle timeout and retransmission of missed/duplicate packets. Time out and retransmission is a function performed to handle the congestion.


What Transport Protocol within the TCP IP suite of protocols guarantees delivery of Data?

TCP


Which suite of protocols is used to transmit data across the internet?

tcp/ip


What accurately describes tcp and udp?

TCP and UDP are two different layer 4 protocols. TCP reliably sends data with acknowledgments and UDP sends data without checking if the destination received it. Skype uses UDP while email uses TCP.


Similarties between IP and TCP?

what are the similarties between IP and TCP protocol in data communication and networking.


What does tcp implement?

TCP implements guaranteed reliable delivery as a means of transporting data across a network.


What is the different between ip and tcp?

Ip is the protocol that figures out how to get data to a certain location on the network. TCP is the protocol that breaks the data down and gets it ready to be transported. And then again on the other computer, TCP is what builds up the data into its original format before it got broken down by TCP on the first computer.