Questions tagged [internet]

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (often called TCP/IP, although not all protocols use TCP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies.

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (often called TCP/IP, although not all protocols use TCP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support email.

Most traditional communications media including telephone, music, film, and television are reshaped or redefined by the Internet, giving birth to new services such as Voice over Internet Protocol (VoIP) and Internet Protocol Television (IPTV). Newspaper, book and other print publishing are adapting to Web site technology, or are reshaped into blogging and web feeds. The Internet has enabled or accelerated new forms of human interactions through instant messaging, Internet forums, and social networking. Online shopping has boomed both for major retail outlets and small artisans and traders. Business-to-business and financial services on the Internet affect supply chains across entire industries.

The origins of the Internet reach back to research of the 1960s, commissioned by the United States government in collaboration with private commercial interests to build robust, fault-tolerant, and distributed computer networks. The funding of a new U.S. backbone by the National Science Foundation in the 1980s, as well as private funding for other commercial backbones, led to worldwide participation in the development of new networking technologies, and the merger of many networks. The commercialization of what was by the 1990s an international network resulted in its popularization and incorporation into virtually every aspect of modern human life. As of 2011, more than 2.2 billion people — nearly a third of Earth's population — use the services of the Internet.

The Internet has no centralized governance in either technological implementation or policies for access and usage; each constituent network sets its own standards. Only the overreaching definitions of the two principal name spaces in the Internet, the Internet Protocol address space and the Domain Name System, are directed by a maintainer organization, the Internet Corporation for Assigned Names and Numbers (ICANN). The technical underpinning and standardization of the core protocols (IPv4 and IPv6) is an activity of the Internet Engineering Task Force (IETF), a non-profit organization of loosely affiliated international participants that anyone may associate with by contributing technical expertise.

Source: Wikipedia.

734 questions
0
votes
1 answer

ping OK, nslookup OK, wget locally OK, remote HTTP false

I'm trying to access http://domain.com/test.html from internet, but getting error Server is running CentOS I'm using DSN hosting (yandex.ru) for domain.com Ping server by ip = OK Ping server by domain = OK === nslookup = OK wget…
Kirzilla
  • 563
  • 3
  • 9
  • 21
0
votes
1 answer

Ubuntu Server 12.04 configured for two seperate networks

I am trying to configure my fresh install of Ubuntu Server 12.04 to act as a entry point for two of my networks (the machine has 3 ethernet cards). The basic setup I am looking to achieve is to connect via PPPoE on eth0 and share that internet…
Alex Hope O'Connor
  • 113
  • 1
  • 2
  • 6
0
votes
1 answer

Monitoring Maximum Process Network Activity

We have a collocated server on which we run some OpenVZ hosts. Recently, we have had to pay a lot extra we keep exceeding our bandwidth quota. Our quota is 5 Mb/s but we have spike to almost 50. I looked at the graphs and there are some spikes…
Navid
  • 181
  • 1
  • 2
0
votes
1 answer

One Windows Domain workstation can ping gateway but gets no internet access

One of the (Windows XP SP3) workstations of our Windows Domain could not access internet anymore, this problem suddenly happened overnight. The domain controllers (there are three of them) are all running Windows Server 2008. First I compared the…
mks-d
  • 7
  • 7
0
votes
2 answers

PCs with Wired Connection Keep Losing Internet Connectivity

I have a U-verse ATT DSL Internet at our church building. Recently, any computer that is plugged into the network via Ethernet keeps losing its internet connectivity. The setup is from the Modem to a Netgear Wireless Router, and from the router to 3…
user717452
  • 101
  • 2
0
votes
1 answer

ARP issues across MAN

We have a large area MAN provided by a local cable company. Each location has a cable modem that connects directly back to a central location, i.e. it doesn't cross the internet, it is a private connection. Each out building shows shows up at the…
0
votes
2 answers

Use number of downloaded file in wget as variable in bash script

Can I get the number of downloaded files with wget -r and use that as a variable? I want to write a script that runs multiple wget commands in it (using -q so i can control output) and then at the end, add up the number of downloaded files and echo…
E Steven
  • 3
  • 2
0
votes
1 answer

Port Mapping in Windows Server

I have Windows Server 2003 and in WS virtual machine with Ubuntu server. Network: On host I have eth0 with real IP, virtual eth (192.168.0.1 - virtualbox interface), it's working in bridge mode with virtual eth0 on Ubuntu server. No NAT. I need port…
Anton Demidov
0
votes
1 answer

Bridging DSL wifi router to a PacketCable modem

I used to use a DSL based Internet connection (an AirLive WT-2000ARM). Recently I changed my Internet connection and it is now provided through PacketCable. The provider gave a modem for it (Thomson THG570), it has one Ethernet output and works…
fifigyuri
  • 143
  • 1
  • 7
0
votes
2 answers

Computer running Win7 won't access websites but can ping them

First off, pardon me if this is not where I should ask IT questions. If there is another StackExchange site (or site in general) that I should go to by all means let me know. The Problem: One of our employees came by saying that his computer will…
npiani
  • 277
  • 4
  • 13
0
votes
1 answer

Iptables Webserver Connection Timeout

After setting up iptables. My webserver has "connection timed out". I'm trying to setup my iptables based on what I have read is a pretty good starting point for a web server from another serverFault post. I have a file called "iptables-setup"…
garromark
  • 910
  • 9
  • 9
0
votes
1 answer

Is it possible to access Alfresco CIFS through Internet?

I know it's a security issue, but just by curiosity (I can't find a proper answer to that!), is it possible? I defined cifs.broadcast=255.255.255.255 in the Alfresco configuration, but whatever I define, I can't access it. I'm trying :…
Cyril N.
  • 624
  • 1
  • 10
  • 36
0
votes
1 answer

How to connect to hyperv guest machine by rdp through internet?

I installed hyperv and some client machines. Now i need to connect to any of client machine and host by using rdp through internet. This instruction tell me what i need to configure port forwarding on router, but i haven't router - cable pluged into…
IAfanasov
  • 103
  • 5
0
votes
1 answer

Ubuntu - New Ubuntu server won't accept new public IP

I'm currently setting up the servers and since I gave server HachiSoftware02 it's public IP it won't let me connect to it via SSH. When it had a local IP it worked fine and I need the server for application builds. netstat -tulpn:…
Liam
  • 111
  • 5
0
votes
1 answer

How do I get VirtualBox to use my Windows 7 host machine as a gateway?

I can't seem to find the answer to this. I have a Windows 7 (64bit) machine that is a company laptop. Company policy is very strict about adding machines to the network. I need to run a Linux server to do some Rails development. Anyway, what I…
cbmeeks
  • 243
  • 1
  • 4
  • 11