End systems are connected together by communication links.  There are many types of communication links, which are made of different types of physical media, including fiber optics, twisted pair, coaxial cable and radio links. Different links can transmit data at different rates.  The link transmission rate is often called the bandwidth of the link, which is typically measured in bits/second.  The highest the bandwidth, the more is the capacity of the channel.  End systems are not usually directly attached to each other via a single communication link.  Instead, they are indirectly connected to each other through intermediate switching devices known as routers.


A router takes a chunk of information arriving on one of its incoming communication links and forwards that chunk of information on one of its outgoing communication links.  In the jargon of computer networking, the chunk of information is called a packet.  The path that the packet takes from the sending end system, through a series of communication links and routers, to the receiving end system is known as a route or path through the network.  Rather than providing a dedicated path between communicating end systems, the Internet uses a technique known as packet switching that allows multiple communicating end systems to share a path, or parts of a path, at the same time.  Similar to a router, there is another special machine called gateways used in the network that allows different networks to talk to the Internet, which uses TCP/IP.

Packet switching is used to avoid long delays in transmitting data over the network. Packet switching is a technique, which limits the amount of data that a computer can transfer on each turn. Packet switching allows many communications to proceed simultaneously. Each packet contains a header that specifies the computer to which the packet should be delivered and the destination is specified using computer’s address. Computers that share access to a network take turns in sending packets. On each turn, a given computer sends one packet.
 

IP uses this packet switching concept to deliver messages on the Internet If the destination address does not exist on the local network, it is the responsibility of that network’s router to route the message one step closer to its destination. This process continues until the destination machine claims the message packet.

Posted on Friday, November 15, 2013 by Unknown

No comments

There are two types of networking models available: OSI reference Model and the TCP/IP Network Model for the design of computer network system. In this post we shall look at these models.

OSI (Open System Interconnection) Networking Model

An open system is a model that allows any two different systems to communicate regardless of their underlying architecture.  The purpose of the OSI model is to open communication between different devices without requiring changes to the logic of the underlying hardware and software.

The OSI model is not a protocol, it is a model for understanding and designing a network architecture that is inter- operable, flexible and robust. The OSI model has a seven-layered architecture.  These are:

  • Application layer
  • Presentation layer
  • Session layer
  • Transport Layer
  • Network layer
  • Data link layer
  • Physical Layer

Physical layer: 

The physical layer is concerned with sending raw bits between the source and destination nodes over a physical medium. The source and destination nodes have to agree on a number of factors. 
  • Signal encoding: how are the bits 0 and 1 to be represented?
  • Medium: what is the medium used and its properties?
  • Bit synchronization: is the transmission synchronous or asynchronous?
  • Transmission type: whether the transmission is serial or parallel?
  • Transmission mode: is the transmission simplex, half-duplex or full duplex?
  • Topology: what is the network topology i.e. star, mesh, ring or bus?

Data link layer:

The data link layer is responsible for transmitting a group of bits between the adjacent nodes. The group of bits is known as frame. The network layer passes a data unit to the data link layer and data link layer adds the header information to this data unit. The data link layer performs the following functions:   

Addressing:

Headers and trailers are added containing the physical addresses of the adjacent nodes and removed on a successful delivery.

Framing:

Grouping of/bits received from the network layer into manageable units called frame

Flow control:

To regulate the amount of data that can be sent to the receiver.

Media access control (MAC):

Who decide who can send data, when and how much.

Synchronization:

This layer also contains bits to synchronize the timing to know the bit interval to recognize the bit correctly.

Error control:

It incorporates the CRC to ensure the correctness of the frame. Node to node 

delivery:

It is also responsible for error-free delivery of the entire frame/packet to the next adjacent node. 

Network layer:

The network layer is responsible for routing a packet within the subnet that is,  from source to destination nodes across multiple nodes in the same network or across multiple networks. This layer also ensures the successful delivery of a packet to the destination node. The network layer performs the following functions:

Routing:

To find the optimal route 

Congestion control:

Which is based on two approaches (i) Increase on the resources (ii) Decrease the word.

Transport layer:

This layer is the first end-to-end layer. Header of the transport layer contains information that helps send the message to the corresponding layer at the
destination node. The message is broken into packets and may travel through a number of intermediate nodes. This layer takes care of error control and flow control both at the source and destination for the entire message. The responsibilities of the transport layer are: 
  • Host-to-host message delivery 
  • Flow Control 
  • Segmentation and reassembly 

