Networks Flashcards
Define serial transmission
Data is sent one bit at a time down a single wire
Define parallel transmission
Data is sent multiple bits at a time down several wires
Define bandwidth
A measure of the capacity of the channel down which the data is being sent. It’s measured in hertz (Hz)
State what is meant by bit rate
The rate at which data is actually being transmitted. Measured in bits per second
What is latency?
The time delay that occurs when transmitting data between devices
State what is meant by asynchronous data transmission
Data being transmitted between two devices that do not share a common clock signal
State what is meant by synchronous data transmission
Data is transmitted where the pulse of the clock of the sending device and receiving device are in time with each other. The devices may share a common clock.
What are protocols? Give some examples of protocols used in networks
Protocols are a set of rule.
TCP/IP are a set of protocols for all TCP/IP network transmissions.
HTTP (HyperText Transfer Protocol) are a set of rules to define the identification, request and transfer of multimedia content over the internet.
FTP is a set of rule for handling file uploads and downloads.
What is a network?
Devices that are connected together to share data and resources
state what a network interface card (NIC) is
A card that enables devices to connect to a network
What is meant by LAN and WAN?
LAN (Local Area Network) is a network over a small geographical area - usually one site and typically used by one organisation.
WAN (Wide Area Network) A network spread over a large geographical area.
Define what a network topology is and give some examples
A network topology is usually in terms of conceptual layout of a network rather than the physical one.
Two example of network typologies are bus and star.
What is the bus network typologies and state some advantages and disadvantages
Bus - A network layout that uses one main data cable as the backbone to transmit data. Advantages : Cheaper and easier to install than a star topology and easy to add new devices to the network.
Disadvantages: less secure than a star topology, Slow transmission times one larger bus networks, if the main cable fails then all networks are affected, Less reliable than a star topology due to the reliance on one cable, Difficult to fault find.
What is the star network typologies and state some advantages and disadvantages
Star When each device on the network is connected to a central computer or switch via it’s own cable. disadvantages : more expensive and harder to install than a bus topology and harder to add new devices to the network, if a cable fails that client may not be able to receive data.
Advantages: more secure than a bus topology, little slow down on large networks, If one cable fails then only one client is affected, fault finding is easier than on a bus network.
Define what is meant by client-server
A network methodology where one computer has the main processing power and storage and the other devices on the network act as client and request services from the server.