Networking: Question: What is (Wireless / Computer) Networking?
Answer: In the world of computers, networking is the practice of linking two or more computing devices together for the purpose of sharing data. Networks are built with a mix of computer hardware and computer software. Requirements: 1. PC with LAN card 2. Cat 5 or 6 cable 3. RJ45 Connectors. 4. Switch or Hub. 5. IP address 1. LAN Card: Mac Address:
A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used for numerous network technologies and most IEEE 802 network technologies including Ethernet. Logically, MAC addresses are used in the Media Access Control protocol sub-layer of the OSI reference model.
MAC address is a 48 bit address. It consists of 6 pairs where each pair has two hexadecimal digits. Since, one hexadecimal digit takes 4 bits, so each pair will occupy 8 bits. Hence, 6 pairs will occupy 48 bits. The MAC consists of 2 parts. The first part called Manufacturer ID consists of the first 3 pairs while the second part called Device ID consists of the last 3 pairs. For Example, 00-0F-03-AF-OC-33 The first 3 pairs 00-OF-03 is the Manufacturer ID. The last 3 pairs AF-OC-33 is the Device ID.
LAN Topologies
LAN topologies define the manner in which network devices are organized. Four common LAN topologies exist: bus, ring, star, and tree. These topologies are logical architectures, but the actual devices need not be physically organized in these configurations. Logical bus and ring topologies, for example, are commonly organized physically as a star. A bus topology is a linear LAN architecture in which transmissions from network stations propagate the length of the medium and are received by all other stations. Of the three most widely used LAN implementations, Ethernet/IEEE 802.3 networks , including 100BaseT, implement a bus topology, which is illustrated in Figure 2-3.