Section 5: Networks and web technologies Flashcards
What is the internet?
The internet is a network of inter-connected networks that communicate with each other globally.
What is the World Wide Web?
The World Wide Web is a collection of web pages that reside on computers connected to the internet.
How is the internet physically structured?
Each continent uses backbone cables connected by trans-continental leased lines fed across the sea beds. National ISPs connect directly to this backbone and distribute the internet connection to smaller providers who in turn provide a connection for homes and businesses.
What is a Uniform Resource Locator (URL)?
A URL is the full address of an internet resource, specifying the location of a resource on the internet including the resource’s name and file type so that a browser can request it from the website server.
What is a URL broken down into?
A URL is broken down into:
- Method/protocol e.g. http
- Domain name e.g. bbc.co.uk
- Resource to be located e.g. index.html
What are internet registrars?
Internet registrars holds records of all existing website names and the details of those domains that are readily available to purchase. An example is 1and1.com
What are internet registries?
Internet registries are the five global organisations, governed by ICANN, with worldwide databases that hold records of all the domain names currently issued to individuals and companies, and their details. They also allocated IP addresses and keep track of which addresses and domain names are associated as part of the DNS.
What does ICANN stand for?
ICANN: Internet Corporation for Assigned Names and Numbers
What does DNS stand for?
DNS: Domain Name System
What is the hierarchy of domains via. the DNS?
Domain hierarchy:
- Top level domain (TLD) split into generic TLDs (e.g. ‘.com’) and country TLDs (e.g. ‘.uk’)
- 2nd level domain (2LD) e.g. ‘.co’
- 3rd level domain (3LD) e.g. ‘.bbc’
What does the DNS do?
The DNS catalogues all domain names and IP addresses in a series of global directories that domain name servers can access in order to find the correct IP address location for a resource.
What is the difference between a domain name and a fully qualified domain name?
A fully qualified domain name includes the host server name (e.g. “www.”, “mail.”), whereas a domain name on its own does not.
What does an IP address indicate?
An IP address indicates where a packet is to be sent to, or from whence it came.
What is a Wide Area Network (WAN)?
A WAN is a network that relies on third-party carriers or connections, such as those provided by BT. WANs usually spread over a large geographical area.
What is a Local Area Network (LAN)?
A LAN is a network that consists of a number of devices on a single site, or in a single building.
Describe the structure of a bus topology.
In a bus topology, all computers are connected to a single cable, with the ends of the cable plugged into a terminator.
What is the main advantage of a bus topology?
The main advantage of a bus topology is that it is very cheap to install since it only requires very little cabling and it does not require any additional hardware.
What are the disadvantages of a bus topology? (3)
Disadvantages of a bus topology:
- If the main cable breaks, none of the nodes can transmit data across the network
- Performance degrades with heavy traffic
- Low security since all the computers on the network can see the data transmissions
Describe the structure of a star topology.
A star topology has a central node, which could be a switch or a computer, which acts as a router to transmit messages. The switch keeps a record of each node’s MAC address so it knows which computer to send data to.
What are the advantages of a star topology? (5)
Advantages of a star topology:
- If one cable fails, only one station is affected so it is easy to isolate faults
- Has consistent performance even if it is being heavily used
- Higher transmission speeds can give better performance than a bus network
- No data collisions since each station has its own cable to the switch
- Easy to add and update stations
What are the disadvantages of a star topology? (2)
Disadvantages of a star topology:
- May be costly to install due to cabling costs
- If the central switch goes down, data cannot be transmitted to any of the nodes
What is the physical topology of a network?
The physical topology of a network is its actual design layout i.e. how the wiring is structured.
What is the logical topology of a network?
The logical topology of a network is the shape of the path that the data travels in, and describes how components communicate across the physical topology.
What is Wi-fi?
Wi-fi is a local area wireless technology that enables you to connect a device to a network resource or the internet via a Wireless Access Point.
Describe a mesh topology.
In a mesh topology, each node has a wireless connection to every other node, by transmitting data across any intermediate nodes. Only one node requires an internet connection.
What are the advantages of a mesh topology? (4)
Advantages of a mesh topology:
- No cabling costs
- The more nodes installed, the faster and more reliable the network is since there are more paths for data to travel through
- New nodes are automatically incorporated into the network
- Faster communication since data packets do not need to travel through a central switch
What is circuit switching?
Circuit switching is the formation of a direct link between two devices for the duration of their communication.
What is an example of circuit switching?
An example of circuit switching would be a phone call, as the two callers stay connected even in periods when no sound is being transmitted.
What is packet switching?
Packet switching is a method of communicating packets of data across a network on which other similar communications are happening simultaneously. For example, website data that you receive arrives as a series of packets and an email will leave you in a series of packets.
What is a packet?
A packet is a collection of data that enables computers to communicate with each other across a network.
What is the general size range of a packet?
A packet usually holds 500-1500 bytes.
What does the header of a packet contain?
The header of a packet includes the sender and recipient’s IP addresses, the protocol being used, the number of the packet in the sequence (e.g. 3/8) and the Time To Live/hop limit.
What does the payload of a packet contain?
The payload of a packet contains the actual data that is being sent.
What are routers used for?
Routers are used to connect two or more networks, commonly LANs and WANs, or to connect a LAN and its ISP’s network. They read the recipient’s IP address and forward the packet along the least congested route towards its destination.
What is a hop?
A hop is the act of traversing between one router and another across a network.
What is a routing table?
A routing table is a table used by routers that allows them to store and update the locations of other network devices and the most efficient routes to them.