Networks Flashcards
Why are networks used
To read/write personal files on a central server- provides extra storage and back up facility
To access shared files among several users
To send data to a shared printer
To communicate with each other
What are 4 different types of network
LAN- Local Area Network
WLAN- Wireless local area Network
WAN- wide area network
PAN- Personal Area Network
Explain LAN
Local area network
is a network connecting computers in a single site
It is used by a organisation in the site
Transmission media will be a twisted pair of WiFi
Explain WLAN
Wireless Local Area Network
A wireless router allows all computer devices in a household such as printers and external hard drives
Explain WAN
Wide area network
Each site has one or more LANs, and they are connected together to form a WAN
The networked computers are 1000s of kilometres apart and it allows employees from different sites to communicate and share data.
Explain PAN
Personal area network
Network used for data transmission over short distances by computer devices
The devices usually communicate wirelessly over short distances up to 10m
Explain Client-Server network
Architecture where a client runs a application provided by a server on a network
At least 1 server, which is a powerful computer that provides a service to the clients in the networks
The server will authenticate the user and then give the user access to the relevant authorized files
Explain Peer-to-Peer computer model
operates with each peer storing some of the files
Each peer can therefore act as a client and request a file from other peer or it can act as a server when another peer requests the download of a file
No dedicated server
What is the CSMA/CD method, why is it used
Carrier sense multiple access with collision detection
As there is a shared medium for message transmission causes messages that are transmitted to corrupt due to collision
What is the procedure of CSMA/CD method
Transmitter follows the procedure
1. Check voltage of the transmission medium to see if the line is busy
2. If this indicates activity, wait a random time before checking again
3. If no activity detected, start transmission
4. Continuously check for a collision
5. If no collision detected, continue transmission
6. If a collision is detected, stop transmission of the message and transmit a jamming signal to warn all end stations, after a random time try again- go to step 1
Wired communication media
Physical connection between the computer and the network
Most are made of copper wire and carries electrical signals
Also can be fibre-optic cable, which is made of either glass or plastic and carries light signals
Fibre optic cables transmits data far faster and allow signals to travel over greater distances than copper wire
Wireless communication media and eg
Does not require physical connection between devices
Most transmits and receives radio-signals
Infra-red can be used over limited distances
Examples include mobile phone network, Bluetooth and Wi-Fi
Advantages of wired connectivity
Faster than wireless connectivity
More security- harder to intercept or eavesdrop on data
Disadvantages of Wired connectivity
Expensive to install and configure
Requires many cables at a premise
Requires site preparations to prevent health hazards
Advantages of wireless connectivity
No need for a cable to connect
Allow users to use their own device
High mobility of devices within the range
A wider range of devices can communicate within each other/a network
Disadvantages of wireless connectivity
Data transmission makes it slower
Interference from other device can hinder performance
Walls and other objects can hinder performance
Data needs to be encrypted to prevent eavesdropping or interception
What is Network data speed
speed that data can be transmitted through a communication medium
What is Bandwidth
Amount of data that can be carried from one point to another on a network in a given period usually expressed as bps
What is the Latency of the network connection
Any delay that data might experience when travelling through a network
What are protocols
A set of rules for data transmission which are agreed by sender and receiver for the transmission of data
A protocol is a set of rules that control how communications between devices and how these communications will be sent/received
Without protocol, different computers and other hardware would be unable to communicate with each other
What details would a protocol contain?
Transmission speed that a user shouldn’t exceed
The address- how the computer will be identified
Routing information- which route data will take to get to its destination
Error checking- how errors will be found and deal with
Whether each part of a message should be acknowledged as received correctly
The procedure when incorrect data is received
How data/message is formatted
How the data is sequenced- send in order or later put in to correct order
How the speed of the sender and receiver can be synchronized- occur at the same time or operate at the same rate
What are the email protocols
SMTP, POP3, IMAP
What is SMTP
Simple Mail Transfer Protocol
Used when sending a email through the internet
It is a “push” protocol
It details the format that messages are sent in, what commands email server should understand and how they should reply to them
What is POP3
Post Office Protocol version 3
Used to retrieve email from an email server
It is a “pull” protocol
Emails are downloaded onto the client computer and the message in the server gets deleted
i.e. emails are locally stored
Emails are only accessible from the one client system