unit 5 - fundamentals of computer networks Flashcards
(91 cards)
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