Session layer:

The main functions of this layer are to establish, maintain and synchronize the interaction between two communication hosts. It makes sure that once a session is established it must be closed gracefully. It also checks and establishes connections between the hosts of two different users. The session layer also decides whether both users can send as well as receive data at the same time or whether only one host can send and the other can receive. The responsibilities of session layer are:
    Sessions and sub sessions: this layer divides a session into sub session for avoiding retransmission of entire message by adding the checkpoint feature.
    Synchronization: this layer decides the order in which data needs to be passed to the transport layer.
     Dialog control: this layer also decides which user application sends data and at what point of time and whether the communication is simplex, half duplex or full duplex.
     Session closure: this layer ensures that the session between the hosts is closed gracefully. 

Presentation layer: 

When two hosts are communicating with each other they might use different coding standards and character sets for representing data internally. This layer is responsible for taking care of such differences. This layer is responsible for:
  • Data encryption and decryption for security.
  • Compression.
  •  Translation.

Application layer: 

It is the topmost layer in the OSI model, which enables the user to access the network. This layer provides user interface for network applications such as remote login, World Wide Web and FTP. The responsibilities of the application layer are:
  • File access and transfer 
  • Mail services 
  • Remote lo-gin 
  • World Wide Web

TCP/IP Networking Model: 

TCP/IP is an acronym for Transmission Control Protocol / Internet Protocol. TCP/ IP is a collection of protocols, applications and services. TCP/IP protocol were developed prior to the OSI model therefore its layers do not match with the OSI model.

The TCP/IP protocol suit is made of the five layers: Physical, data link, network, transport & application. The first four layers provide physical standards network interface, inter-networking and transport mechanism whereas the last layer comprises of the functionalities of the three topmost layers in the OSI model.

Posted on Tuesday, November 12, 2013 by Unknown

No comments

INTRODUCTION TO INTERNET

The Internet is worldwide computer network that interconnects, million of computing devices throughout the world.  Most of these devices are PC’s, and servers that store and transmit information such as web pages and e-mail messages.  Internet is revolutionizing and enhancing the way we as humans communicate, both locally and around the globe. Everyone wants to be a part of it because the Internet literally puts a world of information and a potential worldwide audience at your fingertips.

The Internet evolved from the ARPANET (Advanced Research Projects Agency) to which other networks were added to form an inter network. The present Internet is a collection of several hundred thousand of networks rather than a single network. From there evolved a high-speed backbone of Internet access for sharing these of networks. The end of the decade saw the emergence of the World Wide Web, which heralded a platform-independent means of communication enhanced with a pleasant and relatively easy-to-use graphical interface.

World Wide Web is an example of an information protocol/service that can be used to send and receive information over the Internet. It supports:
  • Multimedia Information (text, movies, pictures, sound, programs . . . ).
  • Hyper Text Information (information that contains links to other information resources).
  • Graphic User Interface (so users can point and click to request information instead of typing in text commands).
 The World Wide Web model follows Client/Server software design. A service that uses client/server design requires two pieces of software to work: Client Software, which you use to request information, and Server Software, which is an Information Provider.The server software for the World Wide Web is called an HTTP server (or informally a Web server). Examples are Mac HTTP, CERN HTTP, and NCSA HTTP. The client software for World Wide Web is called a Web browser. Examples are: Netscape, and Internet Explorer.


OBJECTIVES

After reading this article, you will be able to understand:
  • Make classification of networks;
  • understand two types of networking models;
  • understand the concept of packet switching;
  • understand how to access to the internet;
  • list the services available on Internet; and
  • understand how does the Internet works. 

CLASSIFICATION OF NETWORKS:

There are different approaches to the classification of compute Networks.  One such classification is based on the distance approach.  In this section we will discuss such networks.

The networks can be classified into LAN, MAN and WAN networks. Here, we describe them into brief to understand the difference between the types of network.

Local Area Network (LAN)

LAN is a privately - owned computer networks confined to small geographical area, such as an office or a factory widely used to connect office PCs to share information and resources. In a Local area network two or more computers are connected by same physical medium, such as a transmission cable. An important characteristic of Local Area networks is speed. i.e. they deliver the data very fast compared to other types of networks with typical data transmission speed are 10-100 Mbps.

