Lecture 5 - Network Devices
Introduction to Network Devices
1. Repeater:
- It is a double pot device that regenerate the signal before the signal becomes too weak or corrupted by coping it bit by bit.
- It does not amplify the signal.
2. Hub:
- It is multiport repeater which connects multiple wires coming from different branches.
- It doesn't filter data, so data packets are sent to all connected devices causing collision domain, inefficiencies and wastage.
Types of Hub:
1. Active Hub: have their own power supply, can clean, boost, and relay the signal along with the network and used to extend the maximum distance between nodes.
2. Passive Hub: have power supply from the active hub, relay signals onto the network, cleaning, boosting and can’t be used to extend the distance between nodes.
3. Intelligent Hub: works like active hubs and also has remote management capabilities. It provides flexible data rates to network devices and enables an administrator to monitor and to configure the traffic passing through the hub.
3. Switches:
- A switch is multiport bridge which can boost its efficiency, check error, and forward packets selectively to the correct port only.
- It causes no collision domain, but the broadcast domain remains the same.
4. Router:
- It is a device like a switch that routes data packets based on their IP addresses.
- Router divide broadcast domains of hosts connected through it.
Network switches
Steps of switch operation:
1. The switch receives a frame.
2. The switch reads the source and destination MAC addresses.
3. The switch looks up the destination MAC address in its switching table.
4. The switch forwards the frame to the port where the computer owning the MAC address is found.
5. The switching table is updated with the source MAC address and port information.
NICs and MAC Address
MAC address is stored in read-only memory (ROM) on the NIC.
24-bit hexadecimal numbers manufacturer ID called OUI.
24-bit serial number assigned by the manufacturer.
NICs as Gatekeeper
When a frame arrives at a NIC, the NIC check’s the frame’s destination MAC address.
When the destination MAC address matches the MAC burned-in address (BIA), or the physical address of a NIC, it’s a unicast frame.
When the destination is the broadcast address, it’s a broadcast frame which are intended to be processed by all computers on the network.
Promiscuous mode: turns off the gatekeeper functions and enables the NIC to process all frames.
Indicator lights in NIC
The link light is usually green when the NIC has a valid connection to the network
Some NICs support multiple speeds, therefore is usually a separate light for each speed or light of different color so that you can determine at what speed the NIC is connected to the hub or switch.
Routers Work with IP Addresses and Routing Tables
Default route: where to send a packet when the router doesn’t have an entry in its routing table.
Default gateway: In a computer’s IP address configuration, the IP address of the computer’s router.
Network unreachable: Message sent when the network can’t be found and no default route.
Comments
Post a Comment