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.
Answers were Sorted based on User's Feedback
Answer / jitendera kumar sinha
procedure for 3ree way handshake protocol
Host A sends a TCP SYNchronize packet to Host B with sequance number x and tpdu
Host B receives A's SYN.and reply with its own sequnave nuber that is y.
Host B sends a SYNchronize-ACKnowledgement
Host A receives B's SYN-ACK
to establish a conection a client execute a connect primitive specifying the ip address and the port to which it want to connect.
thus from overall discussion we can say that the to establish connetion via 3reeeway host execute unicast message.
please mark if i wrong or right.your feddback i important to me
thanks
jitendera kumar sinha
Host A sends ACKnowledge
Host B receives ACK. TCP connection is ESTABLISHED.
from this it is look like a unicast msg.is not it.3ree way hand shake usage tcp not udp.so answer should be unicast.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / jitendera kumar sinha
thank you very much for correction in my consept in
handshake 3ree way.by the way what is the exect answer of
that question.our answer are based upon theorytical concepts
so it might be wrong or wright.i have asked some of my
senior about that they told me it is unicast but they are
also not confirmed so i want to know exect answer.becoz on
yours explanation it is looking that you are also not sure
by the way thank you very much
jitenera kumar sinha
| Is This Answer Correct ? | 2 Yes | 0 No |
What does the IPX maximum path command do? A.) Allows you to disable the TTL on an IPX packet B.) This parameter is only used in NLSP routing C.) Sets the maximum metric that can appear in the routing table D.) Configures round robin load sharing over multiple equal metric paths (parallel paths)
How many types of memories are used in cisco router?
what is the boot seqance of cisco router
What is the difference between switch and hub?
Guys Please send me or suggest me any link for all interview question and answer on CCNA asked in TECH MAHINDRA. I have only 4-5 days for preparation. my mail id is nikhil9823@gmail.com
How do you set the encapsulation type to PPP for an interface? A.) encap ppp B.) ppp encapsulation C.) encapsulation ppp D.) encapsulation ppp enable E.) ppp enable encapsulation
Identify the 2 rules used when configuring a Distance Vector routing protocol? A.) Physically connected network(s) B.) Configure the classfull address, no subnets C.) Enable CDP so neighbors can be detected D.) Same autonomous network
Which of the following is used to manage and monitor the network? A.) SNMP B.) HTTP C.) IP D.) FTP
WAN stands for which of the following? A.) Wide Arena Network B.) World Area Network C.) Wide Area News D.) Wide Area Network
What protocols can you use while testing Trace? A.) DECnet B.) CLNS C.) IP D.) Old Vines E.) Vines F.) Chaos
Which of the following statements are true? A.) Store and forward switching creates variable latency through the switch B.) Cut through switching creates variables latency through the switch C.) Cut through switching works at wire speed D.) Store and forward switching works at wire speed
Which three functions are supported by connection oriented servkps? (Choose three) A. connection parameters are synchronized B. any loss or duplication of packets can be corrected C. the data packet is independently routed and the service does not guarantee the packet will be processed in order D. a data communication path is established between a requesting entity and the peer device on the remote end system