Networking Flashcards
Define Topology
Different arrangements of computer connections and devices
Describe a bus topology
A central cable is used to connect all the devices with terminators at the end of the cable so the signal doesn’t bounce back
What is a backbone?
The central cable in a bus topology
How does a bus topology send signals?
A signal is sent via the main cable which reaches all the the connected devices
The signal contains a destination address to identify the recipient and a source address to identify the sender
MAC address are hardcoded in the Network Interface Controller of each device
Devices must detect if they are transmitting at the same time so they can stop to avoid collision
What is the disadvantages of bus topology?
A bus setup doesn’t allow 2 computers to transmit at the same time as it causes collisions
When network is in heavy use, the overall performance decreases as collisions increase
If the main cable breaks it brings the whole network to a stop
Devices can eavesdrop on each other
Define Mac address
Media Access Control address- An address given to a network interface controller used to uniquely identify devices on a local network
Define NIC
Network Interface Controller- A component that allows a device to connect to a network
What’s Ethernet?
A bus topology with a coaxial cable as the backbone
All the computers are connected by a special interface cable which plugged into a NIC connecting the computer and the cable
The ethernet protocol
Includes the CSMA/CD rules and the need to send destination and recipient MAC addresses
Specifies the structure of the data sent via hardware
What’s an ethernet frame?
A blue print for the structure of data, it has 5 different fields for the pieces of information needed for transmission
What are the 5 fields of an ethernet frame?
Data transmitted Destination address Source address Type field FCS (Frame check sequence)
What is the FCS?
Frame Check Sequence- Used to detect whether errors have occurred during transmission
What is a UTP (ethernet) cable?
Unshielded Twisted Pair cable, a type of cable where two conductors are twisted together to reduce interference
Explain a Star topology if the central device is a hub
A UTP cable connects each computer to a central device (e.g. a hub) which sends signals to all the computers
Each cable acts like a bus network as the hub has no understanding of what the signals mean
What’s a Switch?
A network computer that is used to connect devices on a LAN, it learns which device is connected to each port so it can direct traffic