Archive

Author Archive

How to use .NET application’s ?

July 13th, 2009 Nelesh Comments off

How to use .NET application’s ?

Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites to large, enterprise-class web applications.
If using Visual Studio .NET, you can publish directly to your site using your URL (i.e. http://your-webserver/yourusername) and selecting “FrontPage Extensions” as the publishing method.
Verify the following settings in your web.config file:
<customErrors mode=”Off” /> – Allows you to see your errors
<authentication mode=”Windows” /> – Remove this line
<sessionState /> – Remove this line
Global.asax goes in your root web directory.
Your assemblies go in your /Bin directory (VS .NET will create this directory for you.)
You can use ASP 3.0 and ASP.NET in the same account (Note: They will not share session data).
For more information about Microsoft’s .NET technology, including tutorials and sample code, visit Microsoft’s site at ASP.NET.

What is Namejet.com?

July 13th, 2009 Nelesh Comments off

What is Namejet.com?

  • NameJet is a domain name after market auction company that consolidates an exclusive inventory of expired and deleted domains from top domain name registrars and makes them available for auction.

  • NameJet provides a platform for customers who are attempting to acquire expired domain name registration or domains that have not been renewed again by their current registrant.

  • NameJet provides access to the domain name inventory from the industry’s leading registrars—Network Solutions, eNom, and Bulk Register.
  • NameJet’s auction services provides the ability to place back order, requests on any expired domain name and access to expired .com, .net, .org, .biz, and .info top level domains as well as special listed domains through an online search or accessible and can download lists.

NameJet arranges equal opportunity to everyone interested in the same domain name,that has been back-ordered by customer’s.

Private Domain Auctions
===================
Domain names those are expired and back-ordered by multiple customer’s, Namejet invites those users to bid in a 3-day Private Auction.

Public Domain Auctions
==================
The users can browse hundreds of domain names and bid on them, if he is only the user to bid on that domain, the domain belongs to him at the lowest bidding rate.

Aftermarket Domain Name Pricing
=========================
Pre-Release, Pending Delete and Public Auction domains have a variable starting price @ $29.00.

Name Jet Offers FREE bidding account for any user.

ICANN rules for Domain Transfer Rejections.

July 13th, 2009 Nelesh Comments off

ICANN rules for Domain Transfer Rejections.

A transfer may be rejected for the following reasons only:
=========================================

  • Evidence of fraud

  • UDRP – Uniform Domain Name Dispute Resolution Policy Action.

  • Court order by a court of competent jurisdiction

  • Reasonable dispute over the identity of the Registrant or Administrative contact

  • No payment for a previous registration period (including credit card charge-backs) if the domain name is past its expiration date or for previous or current registration periods if the domain name has not yet expired.

  • In all such cases, however, the domain name must be put into “Registrar Hold” status by the registrar prior to the denial of transfer

  • Express written objection to the transfer from the Administrative contact – email, fax, paper document.

  • The domain name is in Registrar Lock status.

  • The domain name is in the first 60 days of an initial registration period.

Domain Transfer May Not Be Denied for any of the Following Reasons:

* Nonpayment for a pending or future registration period
* No response from the registrant or administrative contact
* Domain name in Registrar unlock status
* Domain name Older than 60 days of registration

What is UDRP?

July 13th, 2009 Nelesh Comments off

UDRP stands for ” Uniform Domain Name Dispute Resolution Policy (UDRP) “. The UDRP was adopted by ICANN on 26 August 1999.
UDRP defines how disputes over domain-name registrations are resolved in the global top-level domains such as .biz, .com, .info, .name, .net, and .org. The UDRP includes a mandatory  non-binding, low-cost administrative procedure to resolve a certain set of claims — namely, claims of abusive, bad faith registration. This means a bad faith violation of someone else trademark.  Other than this, the UDRP provides that disputes must be resolved by traditional means such as voluntary negotiation and lawsuits. The UDRP is part of the Registration Agreement that Internet users sign to register domain names in the global top-level domains.

The UDRP does not apply to country-code top-level domains, except in  few cases where the local administrator has decided to adopt it.
List of approved dispute resolution service providers of UDRP are as follows :

1.ADNDRC – Asian Domain Name Dispute Resolution Centre
2.NAF – The National Arbitration Forum
3.WIPO – World Intellectual Property Organization
4.CAC – The Czech Arbitration Court

What is Internet Registry?

July 13th, 2009 Nelesh Comments off

What is Internet Registry?

Internet Registry is an organization supervises the allocation and registration of Internet number resources within a particular region of the world. These resources includes IP addresses (both IPv4 and IPv6) and autonomous system numbers. It is a non profit organization.Examples of Internet Registry are: ICANN(Internet Corporation for Assigned Names & Numbers) and IANA(Internet Assigned Number Authority).

The Internet Registry can be further classified into Regional Internet Registry.

There are currently five RIRs ( Regional Internet Registry ) in operation :

  • American Registry for Internet Numbers (ARIN) :: For North America and parts of the Caribbean.

  • RIPE Network Co-ordination Center (RIPE NCC) :: For Europe, the Middle East and Central Asia.

  • Asia-Pacific Network Information Center (APNIC) :: For Asia and the Pacific region

  • Latin American and Caribbean Internet Addresses Registry (LACNIC) :: For Latin America and parts of the Caribbean region.

  • African Network Information Center (AfriNIC) :: For Africa

ir

IP Classes

July 10th, 2009 Nelesh Comments off

IP Classes

IP Classes

Categories: Web Hosting Related Tags:

What is Network?

July 10th, 2009 Nelesh Comments off

What is network?

A network is a collection of computers connected to each other. When the number of computers are interlinked with each other through the main server is known as network. The network allows computers to communicate with each other and share resources and information among the connected computers.

what is network?

Computers on a network are sometimes called Nodes.

Computers and devices that allocate resources for a network are called Servers.

Types of Network
=============

  1. Local-Area Networks (LANs) : The computers are geographically together in the same premises (that is, in the same building).

  2. Wide-Area Networks (WANs) : The computers are not located in the same area, set wide apart and are connected by telephone lines or radio waves.

  3. Campus-Area Networks (CANs): The computers are within a limited geographical area, such as a campus or military base.

  4. Metropolitan-Area Networks (MANs): A data network designed for a town or city.

  5. Home-Area Networks (HANs): A network contained within a user’s home that connects a person’s digital devices.

  6. Global Area Networks (GANs): GAN is a model for supporting mobile communications across an arbitrary number of wireless LANs, satellite coverage areas, etc.

  7. Virtual Private Network ( VPNs ) : A computer network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network instead of through physical wires(e.g., the Internet). A VPN allows computer users to appear and edit from an IP address location other than the one which connects the actual computer to the Internet.

Node & Server

July 10th, 2009 Nelesh Comments off

Node & Server

What is a Node?

A node can be a computer or some other device, such as a printer,scanner etc. Every node has a unique network address, sometimes called as a Data Link Control (DLC) address or Media Access Control (MAC) address.

what is Node?

What is Server?

Computers and devices that allocate resources for a network are called Servers. Servers are categorized on the basis of the resources they provide on the network. Some of the servers are Audio/Video Servers, Chat Servers, IRC Servers, Mail Servers & etc.

what is server?

Computers on a network are sometimes called Nodes.
Computers and devices that allocate resources for a network are called Servers.

Categories: Dedicated Servers FAQ's Tags:

What is internet?

July 10th, 2009 Nelesh Comments off


The Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching, using the standard Internet Protocol (IP). It is a “network of networks” that consists of millions of smaller domestic, academic, business, and government networks, which together carry various information and services, interlinked Web pages and other documents of the World Wide Web.

what is Internet?

The Internet and the World Wide Web are not synonymous. The Internet is a collection of interconnected computer networks & the Web is a collection of interconnected documents and other resources, linked by hyperlinks and URLs. The Internet consists of the computers and networks that handle Internet Protocol (IP) data packets. The World Wide Web is one of the services accessible via the Internet.

It connects millions of computers together globally, forming a network in which any computer can communicate with any other computer as long as they are both connected to the Internet.

What is an IP address?

July 10th, 2009 Nelesh Comments off

What is an IP address?

IP address is a 32-bit numeric address written as four numbers separated by periods. Each number can be zero to 255. The four numbers in an IP address are called octets and that is how each octet have eight positions when viewed in binary form. Every machine on the Internet has a unique identifying number, called an IP Address. For example,

* 216.27.61.137

To Make it easier for us to remember, IP addresses are normally expressed in decimal format as a “dotted decimal number” like the one above. But computers communicate in binary form. Look at the same IP address in binary:

* 11011000.00011011.00111101.10001001

In an isolated network, you can assign IP addresses at random as long as each one is unique. However, connecting a private network to the Internet requires using registered IP addresses (called Internet addresses) to avoid duplicates. IP addresses are registered by Regional Internet Registries. ARIN, RIPE NCC, LACNIC and APNIC, AFRI-NIC — assign Internet addresses from Class A, B, & C.

Out of the almost 4.3 billion possible combinations, certain values are restricted from use as typical IP addresses. For example, the IP address 0.0.0.0 is reserved for the Default Network and the address 255.255.255.255 is used for Broadcasts. IP address 127.0.0.1 is used as the loop back address, used by the host computer to send a message back to itself

The octets are split into two sections: Net and Host. The Net section always contains the first octet. Host (sometimes referred to as Node) identifies the actual computer on the network. The Host section always contains the last octet.

What is Data Center?

July 10th, 2009 Nelesh Comments off

A data center is a premises where the servers stores the data, a room with complete security for the servers as well as environmental considerations such as cooling requirements. A data center is also called as lights out server room that contains lock and key which is kept in the dark. It generally includes redundant or backup power supplies, redundant data communications connections, environmental controls (e.g., air conditioning, fire suppression) and security devices.

A Data Center is also called as Server Farm used to house computer systems and associated components, such as telecommunications and storage systems.

Data Centers are authorized subordinate organizations by Internet Registries. Data Centers play an important role between the RIR – Regional Internet Registries and the Internet User as it routes the network to access the data from any part of the world. The server’s on the internet are located at Data Centers. The boom of data centers came during the dot-com bubble. Companies needed fast Internet connectivity and nonstop operations to deploy systems and establish a presence on the Internet. Installing such equipment was not viable for many smaller companies. Many companies started building very large facilities, called Internet data centers (IDCs), which provide businesses with a range of solutions for systems deployment and operation.

what is datacenterRequirements for modern data centers
=============================

1. High standards for assuring the integrity and functionality of its hosted computer environment.

2. Redundancy of both fiber optic cables and power, which includes emergency backup power generation.

3. 19-inch racks mounted for storing servers.

4. Air Conditioner’s to maintain the temperature range of 20–25 °C (68–75 °F) and humidity range of 40–55% with a maximum dew point of 17°C as optimal for data center conditions.

What Is cPanel?

October 2nd, 2008 Nelesh Comments off

cPanel is a Control Panel provided with cPanel web hosting accounts to efficiently manage your account. It is a Web Hosting Control Panel powered with a web-based interface that allows you to manage your domain on the world wide internet network. The control panel helps an individual to manage a websites and without having to rely on highly qualified website developers for hosting websites and make small changes to website. cPanel provides automated scripts which can be easily installed by couple of clicks.

cPanel

With the cPanel Control Panel, you can manage the important aspects of file management, FTP, backups, email management to manage every possible mail-related tasks including spam filter and auto responder, email account forwarders and mailing lists, domain and sub-domain control, error page management, password protection of a web folder, MIME types, Apache handlers, CGI Scripts, statistical information, users management, Cron Jobs, Chatroom management, bulletin board, Shopping Cart, Leech Protection, HotLink Protection, SSL Manager, Network Tools, and MySQL database administration.

cPanel control panel is geared up with the feature of hosting multiple domains from a single account. Domains can be hosted as Addon Domains, Sub-Domains, Parked Domains. So now managing multiple domains, multiple email accounts is easier than before.

 
 

Need Help ?

-- Client Area
-- Sitemap
-- Help Center
-- Tutorials

Resources

-- Web Hosting Forum
-- Web Hosting Blog
-- Knowledgebase

Partners

-- Affiliate program

Legal Information

-- Terms of Service
-- Service Level Agreement
-- Privacy Policy

Toll Free : 866 662 0909
1.213.255.7012 &
1.302.294.5628