A wide variety of LANs have been built and installed, but a few types have more recently become dominant.  The most widely used LAN system is the Ethernet system. Intermediate nodes (i.e. repeaters, bridges and switches) allow LANs to be connected together to form larger LANs.  A LAN may also be connected to another LAN or to WANs and MANs using a “router”.

In summary, a LAN is a communications network, which is:
  • local (i.e. one building or group of buildings)
  • controlled by one administrative authority
  • usually high speed and is always shared
LAN allows users to share resources on computers within an organization.

Metropolitan Area Network (MAN)


A MAN, basically a bigger versions of a LAN is designed to extend over an entire city.  It may be single network such as a cable television network, or it may be a means of connecting a number of LANs into a large network so that resources may be shared for example, a company can use a MAN to connect the LANs in all of its offices throughout a city.

A MAN typically covers an area of between 5 and 50 km diameter. Many MANs cover an area the size of a city, although in some cases MANs may be as small as a group of buildings

The MAN, its communications links and equipment are generally owned by either a consortium of users or by a single network provider who sells the service to the users.  This level of service provided to each user must therefore be negotiated with the MAN operator, and some performance guarantees are normally specified.

A MAN often acts as a high-speed network to allow sharing of regional resources (similar to a large LAN).  It is also frequently used to provide a shared connection to other networks using a link to a WAN.

Wide Area Network (WAN)

The term Wide Area Network (WAN) usually refers to a network, which covers a large geographical area, and use communications subnets (circuits) to connect the intermediate nodes.  A major factor impacting WAN design and performance is a requirement that they lease communication subsets from telephone companies or other communications carriers.  Transmission rates are typically 2 Mbps, 34 Mbps, 155 Mbps, 625 Mbps (or sometimes considerably more). The basic purpose of the subnet is to transmit message from one end to another end through intermediate nodes.

In most WAN a subnet consists of two types of elements:
  1. Transmission lines.
  2. Switching element.

Transmission lines also called channels move about from one machine to another machine. The basic purpose of the switching element is to select the outgoing path for forwarding the message.

Numerous WANs have been constructed, including public switched networks, large corporate networks, military networks, banking networks, stock brokerage networks, and airline reservation networks. A WAN is wholly owned and used by a single company is often referred to as an enterprises network.

Posted on Tuesday, November 12, 2013 by Unknown

No comments

In this post, I will discuss on the topic How to Increase Website Traffic and Earn Money Simultaneously.



Every new blogger or some other thinks a lot to get more traffic or visitors for their blogs or websites. In order to get more traffic or visitors to your blog or website, there are lot of services or traffic exchange sites which gives or sends visitors to your sites. There may be some paid traffic exchange sites. I think many of you have already gone through all these tips:

Posted on Saturday, November 09, 2013 by Unknown

No comments

In this post, I have listed five important factors why most of the bloggers fail. After going through these five important factors, you will be aware of Blog Failure.

Choosing the wrong niche

Just like entering a crowded marketplace can spell doom for a blog, blogging about a topic that there is little interest in won’t let you go either.I’m able to say that you simply won't extremely apprehend till you are attempting, however if your topic isn't mentioned anyplace else on-line – no blogs, no websites, no forums, nothing – don’t assume it is an unused niche. It could be that there just is not an audience.

Influenced by money

If you just blog for the money, as you head into month three of your blog’s life and you have yet to earn a penny, chances are you won’t be there in month six when you are still not making anything.Focus your motivation on enjoying the process of writing about a topic you care about and interacting with others who share your interest. You will have more sticking power and you will enjoy the journey. You will keep at it long enough to be financially rewarded as well. 

Do not to start a blog about making money from blogging or making money online, unless you already make very good money from blogging or Internet business and can present this information in a way that is not already being done by someone else(unique writing style, unique life experiences, etc). The same rule applies to any topic that is already saturated with established experts. It is okay to blog about a topic you enjoy and may not be an expert in, but if there are a thousand similar blogs to yours the only ones that will do well are those with credibility. Credibility can be established with proof or through the quality of the information provided, which generally comes only from people with experience. If this isn’t you, don’t make your life hard. Move on and find a topic you can dominate.

Jumping from blog to blog

I am amazed how many good bloggers out there have a blog that is doing well and then suddenly decide to start another one and divide their output across two blogs. Or even worse, they shut down their good blog right when it’s just gathering momentum to go start another. If you want to be in the blogging game long-term you have to focus long enough on one blog to give it a chance to succeed.

