In transport layer, for connection oriented communication
Three way handshake process is there to establish a
connection. So question is that, when a host send an ACK
messages to another host with host intend to establish a
connection, the source host send it as Broadcast or unicast
message? Cud anyone explain this.
Thanks in advance.
Answer Posted / mr.shahin07
Mr. Jitendera, Ur concept is little bit wrong. Three way
handshake process is lyk dis -
we assume a client computer is contacting a server to send
it some information.
1. The client sends a packet with the SYN bit set and a
sequence number of N.
2. The server sends a packet with an ACK number of N+1,
the SYN bit set and a sequence number of X.
3. The client sends a packet with an ACK number of X+1
and the connection is established.
4. The client sends the data.
Watever i think, It wud be UNICAST communication.
U Cn check this video also...
http://www.youtube.com/watch?v=z40w3G8szK0
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a Frame Relay?
Name the different types of networks
What is the terminal emulation, in which layer it comes?
What is ping? What is the usage of ping?
What are the protocols that are used by every layer of ip/tcp model?
Mention what does data packets consist of?
If there is only 2 host in bus topology is that possible collision accord?
in stead of 0.0.0.0 wild card mask what u can write after ip?
Explain what is route poisoning?
What is the syntax of ipv4?
What is the update period for rip?
What is the subnet? Why is it used?
How many types of nat?
Mention what are the ranges for the private ips?
Explain the terms unicast, multicast, broadcast.