FIVE Flashcards
(27 cards)
computer network
two or more interconnected computers for the purpose of communication
advantages and disadvantges of computer network
ad:
share files
share hardware
easier and cheaper to communicate, e.g. email
update software on all computers at once
user accounts stored centrally so users can log in on any computer
dis:
susceptible to hacking, malware travels quickly
extra hardware is expensive to set up
dependent on servers—if the servers go down, there is big disruption
wired vs wireless
wireless:
convenient, you can move around
cheaper
better for the environment
easy to add more users
wired:
wireless are less secure—any device can see the WAP so hackers can easily gain access
distance from WAP, obstructions or interference from other networks can weaken the signal strength
wireless have a lower bandwidth and are less reliable than wired networks
star
fewer data collisions
easier to connect more devices
if device fails, no impact
expensive if wired network—each device needs own cable
if switch/server problem, whole network is affected
switch is expensive
bus topology
aren’t affected by central switch
cheaper than star
if device fails, no impact
data collisions common—data needs to be resent so it slows network
more devices, more data collions so it is unsuitable for large networks
if cabe is damaged, whole network goes down
network protocol
a set of rules that governs communication on a network
ethernet
a family of related protocols used in data communication on a wired LAN
WIFI
a family of related protocols used in data communication on a WIRELESS local area network
WLAN
TCP
TCP—transmission control protocol
establishes a connection between the sending and receiving devices
then it splits the data into numbered packets that can be reassembled into the original data once they reach their destination
communicates with the receiving devices then it to make sure that all packets have been transferred correctly, if not, the missing/corrupted packets can be resent
sending devices then it gets confirmation when the transferis complete
UDP
user datagram protocol
breaks down the data into packets without numbering them
they are read by the receiving devices then in the order that they arrive, even if they are in the wrong order
udp only sends each packet once and doesn’t check with the receiving devices then that everything has been received
saves time
udp vs tcp[
tcp is more reliable
udp is fast and efficient
IP
Internet protocol
operates on internet layer
establishes connections between routers and handles network traffic
IP addresses are added to the header of each packet at the internet layer
IP directs data packets to their destination across the internet using process called packet switching
each packet is sent btween a series of routers—each router reads the packet’s header and uses the IP address to decide which router to send the packet to next
many possible routes, changes depending on network traffic
very efficient
HTTP and HTTPS
hypertext transfer protocol
used for accessing and receiving web pages via the internet
protocol requests a web page from the server
server then sends its response which contains the web page
HTTPS (secure HTTP)
encrypts the informationso it cannot be understood by an eavesdropper
FTP
file transfer protocol
used for sending or retrieving files to or from a FTP server
SMTP
simple mail transfer protocol
email is sent from a computer then it is sent to a mail server using smtp
mail server then relays the message through mail relays
then the email arrives at destination server
IMAP and POP
POP - post office protocol
downloads every new message to local device so that message is no longer available on the server
IMAP - instant message access protocol
leaves messages on a server
can be accessed by multiple devices
only removed if someone deletes them
layer
a group of protocols with similar functions
self contained
application layer
where the network applications, e.g. web browsers or email progrmas, operate
HTTP, HTTPS, IMAP, FTP, SMTP
transport layer
setting up communications between two hosts and they agree settings such as size of packets
TCP, UDP
internet layer
Adding IP addresses to data packets. Addresses and packages data for transmission. Routes the packets across the network
IP
link lauer
where the network hardware such as the NIC and OS device drvers are located
WIFI and Ethernet
advantages of layers
breaksthe network communication into manageable pieces
helps developers to concentrate on only one area of the network
as layers are self contained, they can be changed without the other layers being affected
having set rules for each layer forces companies to make compatible, universal hardware and software, so different brands will work with each other
need for network security
networks can be vulnerable to attacks by criminals
sensitive data stored on networks
authentication
encryption
mac address filterningi
firewalls
Authentication
using credentials to check if a user is who they say they are
credentials are then verified to see if they match what is stored b y the system