INTRODUCTION AND BASIC INFORMATION OF NETWORK DEVICES

Types of Network Devices :-

1. Hub

2. Switch

3. Router

4. Bridge

5. Gateway

6. Repeater

7. Access Point


HUB :-

  • Hub is the device that connect multiple device in a network, allowing them to communicate.
  • hub work by receiving data from one device and broadcasting it all connected device.

Hub


SWITCH :-

  • Switch is network device work on layer 2 of OSI model
  • It is integrated device have a memory , The name of memory is ASIC chip (Application Specific Integrated Chip)
  • It is broadcast only one time , next time one to one communication
  • First broadcast then Unicast and Multicast
  • Switch has one broadcast domain
  • Every port of switch is Separate collision domain
  • Switch has 8/6/4/48 port
  • Work on full duplex mode
  • It is work on MAC address and understanding frame
  • It is a LAN device

Switch


ROUTER :-

  • Router is a network device work on layer 3 of OSI model
  • Also known as internet working because it is used to interconnect multiple different networks
  • It is does not support broadcasting , means to say router is used to break broadcast domain
  • multiple collision domain
  • Every port has own broadcast domain
  • It is work on IP address
  • It is WAN device
  • Router has 2/4/8 port

Router


Types of Router memory

  1. ROM - Read Only Memory
  2. FLASH - Flash Memory
  3. NVRAM - Non Volatile Random Access Memory
  4. VRAM - Volatile Random Access Memory


Types of Network

  • PAN - Personal Area Network
  • LAN - Local Area Network
  • MAN - Metropoliton Area Network
  • CAM - Campus Area Network
  • WAN - Wild Area Network

要查看或添加评论,请登录

Ajay Thopate的更多文章

  • RIP

    RIP

    Routing Information Protocol. RIP is open standard protocol.

    2 条评论
  • ROUTING PARAMETERS

    ROUTING PARAMETERS

    Metric :- It is the parameter used by the routing protocol to find it’s best path RIP – Hop count (distance) OSPF –…

  • STATIC ROUTING

    STATIC ROUTING

    Static routing is the manual method of routing. Static routes the administrative distance is as default value.

  • ROUTING

    ROUTING

    A router is a network device that connects computing devices and network to other network. Routing is the process of…

  • Collision domain and Broadcast domain

    Collision domain and Broadcast domain

    Collision Domain Collision Domain is a single physical line that a collision can occur. If one more device tries send…

  • IP Address

    IP Address

    An Internet Protocol (IP) address is the unique identifying number assigned to every device connected to the internet…

  • TCP/IP – Model

    TCP/IP – Model

    TCP – Transmission Control Protocol. IP – Internet Protocol.

  • OSI Model

    OSI Model

    OSI - Open System Interconnection. OSI model created in 1984 by ISO.

    1 条评论
  • The Complete JavaScript Guide - Scope

    The Complete JavaScript Guide - Scope

    In JavaScript, there are two types of variable scopes: Global Scope : Variables declared Globally (outside of any…

  • The Complete JavaScript Guide - Functions

    The Complete JavaScript Guide - Functions

    Functions are one of the fundamental building blocks in JavaScript. With functions you can reuse code You can write…

社区洞察

其他会员也浏览了