Ne-Biolog

Untitled

Feb 14th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. Computers and peripherals (pieces or
  2. equipment that are connected to the central
  3. processing unit of a computer system)
  4. connected together form a network. Networks
  5. allow communication between computers and
  6. the sharing of hardware (such as printers)
  7. and software (programs and data). A network
  8. that covers a small area e.g. an office or
  9. building is known as a LAN (local area
  10. network). The main computers that provide
  11. services on the network are called servers
  12. e.g. a file server provides a central storage
  13. area for data files. The computers that use the
  14. services are known as clients. The computers
  15. can be connected using various types of
  16. cabling, including the ordinary telephone
  17. system wiring. A main data communications
  18. cable connecting LANs together is referred to
  19. as a backbone. Various electronic devices are
  20. also used to amplify, filter and determine the
  21. best path for the signals These include
  22. bridges for dividing a LAN into separate parts
  23. or connecting similar networks together.
  24. gateways for connecting different types of
  25. networks and routers for connecting different
  26. networks together and determining the best
  27. path (or route) for the signals. Routers are
  28. used to connect networks to form the
  29. Internet. A modern (modulator/demodulator)
  30. is used to convert signals from analogue
  31. (having a variety of levels) to digital (having
  32. only two levels, representing on and off) for
  33. connection to the ordinary telephone system.
  34. Alternatively, an ISDN Gntegrated services
  35. digital network) adapter or a DSL (digital
  36. subscriber line) modern can be used to allow
  37. digital signals to be used without being
  38. converted to analogue signals.
  39.  
  40. There are different standard methods of
  41. connecting computers in a LAN. One of the
  42. most common is known as Ethernet. Each
  43. computer must have a network adapter
  44. (special electronics to control the network
  45. connection). This is usually in the form of an
  46. expansion card known as a network interface
  47. card (NIC). All the computers are connected
  48. through another electronic device known as a
  49. hub. The electronics in the hub are used to
  50. amplify the signals to prevent them from
  51. becoming too weak before they reach the
  52. desired computer. The cable normally used to
  53. connect the computers to the hub is known as
  54. twisted-pair cabling. It contains two cables
  55. twisted together to eliminate interference
  56. from external signals. In a home network, the
  57. mains power cables built into the house can
  58. be used instead it electronic devices called
  59. isolation adapters are used to isolate the
  60. computer from the mains electricity running
  61. through the cable. In future, wireless
  62. networks will use a radio transmitter and
  63. receiver turned to use the same radio
  64. frequency, instead of cabling.
  65.  
  66. In a client/server network. the main
  67. server computer provides the services
  68. (sharing of printers. programs or data. etc.)
  69. and the attached client computers can be
  70. normal computers or simple terminals.
  71. Terminals require the server to do most or all
  72. of the processing. A thin client (or thin
  73. terminal), such as a NetPC, has a processor
  74. that does some of the processing but a dumb
  75. terminal does not have a processor and all
  76. the processing must be done by the server
  77. computer.
  78.  
  79. One character oi data is reierred to in
  80. computing as a byte. in the binary system (a
  81. number system that only uses two digits Le. 1
  82. and 0) used in computers. a byte is made up
  83. of 8 bits where a bit is a 1 or a 0. When data
  84. is transmitted through a network system. it
  85. can be transmitted in different ways.
  86. Asynchronous transmission (or slopstart
  87. transmission) sends the data one byte (or
  88. character) at a time. A start bit (called a
  89. control bit) is added to indicate the beginning
  90. of each byte and another control bit called a
  91. stop bit is added to indicate the end of each
  92. byte. Synchronous transmission sends the
  93. data in blocks. Extra bytes of data called
  94. synch bytes are added at the beginning and
  95. end of each block. They are used to
  96. synchronise the sending and receiving
  97. devices.
  98.  
  99. When a message is transmitted through a
  100. network, it is processed in various ways by
  101. the software and the hardware. It is first
  102. processed by the applications program e.g. an
  103. email program, and then it is processed by
  104. the operating system. It is then processed by
  105. the hardware such as the network interface
  106. card and finally by the network electronics
  107. e.g. a router, as it passes through the network
  108. system. When it arrives at its destination, it is
  109. similarly processed in reverse order to display
  110. the message on the display screen of the
  111. receiving computer.
Add Comment
Please, Sign In to add comment