how does TCP IP STACK PROTOCOL WORKS AS IP IS CONNECTON
LESS AND TCP IS CONNECTION oriented
Answers were Sorted based on User's Feedback
Answer / krishna mohan
TCP/IP is stack of protocols.
TCP operates at transport layer on top of IP layer providing
other features: Ports(multiplexing data among applications),
flow control, sequence control.
Once the ethernet driver has the frame, it sends that to the
data link layer. Depending on the "type" field, the stack
forwards the packet to IP or ARP. IP layer depending on the
"protocol" field, passes it up to the Transport layer, which
supports TCP or UDP.
TCP requires a handshake while establishing and terminating
a connection.
TCP supports:
- Piggybacking of acknowledgment on data
- sliding window protocols with timeouts and retransmissions
- full-duplex, sequenced, byte-stream communication
So TCP takes care of the reliability and guaranteeing
delivery of data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rishi
TCP Segments contain sequence number and unacknowledged
segements are retransmitted, which means the peers are
virtually connected in a packet switched network.
| Is This Answer Correct ? | 1 Yes | 1 No |
Do you know maximum transfer unit, mtu?
How many tcp connections does http use?
What subnet means?
iam doing my final year graduation in physics i got placed as an assistant engineer for the job band INFRASTRUCTURE MANAGEMENT SERVICE(IMS)i want to know what type of job is tat and i also want to know about the technical knowledge for the job
What is sockets?
What is the port 8000?
What are the protocols used in Transport layer?
How do I find out what program is using a port?
What is an ip address?
Tell me what is the difference between public and private ip?
How is it different than BOOTP or RARP?
Define ip address?