Sponsored Links

Interview Questions



INTERVIEW QUESTIONS NETWORKING CLIENT SERVER DETAILS

Question: How to work TCP/IP?

Answer: TCP/IP is just a protocol that allows different nodes on the network/Internet to share resources..and without TRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL, different nodes wont understand each other.

To configure it you will just right click on your LAN CONNECTION and click properties.make sure tcp/ip is ticked then click on it then properties....then from there you can assign each computer with an ip address or allow DHCP to do that for you.

Category Client Server Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.2) By 9703 users
Added on 7/29/2011
Views 70549
Rate it!

Question: How to work TCP/IP?



Answer:

TCP/IP is just a protocol that allows different nodes on the network/Internet to share resources..and without TRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL, different nodes wont understand each other.

To configure it you will just right click on your LAN CONNECTION and click properties.make sure tcp/ip is ticked then click on it then properties....then from there you can assign each computer with an ip address or allow DHCP to do that for you.

Source: CoolInterview.com


TCP/IP is a type of protocols , it used assign a uniqu address to a pc, which allow the user to share its resource in the network, means it connect the pc to another pc to share data and resources. Source: CoolInterview.com

Answered by: bharti nimje | Date: | Contact bharti nimje Contact bharti nimje

TCP/IP is protocol which enable to communicate between more than one computer over a network.TCP/IP (TRANSMISSION CONTROL PROTOCOL/INTER PROTOCOL). Source: CoolInterview.com

Answered by: RACHIN KUMAR | Date: | Contact RACHIN KUMAR Contact RACHIN KUMAR

TCP is the protocol which works at the Transmission Layer of OSI Model which uses Port No 80. IP is the protocol which works at the network layer of OSI Model. So, both the end the the protocol should be same in order to make the devices to communicate with each otehr. TCP and UDP both work at the same layer. But the difference is TCP is the Connection Oriented Service where as UDP [User Data Gram Protocol is the Connection Less Service] Source: CoolInterview.com

Answered by: Ganesh | Date: 10/29/2007 | Contact Ganesh Contact Ganesh

Tcp/Ip is a protocol that defines the communication between different nodes on the network. Source: CoolInterview.com

Answered by: baljit singh | Date: 2/4/2008 | Contact baljit singh Contact baljit singh

TCP is a connection oriented protocol & IP is a connectionless protocol.

TCP will communicate between computers where as IP will communicate between application and computer. Source: CoolInterview.com

Answered by: ramesh.d | Date: 3/2/2008 | Contact ramesh.d Contact ramesh.d

TCP is a connection oriented protocol & IP is a connectionless protocol Source: CoolInterview.com

Answered by: Muhammed afsal | Date: 5/26/2008 | Contact Muhammed afsal Contact Muhammed afsal

TCP is a connection oriented protocol & IP is a connectionless protocol.

TCP will communicate between computers whereas IP will communicate between application and computer. Source: CoolInterview.com

Answered by: shiv | Date: 6/1/2008 | Contact shiv Contact shiv

IP: means it is used to between languages communicated data in the network.
TCP: means it is used to communicate
date one computer to other computer Source: CoolInterview.com

Answered by: madhu | Date: 10/13/2008 | Contact madhu Contact madhu

IP is the commmuncation key of a pc to the network
TCP is the means of commmunication from one computer to others Source: CoolInterview.com

Answered by: joel hammah | Date: 4/16/2009 | Contact joel hammah Contact joel hammah

TCP/IP transmission control protocol / internet protocol which work on transport and network layer on OSI modal. both are depand to each other. Source: CoolInterview.com

Answered by: pavan agarwal | Date: 5/12/2009 | Contact pavan agarwal Contact pavan agarwal

tcp/ip is used to communicate with each other on network Source: CoolInterview.com

Answered by: shanawaz | Date: 5/25/2009 | Contact shanawaz Contact shanawaz

Tcp/IP is a protocol suit which is define a rule to communication between client to client and client to server communcation. Source: CoolInterview.com

Answered by: chandu ahire | Date: 6/1/2009 | Contact chandu ahire Contact chandu ahire

TCP is Physical Connection to physically connected to computers each other whereas IP is logically protocol whose to connect Network/Internet. Source: CoolInterview.com

