Skip to main content

DEVICES USED IN NETWORK


  1.MODEM: It stands for Modulator- Demodulator. A   modem is a peripheral device which modulates ( convert   digital signals to analog signals) and demodulates( convert   analog signals into digital signals) at the local workstation.   The sending and receiving ends of the communication must   have a modem. Now a days mobile phones have inbuilt   modem devices that help to browse internet.
    2.Switch: A network switch is a small hardware device that is used to amplify data signals & create smaller network segment or several subnets of bigger network. It is used to prevent overloading of data in the traffic of a network. It is also responsible for forwarding and transforming data packets between the sub networks.
   3.HUB:  A hub is a hardware device which provides common connection point to connect several devices together in a network. It contains multiple ports on which workstations, servers, peripherals can be connected.
    ·   Hub can be either active or passive.
    · Passive hub passes the signal without any change.
  ·  Active hub amplifies the signal as it moves from one device to another. It is also known as ‘REPEATER’.
   · Amplifies means increasing the strength of signals.
4. BRIDGE: A bridge is a networking device that connects two network together which have same protocol. It improves the data traffic in a LAN as it receives only those data packets which are destined for them.
5. ROUTER: It is an electronic device that has the ability to connect LAN which have different Protocol. Router forwards packets on the basis of address of destination. It also has the ability to limit the flow of broadcast.
6.GATEWAY: It is a device that joins two network of different protocols. Gateway serve as the entry and exit point of a network.
  · A Router can also be considered as a Gateway, since it interprets data from one network protocol to another.

Comments

Popular posts from this blog

BASIC STRUCTURE OF A COMPUTER SYSTEM

Computer Function A computer performs action and accomplishes its task in three basic stages namely:- INPUT – Input is the data that is fed into the computer by the user. PROCESS – Processing refers to the series of action by which the computer converts raw data into information. OUTPUT – Output is the result which is termed as information. Input Unit Data and instructions enter a computer through an input unit in a form that depends upon the input device used. Ex- Keyboard, Mouse, Joystick, Scanner etc. CENTRAL PROCESSING UNIT (C.P.U) CPU is also known as the brain of the “Brain of Computer”. As it appears as a hardware component, but it is also a functional component of a computer system. Functional Elements of a CPU        1.        Arithmetic Logic Unit(ALU)        2.        Control Unit(C.U)        3.    ...

ARITHMETIC OPERATIONS ON BINARY NUMBER

Binary arithmetic is simpler to learn because binary number system deals with only two digits - 0 and 1. Binary number perform all arithmetic operation such as Addition, Substraction, Multiplication and compliment as in decimal number system. Binary Addition The addition table for binary arithmetic consist of only the following four entries: 0+0=0 0+1=1 1+0=1 1+1=0 , plus a carry of 1 to the next column.     1011        + 1100    10111     1100    + 1100     11000 Binary Substraction There are three ways to do substraction between binary numbers:- 1. Simple Substraction 2. Substraction using 1's Complement 3. Substraction using 2's Complement Simple Substraction: The complete table of binary substraction is as follows: 0-0=0 0-1=1, borrow 1 from next column 1-0=1 1-1=0    1101 - 0101   1000     1001   - 0111    0...