Tuesday, 18 November 2014

INTERNET

Assalamualaikum readers !

In this entry we would like to explain the general idea about internet. Nowadays, there is no doubt that everyone is using the internet. But, how many of us know about the history and the development of internet. Thus, we are here to help you so that we will appreciate the technologies that are available for us.

Internet

Internet is the largest network of networks in the world. It uses TCP/IP protocols and packet switching. It runs on any communications substrate. ARPAnet was created in 1968 by DARPA (Defense Advanced Research Projects Agency) with BBN (Bolt, Beranek & Newman). In 1970, first five nodes were invented. Later, in 1974 Vint Cerf specified TCP. On January 1 of 1984, TCP/IP was used for its messaging.


History of Internet


Benefits of Internet

- Inventing digital networking
- Survivability of an infrastructure to send or receive high-speed electronic messages.
- Reliability of computer messaging

URL (Universal Resource Located)

Each page of information on the web has a unique address called the URL at which it can be found. For example :

http://faculty.uscupstate.edu/atzacheva/lecture1.html

http - protocol
faculty.uscupstate.edu - host name
atzacheva, lecture1, html - file name



Protocols Names
Use
ftp:// File transfer
http:// Hypertext
https:// Hypertext secure
Mailto: Sending email
News: Requesting news
Telnet:// Remote log in


Problems before the invention of Internet

1. Using different packet-switching networks 
    - only nodes on the same network could commmunicate

2. Application-layer getaways
    - difficult to deploy new Internet-wide applications

3. No global addressability

After the invention of Internet earlier, there are Internetworking problem but this problem was overcome by using the IP solution. IP solution is a Internet-layer gateaways & global adresses. It is simple, application-independent, lowest denominator and network service. Then we have Network-layer Overlay model which define a new protocol (IP) and map all application or networks to IP.

Original TCP/IP (Cerf & Kahn)

No separation between transport (TCP) and network (IP) layers. It uses one common header and also byte-based sequence number to flow control but not congestion control.

Today's TCP/IP

Separate transport (TCP) and network (IP) layer. Now it is congestion control.

Converting a 32-bit Internet Address to Dotted Decimal Format

01011110000101001100001111011100

1) Divide the IP address into four octets 
01011110 00010100 11000011 11011100 

2) Convert each binary octet into a decimal number 
01011110 = 64+16+8+4+2 = 94 00010100 = 16+4 = 20 11000011 = 128+64+2+1 = 195 11011100 = 128+64+16+8+4 = 220

3) Write out the decimal values separated by periods 94.20.195.220

Here the link for details of IP address : IP address

Domain Name System

It is difficult for us to remember the IP addresses of all the websites. The domain name system translates between domain names and IP addresses of devices connected to the Internet. Examples of top level domains are : .com, .biz and .edu

That is all from us. Thank you for reading :)




No comments:

Post a Comment