Tag: internet

TCP – Transmission Control Protocol

TCP – Transmission control protocol in short terms is used as TCP which is one amongst the TCP/IP prime protocols. Its function is to allow two hosts, to set up a connection first over the internet and then exchange the data in form of stream. Reliability of TCP can be judged from that it provides the guarantee of data delivery by ensuring so that each packet will be transferred in the same pattern as was designed at the time of depart.

Network – More news about way it works

What is network? A computer network in simple form can be consisted on just two computers that are allied to share available resources as variety of hardware, files and to correspond with each other. But in broad sense, this network can enclose thousands of computers in it because running a big business in traditional way can be a difficult task without a network and that provides an easy way to be in touch and cooperate with employees too. That means computer’s networking is referred to the assemblage of various kinds of hardware components plus computer’s interconnection with the help of communications mediums. The key purpose of networking is to allow the sharing of an organization’s resources as well as information.

Network – What is network exactly?

The term “network” is by and large referred to computer’s network that is encompassed different types of hardware and computers. The key reason of such set up is to have the transportation of data and communication lenience. Nowadays, versatile technologies are used in these systems which are generally included: wired equipment, wireless and exotic technologies.

What is network?But whenever you will think about the major threats that lurk towards these networking systems, the point of their security will first come to your mind. Commonly, two types of security are significant in order to prevent invasions from somewhere else to your system. And these security measures can be installed in the form of personal firewall and encryption systems. You can avoid potential security vulnerability to your network by putting in firewall while another renowned approach to secure your computers connection is by encrypting traffic at the top level in TCP/IP stack that is known as packet level encryption.

In short, networking endows with manifold benefits and these are file sharing, hardware sharing, computer’s mobility and internet connection sharing etc. Get advantage from these facilities if you are an owner of an institute or organization.

How We Open a Web Page and What is Going on Behind?

When you open a web page, all sorts of things will need to be done in the background before you get your shiny website on your screen.

We will see now what is happening in the networking system to make that possible.

TCP/IP protocol is what makes sending and receiving most of the data across the Internet possible. But how data packets know how to find us and how we know how to find the IP addresses of the web servers where these pages are saved?

Data will maybe not even take the same route in each direction. It can happen that when we send something, a request to the server, the packets will flow through one route and the server response towards our computer will take some other route.

The Internet is the biggest computer networking system. It knows in every moment how to find the best route to some device connected anywhere in-between all his nodes.

But how is this data transferred across the wires, fibres and air?

Data is divided into small packets. Every time we send a request towards a server, our request must firstly be divided into packets, most of the same size. Each of those packets needs an IP address of the destination to be written on it so that he can be routed through the network.

In order to find out what is the destination IP address of the server – (remember that we are typing an URL into the browser, usually we are not typing IP address into it) –  your computer, before sending out all those packets, will contact public DNS serverdomain name server, that will have the information about IP address to which packets must be forwarded in order to get to your URL-linked page.

Public DNS servers are set up into a hierarchical system that keeps the knowledge of IP addresses for all URLs (domain names) that are registered on the Internet. With this database, DNS is able to translate our request for the web page URL into the IP address of the server on which the web page is stored.