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
2
votes
1 answer

netstat -e: high discards and errors

I think my network is congested because of the relatively large discards and errors data. They should be zero or at least close to that. Here is the output of netstat -e on my computer: Interface Statistics Received …
Mywiki Witwiki
  • 123
  • 1
  • 4
2
votes
1 answer

How do I access a web server on a VirtualBox from the internet?

Scheme: Direct Internet connection with static IP (upd: connected directly to the ISP without any routers). Win Web Server (Win 2008 R2). VirtualBox with guest OS Linux Debian. Web-server on Debian. How to configure VirtualBox network? Any another…
2
votes
2 answers

Trying to grasp the logic behind a complete DNS resolution and respective sequence of actions

Say we have a domain "example.org" and it has an authoritative name server with name "ns1.example.org" with a glued IP as delegated by domain registrars (delegative?) name servers. Someone types example.org into their browser: Request is passed…
LaserBeak
  • 197
  • 2
  • 9
2
votes
1 answer

Load balancing multiple internet connections

I've got the following scenario: - one low speed and low latency DSL connection (cable) (250kb/s 25ms) - one high speed and high latency DSl connection (satellite) (1250kb/s ~1500ms) Is there a possibility to automatically route file downloads (over…
2
votes
2 answers

Logging per-user Internet access

Let me preface this by saying that I have a bit of a strange network. LAN 1 router: 10.0.0.254/24, Internet via DSL on 10.0.0.254. LAN 2 router: 172.16.2.254/24, default gateway: 10.0.0.254 (LAN 2 is a private link to another location, which uses…
Mike
  • 177
  • 1
  • 11
2
votes
8 answers

Business Internet Outage/Disaster Recovery

We have all of our corporate servers co-loc'd in a secure data center about an hour away that serves many Terminal Services remote apps to our local clients. We have a speedy network connection between our office and the data center and average…
Matt Rogish
  • 1,512
  • 6
  • 25
  • 41
2
votes
3 answers

Accessing Internet from the DMZ

I am trying to configure a DMZ using IPCop but it looks like the default configuration for a DMZ in IPCop is no DHCP and no access to Internet. Even when I manually configure IPCop as my default gateway and DNS resolver, it seems that there is no…
Vincent Robert
  • 194
  • 3
  • 13
2
votes
2 answers

Windows Server 2008 DNS Issues with Internet Sites

We are having trouble with DNS. I recently switched internet providers and the problem followed us, at which point I realized our 2008 R2 Domain Controller's DDNS must be the problem. I switch to google DNS (8.8.8.8) and sites like paypal.com,…
2
votes
2 answers

Restricting RDP sessions over Internet but not LAN

Fair warning: I'm a programmer, not an IT person. Thus I have no idea what I'm talking about and put myself entirely at your mercy. I have three dedicated machines that we currently administer through RDP via the Internet. We also have a virtual…
2
votes
1 answer

Same internet connection is fast on Windows 7 Pro, slow on Windows 2000 server

in my company we have an old Dell running Windows 2000 server and ISA Server and it's our Internet gateway / firewall. Our current Internet connection is an ADSL and it's fairly slow (about 1 Mb/s in download, even slower in upload). But now we have…
MacThePenguin
  • 210
  • 1
  • 2
  • 8
2
votes
3 answers

Intranet radio station over network

My company runs shopping centers around the country and from time to time we receive complaints regarding the music selection playing in the shops. I'd like to build a centralized music streaming server that the shops will be able connect to using…
adopilot
  • 1,521
  • 6
  • 25
  • 41
2
votes
1 answer

Mac OS X and Windows clients loses DNS from time to time using a PPTP Linux server

I have a PPTD server (pptpd) running on Debian and my clients are either Windows or Mac OS X machines. I also have an internal DNS hosted at the PPTP server since I want to resolve internal machines. It runs smoothly all the time, except for a few…
Haytham Elkhoja
  • 221
  • 1
  • 6
2
votes
1 answer

Questions and opinions of a Cable line with a back-up T1

My company currently has only a Covad T1 that connects the main office to the internet. This line is mainly for our billing office (located across the state) to connect to us for our Terminal Server. Our future plans for our main office include…
Tablemaker
  • 1,149
  • 1
  • 11
  • 23
2
votes
4 answers

Is there still any legitimate reason (in 2011) to use proxy servers instead of NAT for sharing an internet connection?

Proxies were around before NAT, and so early on in the internet, they were popular ways to get an entire network online with only a single public IP. NAT initially required complex software and/or hardware to get it working, and so understandably…
gregmac
  • 1,579
  • 4
  • 18
  • 27
2
votes
2 answers

Using RRAS to bridge two networks

I have the following setup: Server A has two NIC's - one connected to each switch. Server B just has a NIC connected to the internal switch. Server A and Server B can both ping each other. But when I open a web browser on Server B to access the…
Paul Stovell
  • 272
  • 3
  • 11