Computer Networks & Hardware Essentials B01
Network communication The lower-case b is commonly used to denote bits, while the uppercase B is used to denote bytes. K stands for 1024 i.e. 2^10 (2 power 10) k stands for 1000 i.e. 10^3 (10) 1kb/s 1000 bits per second 1KB/s 1024bytes per second Download KBPS speed = (kbps value*1000/8)/1024 Components of networks hardware components NIC is a piece of hardware, often a circuit board or chip, that is inserted on a computer to enable it to connect to a network. network medium is a cable that plugs into the NIC and makes the connection between the computer and the rest of the network. interconnecting device allows multiple devices to connect and communicate within the network Software components Network client and servers network clint software request stored information on another network device e.g., chrome network server software allows a computer to share its resources. e.g., web server protocols define the rules and formats a computer. NIC driver receiv...