Report writing for fundamental of computing (week 4)

 On the fourth week we went through B02 which is  all about network devices. In this week I learned about network device classification, which are broadly classified into four types such as repeater, hub, switches, and router. We also looked into bandwidth, WAP(wireless Access Point) and NIC(network interface card). Since this topics were all similar to what we have learned in A01 it was easier to understand at some extent.

Topic BO2

Network Devices

  1. Repeater: operate at the physical layer and when the signals gets or becomes weak it regenerates the signal but it does not amplify the signal. Connects the computer which are far and impossible to connect.







  2. Hub: multiport repeater as it connects many wires from different branches and it does not filter data. Request is send to multi devices.
                                   
Types of Hub
  • Active hub - have their own power supply and act as a repeater as well as a wiring Centre.
  • Passive hub - collects wiring and power supply from active hub.
  • Intelligent hub - works similar to active hub .
3. Switches : Multiport bridge and can enhance the efficiency and performance. Checks error or filter the packets. It transfers data to the particular destination.(same broadcast  domain and it works on MAC address level)
                                     
4.Router: device like switch as it works on IP address level. It connects LAN and WANs. Divides broadcast domain.

NIC handles outgoing to the network medium and incoming data form network medium. 

Multiport repeater also know as hub.
                                             
What is bandwidth? 
- amount of data transferred in particular interval of time.

Network switches
  • Similar like hub.
  • Send data to particular destination unlike hub.
Steps of switch operation.
  1. Switch receives a frame
  2. Reads MAC address and source 
  3. Looks for destination MAC address in switching table.
  4. Forward farm to the port where the MAC address matches. 
  5. Switching table updated with new MAC address and port information. 
Each port have unique bandwidth so that  they can can operate in full-duplex mode.

Connecting two switches is possible thus it can expand the network range.

Full-duplex mode : receives as well as send data.
Half-duplex mode : neither send nor receives data.

#uplinkin port - port used to connect two hubs or hubs to switches. 

WAP( wireless access point)
Access point as it's heart. And operates similar like hub without wires.

#NIC is built into a computer's motherboard. 

NIC manufacturer ensure that every NIC produced has a unique address.
Network won't function correctly if the MAC address is duplicate.

NIC as Gatekeeper.
-checks the frame whether it's destination MAC address matches the one it is inbuilt. 

Broadcast address destination Broadcast frame and it done to find the matching MAC address. 

Promiscuous mode - disable the gatekeeper and let all frames to process.

Wireless NICs
-should match wireless AP.
-it needs (SSID) service set identifier to connect to network.


Router.
-connect LAN together to create an internetwork thus enabling multiple LANs to communicate with one another.
Works on IP address level.

Main difference between switch and router is 
Switch works on MAC address level and router works on IP address level. 

Network Devices 


Comments

Popular posts from this blog

Report writing for fundamental of computing (week 10)

Report writing for fundamental of computing (week 12 and 13)

Report writing for fundamental of computing (week 6)