Computer networks, connections and protocols Flashcards
internet
the collection of inner connected networks. many services make use of the internet such as the WWW
WWW (World Wide Web)
one of the services that makes use of the internet. it is the information system of interlinked web pages and other resources. it is accessed rom a web browser and makes use of HTTP to send and receive data
WAN (Wide Area Network)
large geographical area. any network in which the computers communicate using resources supplied by a third party carrier such as BT. it uses cables, telephone lines and satellites to connect two or more remote locations. the internet is the largest wide area network in the world
Circuit switching network
when a telephone call is made, a dedicated connection is set up between the two people calling for the duration of the call.
it is good enough to make phone calls but there could never be enough lines for all the billions of people sending data across the internet
packet switching
packet switching is a method of grouping data into short messages (packets) with a header and a payload
each packet is given a header
- the IP address it is going to
- the IP address it has come from
- the sequence number of the packet
- the number of packets in the whole communication
- error checking data
Data packets
- each data packet will contain the same number of bytes
- the packets may flow through the internet via different routes
- each packet is marked with the packet number so that the packets can be put back together by the receiver
reassembling data
- the recipient computer re-orders the packet into the correct order
- each packet is checked for errors
- corrupt packets are requested to be resent
Moving packets on the net
points of a network diagram are called nodes
routers are any node that can route packets from one place to another
DNS (domain name system)
- it translates human friendly computer hostnames into IP addresses
- there are 13 DNS servers worldwide which keep a complete database of all domain names and IP addresses
- when a DNS server receives a request not in its database it will pass the request on to another server until it reaches one with the matching name and IP address
NIC (network interface card)
it is built into every networked device, it may be wireless with an antenna or wired with a network cable
MAC address (media access control)
it is assigned to each network interface card by the manufacturer
IP address (Internet protocol)
every computer in the world has an IP address
there are two types of IP addresses IPV4 and IPV6
LAN (Local area network)
A LAN operates on a single site such as a school, hotel or business. it covers a small geographical area.
Switch
a switch sends data to the appropriate connected computers.
Router
It routes packets of data towards their destination.