Advertisement
itsroopam1998

Nw termin. Session 2

May 8th, 2018
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Network Terminology I
  2. =====================
  3. Network --> Connection of one or more, to communicate.
  4. Physical Network
  5. Social Network
  6.  
  7. Network
  8. =======
  9. Connection of two or more IT Electronic Devices, with a sole purpose of Information Interchange.
  10.  
  11. Topology Of Network
  12. ===================
  13. How my devices in the network are connected with each other.
  14.  
  15. 1. Star Topology
  16. ----------------
  17. When in the network, all device are connected to the centeral connecting devices.
  18.  
  19. 2. Bus Topology
  20. ---------------
  21. Wnen all the device are connected to the single line of the network, that single line in known as the back bone.
  22.  
  23. 3. Ring Topology
  24. ----------------
  25. When all the devices are connected in the closed circular manner.
  26. Unidirectional ---> Either clock wise or anti-clockwise
  27. Bidirectional --> Both anti-clockwise and clockwise
  28.  
  29. 4. Mess Topology
  30. ----------------
  31. When all devices are connected to every other device in the network.
  32.  
  33. 5. Hybrid Topology
  34. ------------------
  35. Usage of two or more topoligies
  36.  
  37. Types Of Network
  38. ================
  39. 1. Intranet --> When devices are connected in the ring topology and the network cannot be accessed by the other world.
  40. 2. Internet --> Network of Networks and can be accessed by anyone from anywhere.
  41.  
  42. Protocols
  43. ---------
  44. These are the set of rules and instructions which are followed by the device to connect or transmit the data.
  45. Different Types of protocols:
  46. IP --> Internet Protocol
  47. TCP -> Transmission Control Protocol
  48. Connection Oriented Protocol
  49. UDP -> User Datagram Protocol
  50. Connectionless Protocol
  51. FTP -> File Transfer Protocol
  52. HTTP -> Hyper Text Transfer Protocol
  53. SMTP -> Simple Mail Transfer Protocol
  54. VoIP -> Voice Over Internet Protocol
  55. DHCP -> Dynamic Host Configuration Protocol
  56. POP -> Post Office Protocol
  57.  
  58. IP --> Internet Protocol
  59. ========================
  60. IP Address --> Internet Protocol Address
  61. ----------------------------------------
  62. It is a virtual address which is given|provided to the system when it is connected to the network or the internet. It is unique in the network.
  63.  
  64. Versions of IP Address
  65. ======================
  66. 1. IPv4 --> Internet Protocol Version 4
  67. 2. IPv6 --> Internet Protocol Version 6
  68.  
  69. 1. IPv4 --> Internet Protocol Version 4
  70. ========================================
  71. It is a 32 bit address, which is divided into 4 octets and seperated by a period.
  72.  
  73. 192.168.0.10 --> 32 bit
  74. octets -->
  75. 192
  76. 168
  77. 0
  78. 10
  79. They can be represented by eight 0 and 1
  80. Period ---> dot (.)
  81.  
  82. Binary Table
  83. 128 64 32 16 8 4 2 1
  84. 192 1 1 0 0 0 0 0 0
  85. 168 1 0 1 0 1 0 0 0
  86. 0 0 0 0 0 0 0 0 0
  87. 10 0 0 0 0 1 0 1 0
  88.  
  89. 192 --> 128 + 64 --> 11000000
  90. 168 --> 128 + 32 + 8 --> 10101000
  91. 0 --> 0 -> 00000000
  92. 10 --> 8 + 2 --> 00001010
  93.  
  94. 11000000.10101000.00000000.00001010
  95.  
  96. 2^32 IP Address
  97. 0.0.0.0 - 255.255.255.255
  98.  
  99. Classes of IP Address
  100. ---------------------
  101. Class A
  102. CLass B
  103. Class C
  104. Class D
  105. Class E
  106.  
  107. 2. Internet Protocol Version 6
  108. ==============================
  109. It is 128 but address, which is represented in Hexadecimal value.
  110. 0 1 2 3 4 5 6 7 8 9 A B C D E F
  111. It uses MAC Address of the device.
  112. 2^128 Total Number of IPv6 Addresses
  113. 0000:0000:0000:0000:0000:0000 - FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
  114.  
  115. ISP --> Internet Service Provider
  116.  
  117. There are two types of IP Address
  118. 1. Public IP Address | Global IP Address
  119. 2. Local IP Address | Private IP Address
  120.  
  121. 1. Public IP Address
  122. ====================
  123. It is the IP Address provided by the ISP.
  124. google.com
  125. myipaddress
  126. 125.63.71.34
  127. ipcow.com
  128. 125.63.71.34
  129. ipchicken.com
  130. 125.63.71.34
  131.  
  132. User Agent Information
  133.  
  134. 2. Private IP Address
  135. =====================
  136. It is the IP Address which is provided to the device from the router and DHCP.
  137. Linux/Unix ---> Terminal ---> ifconfig
  138. MS OS ---> cmd --> ipconfig
  139.  
  140.  
  141. DHCP --> Dynamic Host Configuration Protocol
  142. ============================================
  143. It is the protocol which is responsible for allocating the IP Address to the devices connected in the network.
  144.  
  145. DHCP Server
  146. IP Pool
  147.  
  148. DHCP Server ---> Picks an IP Address from the IP Pool.
  149.  
  150. Tasks
  151. =====
  152. Classes OF IP Address
  153. Where is IPv5 Address
  154. MAC
  155. NIC
  156. Conficker Worm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement