what is difference between internet and Internet?
Answers were Sorted based on User's Feedback
Answer / zeba
Internet refers to world wide web while internet(small
i)refers to the connection between networks..
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / onkar tiwari
An inernet(lower case) is two or more networs that can communicate with each other.
An Internet(upper case) is a collaboration of more than hundreds of thousands interconnected networks.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / yogeshwaran
Internet = WWW(World wide web), a nown which mentions the
global web is Internet.
internet = a verb which mentions that, connecting two or
more systems.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / pintu28apb
When two or more TCP/IP networks are connected together ,we
call it as internet,popularly known as intranet.But Internet
is the supernetwork of all networks.
| Is This Answer Correct ? | 1 Yes | 0 No |
Internet is global network using which you browse check
Gmail. The real Inter connected web.
internet is the connecting two or more computers through LAN
etc to form a communication network
An Internet is an internet but an internet is not an Internet.
--
my answer surety %=100%
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishnu sharath
intranet is the connection between two or more systems in a particular area and internet is the connection of all the networks around the world..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyoti shukla
i agree with the 4th answer given above.............
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahul
internet and Internet are two different keywords.
say int internet and int internet are different.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sourisengupta
There is no difference between those. I think the question should be rephrase like,
"what is the difference between Intranet and Internet?"
Is that you wanna ask?
| Is This Answer Correct ? | 12 Yes | 13 No |
What is static class data?
Adobe Interview & Adobe Placement Paper
Where and why do I have to put the "template" and "typename" keywords?
What is array give example?
What are the implicit member functions of class?
Will the following program execute?
When do we run a shell in the unix system?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Write a program to find the Factorial of a number
Is python written in c or c++?
What are c++ variables?
Explain the operation of overloading of an assignment operator.