Answered by: Gaurav | Date: 7/2/2009 | Contact Gaurav Contact Gaurav

OSI MODEL
Application
Presentation
Session
Transport(TCP)
Netowork(IP)
Data Link Layer
Physical layer

TCP- Transmission Control Protocol provide end to end connection n relibale conection.
It is connection oriented.

IP- Internet Protocol connect actually 2 computers Source: CoolInterview.com

Answered by: KilleR | Date: 7/11/2009 | Contact KilleR Contact KilleR

TCP/IP these are one of the protocol suit in networking which is used to communicate and shared data from more than one pc Source: CoolInterview.com

Answered by: Abhay Pradhan | Date: 7/17/2009 | Contact Abhay Pradhan Contact Abhay Pradhan

TCP/IP (TRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL) is a protocol developed so that data communication between different vendor machine can be possible. it's is standard protocol for Internet. And all vendor use same to connect there machine to internet. Source: CoolInterview.com

Answered by: Prashant | Date: 9/11/2009 | Contact Prashant Contact Prashant

in the networking environment every implemented method for shearing the use resources for communicate to each others use the set of protocols. so tcp is the set the of protocol. tcp is the reliable protocol and works on port no. 80. and ip is the connectionless protocol but tcp is the oritendd protocol. ip is communicate between applicaions & tcp is communicate between computers in network. tcp/ip allows to communicate beween two or more objects (devices) at a time. Source: CoolInterview.com

Answered by: vishal chauhan | Date: 10/20/2009 | Contact vishal chauhan Contact vishal chauhan

TCP/IP is TCP and IP working together.

TCP (Transmission Control Protocol) communication between application software (i.e. your browser) and your network software.

If one application wants to communicate with another via TCP, it sends a communication request. This request must be sent to an exact address. After a "handshake" between the two applications, TCP will set up a "full-duplex" communication between the two applications.

TCP is responsible for breaking data down into IP packets before they are sent, and for assembling the packets when they arrive.

IP (Internet Protocol) communication between computers

IP is responsible for sending the packets to the correct destination. Source: CoolInterview.com

Answered by: M Thajudeen | Date: 10/23/2009 | Contact M Thajudeen Contact M Thajudeen

TCP/IP are the coneection oriented and connectionless oriented protocol respectively.. used for share the resources in between the computers Source: CoolInterview.com

Answered by: Nagalingayya | Date: 11/6/2009 | Contact Nagalingayya Contact Nagalingayya

TCP
TCP is a reliable, connection-oriented delivery service. The data is transmitted in segments. Connection-oriented means that a connection must be established before hosts can exchange data. Reliability is achieved by assigning a sequence number to each segment transmitted. An acknowledgment is used to verify that the data is received. For each segment sent, the receiving host must return an acknowledgment (ACK) within a specified period for bytes received. If an ACK is not received, the data is retransmitted. TCP is defined in RFC 793.

TCP uses byte-stream communications, wherein data within the TCP segment is treated as a sequence of bytes with no record or field boundaries. The following table describes the key fields in the TCP header. Source: CoolInterview.com

Answered by: archana sharma | Date: 11/12/2009 | Contact archana sharma Contact archana sharma

It is a protocol suite which enable communication b/w computers Source: CoolInterview.com

Answered by: srinivasa | Date: 1/4/2010 | Contact srinivasa Contact srinivasa

TCP/IP is a protocol suite which are using in network . TCP is a reliable
and connection oriented protocol and IP is a non reliable and connectionless protocol. Source: CoolInterview.com

Answered by: kamlesh mahra | Date: 1/17/2010 | Contact kamlesh mahra Contact kamlesh mahra

TCP ip is connectionless mins Source: CoolInterview.com

Answered by: rajesh | Date: 2/13/2010 | Contact rajesh Contact rajesh

Tcp/Ip is a protocol that defines the communication between different nodes on the network.
(or)
tcp/ip is used to communicate with each other on network Source: CoolInterview.com

Answered by: laxman | Date: 2/19/2010 | Contact laxman Contact laxman

OSI MODEL
Application
Presentation
Session
Transport(TCP)
Netowork(IP)
Data Link Layer
Physical layer

