Networks 1.3 Flashcards
what is LAN
-local area network
-covers a small geographical area located on a single site
-all the hardware for a LAN is owned by the organisation using it
-lans are wired with utp, fibre optic or wireless using Wi-Fi
what are WANS
-wide area network
-covers a large geographical area, connecting lans together
-infrastructure between the lans is leased from telecommunication companies who own and manage it
-WANs are connected with telephone lines, fibre optic cables or satellite links
-advantages of networking
-users can share files
-users can access their files from any computer on the network
-Users can share peripherals: printers and connections to other networks (the internet)
servers can control security, software updates and backup of data
-communication with other people(email and social networking)
disadvantages of networking
-increased security risks to data
-malware and viruses spread very easily between computers
-if a server fails, the computers connected to it may not work
-the computers may run more slowly if there is a lot of data travelling on the network
what is a standalone computer
-a computer that is not connected to a network
what are factors affecting performance of networks
-bandwidth
-number of users
-transmission media
-the error rate
-latency
what is bandwidth
-the amount of data that can be sent and received successfully in a given time
-measured in bits per second, often called bit rate
how does number of users affect performance of networks
-too many users or devices on the same network can cause the network to slow down if there is insufficient bandwidth for the data
how does transmission media affect performance of networks
-wired connection have a higher bandwidth than wireless connections
-fibre optic cables have a higher bandwidth than copper cables
how does the error rate affect performance of networks
-less reliable connections increase the number of error that occur when data is transferred
-this means the data has to be resent until it arrives correctly
-the signal quality on the range of wireless connections on the range of devices from the wireless access point and other environmental factors
-the signal quality of copper cables is determined by the grade of material used which reduces interface
-the length of the cables is also a factor
what is latency
-the delay from transmitting data to receiving it
-latency is caused by bottlenecks in the infrastructure of the networks
-for example, by not using switches to appropriately segment traffic on a network
-hardware such as switches and transmission media may not operate at the same speed
what is a client server model
-a client is a computer on the network
-a sever controls access and security to one shared file store
-a server manages access to the internet
-a server manages printing jobs
-a server provides email services
-a server runs a backup of data
-a client makes requests to the server for data and connections
advantages of a client server model
-easier to manage security files
-easier to take backups of all shared data
-easier to install software updates to all computers
disadvantages of client server model
-can be expensive to setup and maintain
-requires IT specialists to setup and maintain
-the server is a single point of failure
what is a peer-to-peer model
-a peer is a computer on a network and is equal to all other peers
-peers server their own files to each other
-each peer is responsible for its won security
-each peer is responsible for its own backup
-peers usually have their own printers
-you can send print jobs to another peer to process, but that peer would need to be switches on the be able to communicate with the connected printer
advantages of a peer to peer model
-very easy to maintain
-specialists staff are not required
-no dependency on a single computer
-cheaper to set up
-no expensive hardware required
-disadvantages of a peer to peer model
-the network is less secure
-users will need to manage their own backups
-can be difficult to maintain a well ordered file store
what hardware is needed for a LAN
-network interface card
-wireless access point
-switch
-router
-transmission media: copper cables(UTP) or fibre optic cables
what does a NICs do in a LAN
-it is an internal piece of hardware that allows a device to connect to a network
-they exist for both wired and wireless connections
-they are nowadays built into the motherboard
what do wireless access points do
-allows wireless enabled devices to connect to a network without cables
-they have less bandwidth than a wired connection
what does a switch do
-switches connect devices on a LAN
-switches receive data from one device and transmit this data to the device on the network with the correct MAC address
what does a router do
-transmit data between networks
-they direct data to their destination
-they connect LAN to the Internet
-assign IP address to the devices on the network
-manage and prioritise data traffic, which keeps connections stable
what do copper cables do
-wired connections assure maximum bandwidth, security and reliability
-cheap and flexible which makes it easy to install
-with twisted pair cables the wires are twisted around each other to reduce interference
-normally a set of wires for transmission and receiving
-the grade of copper and insulating material affects the quality of the overall cable and therefore the bandwidth
what do fibre optic cables do
-uses light to transmit data
-covers much longer distances and greater bandwidth than copper
what is the internet
-most well known wan
-a collection of interconnected networks spanning the world
-what is the cloud
-servers can be used to store data and programs that can be accessed and used over the internet
-known as the cloud
-advantages of the cloud
-Content in the cloud can be accessed anytime and from anywhere
-Users can use any device to access their content
-Users have a large storage capacity available to them
-Low cost / free to set up and use
-Responsibility for backups and security is with the cloud service provider
-Users can easily collaborate
disadvantages of the cloud
-Accessing content and software is only possible when the user has an internet connection
-Expanding capacity can become expensive if using it across a business
-Vulnerable to security threats such as data leaks and photo leaks
-It is not thoroughly clear to users who is the owner of the data once it is uploaded to a cloud service
what is the domain name service
-a directory of domain names and their corresponding IP addresses
ISP
the company that provides internet services to you
URL
uniform resource locater: the web address typed into a web browser
hosting
the storing of websites, files and any other content on servers
how does the domain name service work
- User enters URL of a website into the web browser
- web browser sends a query to a DNS server to translate the URL into an IP address
- DNS resolver checks its cache to see if it has the IP address for the requested domain, else, it sends the request to the DNS root servers
- Root server directs resolver to a TLD server based on the extension of the URL
- TLD server provides resolver with the IP address of the domain’s authoritative DNS server
- DNS server responds with the IP address for the requested domain
- Browser sends a HTTP/HTTPS request to the IP address it received
- server at the given IP address processes the request and sends back data for the web page
9/ Web browser renders the received data into the web page
what would google.com be converted into an ip address
-the url is received by a dns resolver server
-the server then queries a dns root name server
-the root server responds with the address of the top-level domain server for .com
-the resolver then makes a request to the .com TDL
-the TLD server then responds with the IP address of the domain’s name server, google.com
-lastly the recursive sends a query to the domain’s name server
-the IP address google.com(8.8.8.8) is then returned to the resolver from the name server
-the dns resolver then responds to the web browser with the ip address of google.com