Mukezh

Session 6 PROXIES AND VPN

Nov 29th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. PROXIES AND VPN
  2. =================
  3.  
  4. PROXY / PROXY SERVERS
  5. ======================
  6. Proxy are the Dummy Servers which helps us by allocating an IP Address of themselves to us which is for temporary basis.
  7. It acts as a middle man between DNS server and client accessing it.
  8. THey alocate a IP Address of any location, and give us the permission to access the web service which is blocked.
  9.  
  10. To find out the loaction of a Global IP - "ip2location.com"
  11.  
  12. Proxies are of 3 Types
  13. ========================
  14.  
  15. 1. Web Based Proxy or Proxy Servers - These are the Websites which are acting as a Proxy Server and allows to act as a intermediater between client and server.
  16. For eg. - kproxy.com
  17. ninja proxy etc.
  18.  
  19. 2. Web Extension Based Proxy - THese are the Proxy Servers Client Agents which are enabled in our browser and helps to as behaving like a proxy dummy server.
  20.  
  21. For eg. Anonymox, Hola Proxy Extension etc.
  22.  
  23. ----------------------------------------------------------------------
  24.  
  25. VPN - VIRTUAL PRIVATE NETWORK
  26. ==============================
  27. Virtual Private Network is more advanced technology which allows authorized clients to access the Virtually Created Network which will be safe and set the anonymity of a person. They are most advanced then proxies and basically a new virtual network created by organizations or anyone for there personal usage.
  28.  
  29. THey are only can be accessed by authorized people only usually in corporates for accessing there confidential resources..
  30.  
  31.  
  32. More Functionalities that Proxies:
  33. = Tunneling of data - So that there can be a secret passage which will not be known to anyone.
  34. = Encryption of Data- It encrypts or make the data in the unreadable format. Sairam "Hello Sanjeev -> 13453267gsds"
  35. = It gives you better functionalities of networking.
  36. = Authorization and Authentication - Only authorized people can access it.
  37.  
  38. Eg. PROXPN, VPNBOOK.COM , free of cost
  39. ------------------------------------------------------------------------
  40.  
  41. Standardisation Followed for commiunication into a Particular Network
  42.  
  43. OSI REFERENCE MODEL
  44. ====================
  45.  
  46. 1. Physical Layer - Wired / Wireless, Bitwise conversion of data
  47. 2. Data Link Layer- MAC Addressing
  48. 3. Networking Layer - LOgical Addressing and IP Fragmentation
  49. 4. Transport Layer - Define the Port Addressing and Routing Architecture
  50. 5. Session Layer - Existance of a particular Session created by the Application.
  51. 6. Presentation Layer - Bit Conversion and Fragmentation of data packets
  52. 7. Application Layer - UI of any application -Whatsapp etc.
Add Comment
Please, Sign In to add comment