unit 5 - fundamentals of computer networks Flashcards
what is the internet?
the internet is a group of interconnected networks
what is the world wide web?
- information system of interlinked webpages and other resources
- accessed from web browsers; chrome, safari, edge
- makes use of HTTP to send and receive data
- the world wide web is one of the many services that make use of the internet
what is a WAN?
WIDE AREA NETWORK
- any network in which the computers communicate via resources of a third party network such as BT
- usually covers a wide geographic area - can connect networks at remote locations
uses cables, telephone lines, satellites or radiowaves to connect two or more remote locations
who uses a WAN?
organisations such as universites and school which have different locations; large, multi-national companies, goverments, research organisations
what is an example of a WAN?
the internet
what is a LAN?
LOCAL AREA NETWORK
- wires/cables and a main server
- smaller geographical area, usually just one site/location
who uses a LAN?
operates on a single site like a school or hotel who use their own cabling system
what is a PAN?
PERSONAL AREA NETWORK
- any network that connects computer devices near to a person
- usually carried out with bluetooth
what uses a PAN?
bluetooth speakers/headphones, connecting smart phones to cars
advantages of using networks
- computers can share resources such as printers
- files can be accessed through any computer in the network
- data is easy to back up as it is stored centrally on the server
disadvantages of networks
- purchasing the network hardware is expensive
- managing a large network is complicated
- viruses may be able to infiltrate the network and infect every computer
what is an IP address?
INTERNET PROTOCOL ADDRESS
- routes the individual packets from one IP address to another
- every computer in the world has an internet protocol address
- they are four 8-bit numbers separated by dots
what is a circuit switching network?
- when you make a telephone call, a dedicated connection is set up between you and that one person - works for calls but there aren’t enough lines for the billions of people sending data via the internet - solved by packet switching
what is packet switching?
- files are broken up in to equal data packets and each packet is given a header
- the packets will flow through the internet via different routes
- each packet is marked with a packet number so it can then be put back together by the receiver - the recipient then re-orders them
- each packet is checked for errors
what is contained in a packet header?
- the IP address it is going to
- the IP address it has come from
- sequence of the packets
- number of packets in communication
- error checking data
what is a data packet?
a small chunk of data
how are packets reassembled?
the recipient re-orders them by packet number and each packet is checked for errors
what is a node?
computers/servers on a network
what is a NIC?
NETWORK INTERFACE CARD
- built into every every networked device (wired and wireless)
- most modern phones and computers have the NIC incorporated into their motherboards
- provides a computer with a dedicated, full-time connection to a network
what is a MAC address?
MEDIA ACCESS CONTROL
- identifies a device to other devices on the same local network
- assigned to each NIC by the manufacturer
- a device may have more then one MAC address if it has both an ethernet and wifi connection
- smartphones have two: for wifi and bluetooth
- every unique device has a unique MAC address - 2^46 possible addresses
what is the difference between an IP and MAC address?
- IP - the geographical location of a device can be determined by its IP address. if you change location the IP address will change
- MAC - the MAC address of an NIC is unique and never changes
what is a router?
- looks at the destination of the packets of data and sends them to the network that is the closest to their destination
- home router will route packets within the home LAN and the internet
what is a switch?
- switches connect each node (computer) in a network and they know all the MAC addresses
- when a packet arrives, they send it to the correct computers
what is a hub?
will send the data to all the connected computers
what is wireless transmission?
uses radiowaves for communication but is susceptible to interference from objects and other devices
what is a wireless network?
- they connect using wifi
- broadcast using radiowaves
what is a WAP/AP?
WIRELESS ACCESS POINT
- a device that allows wireless devices to connect to a wired network using wifi
- usually connects to a router via a wired network
what is a wireless NIC?
- built into every networked device capable of connecting to a wired network
- eg. wireless devices: PCs, smartphones, wireless speakers
advantages of wireless networks
- no need to lay cables
- easy to connect new devices
- devices can be portable within the range of the access point
disadvantages of wireless networks
- less reliable than wired networks
- connection can be very slow if many devices try to use the same AP
- connection speed reduces further from the access point
- can be less secure than wired
what is a topology?
the way in which parts of a system/network are connected
what are the two types of topologies for networks and LANs?
star and bus
what is a star topology?
computers and other devices (nodes) are all connected to a central switch
advantages of a star topology
- faster data transfer to the hub as each wire isn’t shared with other computers
- if one cable fails the others aren’t affected
disavantages of a star topology
- requires additional hardware such as the central switch and network cables
- if the central switch fails the whole network goes down
what is a bus topology?
- computers and other devices are all conected to a central coaxial cable
- terminators are placed at each end to absorb signals and to prevent them reflecting down the cable