Mukezh

Session Networks

Apr 1st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1.  
  2. Types of Network
  3. ===================
  4.  
  5.  
  6.  
  7. PAN (Personal Area Network): A network covering a very small area, usually a small room. The best known wireless PAN network technology is Bluetooth.
  8.  
  9.  
  10. LAN (Local Area Network): It covers the Local area. This usually includes a local office and they're also pretty common in homes now, thanks to the spread of Wi-Fi.
  11. Like Lucideus office.
  12.  
  13. MAN (Metropolitan Area Network) :A metropolitan area network (MAN) is similar to a local area network (LAN) but spans an entire city or campus. MANs are formed by connecting multiple LANs. Thus, MANs are larger than LANs but smaller than wide area networks (WAN).
  14. Delhi as a whole can be considered as MAN.
  15.  
  16. WAN (Wide Area Network) : A network that covers an area wider than a LAN.Distances can range from a network connecting multiple buildings on a corporate or college campus to satellite links connecting offices in different countries.
  17. Our Intenet the articles or browsing we do is a WAN based network.
  18.  
  19. PORTS
  20. ======
  21.  
  22. Ports are the doors from where data comes and goes out of any device connected to a network can be LAN MAN or WAN.
  23.  
  24. Types of Ports
  25. ---------------
  26. Physical Ports : They are tangible in nature. i.e we can see touch and feel the ports, and as its nature data comes and goes out from these ports.
  27.  
  28. For Example: USB Ports, LAN, HDMI, VGA etc etc.
  29.  
  30.  
  31. Virtual Ports : There are total 65535 ports avialable as it clear from the virtual they non tangible ports which you can see and feel but cant touch.
  32. For Example: Ports 80,8080 for HTTP : data comes and goes from client to server.
  33. Some well known ports:
  34.  
  35.  
  36. --------------------------------------------
  37. Port | Name
  38. 21 | File Transfer Protocol (FTP)
  39. 22 | Secured shell (Ssh)
  40. 23 | Telnet
  41. 25 | SMTP
  42. 80 | HyperText Transfer Protocol (http) |
  43.  
  44. * ssh+FTP= SFTP (22)
  45.  
  46. Registered Ports:
  47. The registered port numbers are the port numbers that companies and other users register with the Internet Corporation for Assigned Names and Numbers (ICANN) for use by the applications that communicate using the Internet's Transmission Control Protocol (TCP) or the User Datagram Protocol (UDP).
  48.  
  49. The registered port numbers are in the range from 1024 through 49151.
  50.  
  51. Dynamic Ports:
  52. Besides the well-known port numbers and the registered port numbers, the remaining ports in the port number spectrum are referred to as dynamic ports or private ports and are numbered from 49152 through 65535.
  53.  
  54.  
  55. Proxy or Proxy Servers:
  56. ==========================
  57. A proxy server is basically another computer which serves as a hub through which internet requests are processed. By connecting through one of these servers, your computer sends your requests to the server which then processes your request and returns what you were wanting.
  58. OR
  59. A proxy server is a computer that acts as a gateway between a local network and a larger-scale network such as the Internet.
  60. Proxy servers provide increased performance and security.
  61.  
  62. Example: www.hidemyass.com
  63. proxy-list.org
  64.  
  65. Extension :Anonymox
  66.  
  67. VPN(Virtual Private Network)
  68. ===============================
  69. A virtual private network, or VPN, extends across a public or shared network, and acts like a tunnel so you can exchange data securely and anonymously across the internet as if you were connected directly to a private network.
  70.  
  71. Once you connect through a VPN, all your traffic becomes encrypted and your IP (Internet Protocol) address gets replaced with the address of the VPN server.
  72.  
  73. pick a quality VPN benefit that does not store information or interchanges logs.
  74.  
  75.  
  76. Eg: Vpngates.com
  77. open VPN
  78.  
  79.  
  80. Services:
  81. Online Services : hidemyass
  82. extension based : hoxx vpn, Anonymox
  83. Stand Alone Services : Psiphon
Add Comment
Please, Sign In to add comment