TCP- Transmission Control Protocol provide end to end connection n relibale conection.
It is connection oriented.

IP- Internet Protocol connect actually 2 computers

Source: CoolInterview.com

Answered by: Rahul Tanwar | Date: 2/24/2010 | Contact Rahul Tanwar Contact Rahul Tanwar

tcpip:
tcp stand for tranmission control protocol it is used to assign ip address to diff pc in networks,this is one of the protocols used in all layers of osi.
Source: CoolInterview.com

Answered by: faheem | Date: 3/2/2010 | Contact faheem Contact faheem

TCP is connection oriented protocal and realible.it creates virtuval connection between two tcp to send data. TCP used for flow and error control mechanisum at transport level. IP is connectionless protocal. Source: CoolInterview.com

Answered by: RAVIKANTH | Date: 3/24/2010 | Contact RAVIKANTH Contact RAVIKANTH

Both r protocols Source: CoolInterview.com

Answered by: raj | Date: 3/29/2010 | Contact raj Contact raj

TCP/IP:TCP means connection oriented protocal IP:connectionless protocal Source: CoolInterview.com

Answered by: y srikanth reddy | Date: 4/17/2010 | Contact y srikanth reddy Contact y srikanth reddy

To communicate from Pc to Pc in the Network. Source: CoolInterview.com

Answered by: sandeep kumar | Date: 5/7/2010 | Contact sandeep kumar Contact sandeep kumar

TCP/IP is an industry standard protocol suite for WAN.It is a routable protocol suitable for disimilar network. Source: CoolInterview.com

Answered by: Pankaj Rajpoot | Date: 6/8/2010 | Contact Pankaj Rajpoot Contact Pankaj Rajpoot

Tcp/Ip is one of the improtent protocol in a network.it has four layer and work with prot no 80. it allows one computer to comunicate with another comuter or makes no interfaces over a network.Tcp is a conection orinted protocol and ip is a connectionless protocol whcih means it's gives gurantee to deliver data to destinsation place. Source: CoolInterview.com

Answered by: gautam singh | Date: 6/10/2010 | Contact gautam singh Contact gautam singh

TCP/IP is stand for Transmission Control Protocol/Internet Protocol. TCP/IP is a protocol suite which is used for data communication and sharing between different nodes. Source: CoolInterview.com

Answered by: Pallavi Singh Chauhan | Date: 6/13/2010 | Contact Pallavi  Singh  Chauhan Contact Pallavi Singh Chauhan

TCP/IP is stand for Transmission control protocol/Internet Protocol it Asian to ip address each host the the network and 32 bit ban nary number octal value Source: CoolInterview.com

Answered by: binod | Date: 7/5/2010 | Contact binod Contact binod

TCP is a connection oriented protocol & IP is a connectionless protocol.

TCP will communicate between computers where as IP will communicate between application and computer Source: CoolInterview.com

Answered by: ram anurag mishra | Date: 8/12/2010 | Contact ram anurag mishra Contact ram anurag mishra

tcp/ip is one or more data transmission support protocol Source: CoolInterview.com

Answered by: bharti | Date: 8/15/2010 | Contact bharti Contact bharti

tcp and ip both are different but they work combine to each other tcp protocol work on data link layer and ip work on network layer so that is use to help communicate more then one computer Source: CoolInterview.com

Answered by: rohitchoudhary | Date: 8/18/2010 | Contact rohitchoudhary Contact rohitchoudhary

TCP/IP is used to connect host on the network
a)TCP:-takes care of communication between application software(browser)and your network software
*breaks down into packets

b)IP:-communication with other computers
*sends the packet in a network Source: CoolInterview.com

Answered by: purushotham | Date: 8/27/2010 | Contact purushotham Contact purushotham

TCP/IP is stand for Transmission control protocol/Internet Protocol it Asian to ip address each host the the network and 32 bit ban nary number octal value. (or)

TCP is a connection oriented protocol & IP is a connectionless protocol.
TCP will communicate between computers where as IP will communicate between application and computer

Source: CoolInterview.com

Answered by: Balu | Date: 9/8/2010 | Contact Balu Contact Balu


If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
What is meant by transparency of location servers?



View Answer
What is the router?How it works?

View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All Client Server Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions