computer science Flashcards
what is bandwidth
Bandwidth—This is the amount of data that can be transmitted over a given amount of time.
This is not a measure of how fast the data gets somewhere just how much can be sent or
received at once.
type of connection explained
Type of Connection—Some connection methods are faster than others. Wired connections are
usually faster than wireless.
number of devices explained
Number of Devices—The bandwidth will be spread about to all those using the network more
connections will mean less bandwidth for each device.
interference explained
Interference—Walls and radio signals can interfere with wireless signal strength slowing down
the connection. Wired connections can be interfered by electrical cables.
NIC (Network Interface Card)
NIC (Network Interface Card)
A device in a computer that allows it to connect
to a network.
WAP (Wireless Access Point)
WAP (Wireless Access Point)
A device that a Wireless NIC can use to connect
to a network.
Switch
Switch Connects computer together to form a network.
router
Router
Same as a switch but also connects networks to
each other. For example your home network and
the Internet.
The Internet:
The Internet: A collection of networks than span the globe.
Hosting
Hosting—A service where you can allow people to put a website on the Internet.
Web Server
Web Server—A computer designed to host a website.
Web Client
Web Client– The device attempting to access the web page.
DNS meaning
DNS—Domain Name Services turn the name of the website www.bbc.co.uk into the IP address
required to access it.
Process of getting a website:
Process of getting a website:
1. Web Browser gets a request of a URL from the user.
2. Browser contacts a Domain Name Server and sends the domain name.
3. DNS maps the domain name and returns the IP address to the browser.
4. Browser sends a GET request to the website server using the IP address.
5. Requested website is delivered back to the users browser.
wireless transition media advantages and disadvantages
Wireless
Devices use radio signals
to transmit data.
advantages
- Easy to setup and add
new devices
- No building work needed
- No cables around as trip
hazard
disadvantages
-Short Range
-Security risk as data
travels through the air
- Interference and
reliability an issue
ethernet transition media advantages and disadvantages
Ethernet
Uses twisted copper
cables to send data.
advantages
- Good speed
- Reasonably cheap
disadvantages
- Needs building work
- Mid range transmission
as degrades over long
range
fiber optic transition media advantages and disadvantages
Fibre Optic
Data sent as light
through glass or plastic
cables.
advantages
- Ultra Fast
- Works over long distance
disadvantages
- Expensive
- Needs building work
what is a network topology
Network Topology
The arrangement of how you connect the computers together.
star topology
STAR
All devices connect to central server or
switch.
Adv: If one cable or
connection is lost
only that computer
is affected.
Dis: If server/switch
breaks then the
whole network is
mesh topology
MESH :
All devices connected to other. You also get
partial mesh when most of connected.
Adv: Breaks in connection
are not a problem as you can
route your information
through another way.
Dis: Expensive as lots of
cable and difficult to
manage.
network latency
Network Latency– This is a measure of how long it takes for a signal to reach its
destination. Many things affect latency from the number of devices to how the network is
setup.
lan
LAN—Local area Network
* Located in one geographical location
* You own all the hardware involved
wan
WAN—Wide Area Network
* Network covering more than one location
* Uses hardware owned by someone else e.g. BT, Government etc..
concept of layers
Concept of Layers:
The concept of a network layer is to break networking down into small task that
work with each other. So for example your browser doesn’t care if you are
wireless or wired.
Adv:
- Reduce difficult of creating the program as it is broken into small tasks.
- Products from different vendors can work together.