Thinking blogging is easy money

Many of the people have entered the blogs-world thinking that with an hour or two a day they can become famous and earn several thousand dollars a month or more. I support part-time blogging for a full-time income, but that is not an overnight end result. If you think it will happen to you within a week, a month or even six months, you are sure going to be disappointed with it. It takes work, particularly at the beginning to make a winning blog, however the rewards create it worthy. If your timetable is presently full and you're not ready to create space for normal and that I mean regular work on your blog, you almost certainly shouldn’t jump into blogging simply however.

Posted on Thursday, November 07, 2013 by Unknown

No comments

Optimized Keywords

In this post, We will discuss about the Keywords which play a key role in the SEO. Most of the people enter search phrases that has 2 to 5 words. Those phrases are called search phrases, query phrases, keyword phrases, or just keywords. Good keyword phrases are descriptive and relevant.

SEO-INSIGHTS-OPTIMIZED-KEY-WORDS

Posted on Wednesday, November 06, 2013 by Unknown

No comments

Accordant File-name

 

 

One of the simplest methods to advance your Search Engine enhancement is to attending at the way you name your files. Before writing this post, I did a lot of analysis on File-names and begin that Search Engines like Google, accord too abundant accent to File-names. You should anticipate what you are traveling to put in your web page and again accord a accordant File-name to this page.
Just try giving any keyword in Google Search Engine and you will acquisition file-names accent with the keyword you accept given. So it artlessly proves that your File-name should accept adapted keyword.

Posted on Monday, November 04, 2013 by Unknown

No comments



If you are thinking to start a business through internet, the primary thing you think about is your web website area name. Before you accept a area name you should accede the followings
  • Who would be your ambition audience?
  • What you intend to advertise to them. Is it a actual account or just argument content?
  • What will accomplish your business abstraction altered or altered than aggregate abroad that is already on the market?

Posted on Sunday, November 03, 2013 by Unknown

No comments

Tactics and Methods

SEO Insights


SEO techniques are classified into two ample categories:
  • Techniques that search engines acclaim as allotment of acceptable architecture referred to as White Hat SEO, and
  • Techniques that search engines do not accept and attack to abbreviate the aftereffect of referred to as Black Hat or spamdexing.

Posted on Sunday, November 03, 2013 by Unknown

No comments

 

What is SEO(known as Search-Engine-Optimization)?

 SEO(Search-Engine-Optimization) is the activity of optimizing web content or whole web sites so as to make them additional SearchEngine friendly, which gains higher ranking's or position's in  search result's

Posted on Sunday, November 03, 2013 by Unknown

No comments

There square measure ton of individuals rather like you, who would love to create cash on-line however they are unsuccessful. Before you create the dive, take a while and think:

Why am I doing this? What square measure my goals? What do i would like to achieve?

Posted on Saturday, November 02, 2013 by Unknown

No comments




The content ought to frame the bulk of your pages. however, because the majority of your pages, it's what you must concentrate on optimizing initial. Content includes each text and pictures. 

Posted on Friday, November 01, 2013 by Unknown

No comments

The main advertizing networks like Google Adsense , obtain Sell Ads and Yahoo! Bing Ads are beginning rejecting publishers even with smart content language silly reasons . So , I Think , it's the proper time to introduce affiliate ads in your web site as a result of they provide terribly embassy on every sale or signup . Host gator pays quite 25$ for every active signup .

Posted on Friday, November 01, 2013 by Unknown

No comments

Getting back-links isn't as tough as individuals build it appear. you'll additionally build it a relevant link if you link from a connected website or from content that's somehow associated with your web site. However, obtaining links from sure sites may be a very little harder. they're not within the habit of linking to unspecified website for worry of losing their sure standing. obtaining links from them is harder however not not possible. Here are a couple of tips that may assist you on your approach. they're not effective 100% of the time, however they're honest ways. Quality back-links are vital for the search ranking and organic traffic of our web site . But, a brand new web log ought to very specialize in content . solely at that time you ought to begin increase links !

Posted on Friday, November 01, 2013 by Unknown

No comments

Google Adsense is one amongst the foremost standard ad networks employed by over 10 thousands of individuals to form cash on-line. owing to the massive variety of publishers , Adsense have began to stop giving approvals to even sensible sites. we must always walk to the long run. we must always show them that , we will create a living through the net while not Adsense.

Posted on Friday, November 01, 2013 by Unknown

No comments