1.3.3 - Networks Flashcards
(48 cards)
What are the advantages and disadvantages of a private network?
Advantages
1) Security
2) Control of access
3) Confidence of availability
Disadvantages
1) Need specialist staff, organised backups and security
Most companies use the cloud now
What are 3 network topologies?
Bus, Ring/mesh, Star
What is a star topology?
Where client machines are connected to a central switch or hub (which keeps a record of the MAC address), which is usually in turn connected to one or more servers.
Signals travel in either direction.
They are resilient.
What is the bus topology?
Where the computers and other devices are attached to a single backbone. A terminator is attached at each end to prevent reflection of signals. Signals travel in either direction.
Are vulnerable to breakages.
Bus topologies are prone to data collisions.
They are uncommon these days.
What is the ring/mesh topology?
Each node connects to exactly 2 other nodes.
Data frames are sent in one direction to minimise collisions.
Ring topologies are easily disrupted.
What are protocols?
A set of rules to control and govern data transmission between devices on a network.
What is a network?
A network is a set of interconnected devices (such as computers, printers, and servers) designed to share resources, exchange data and communicate with each other.
The main purposes of a network are to enable data sharing, resource sharing, communication, and collaboration
What is a standard?
A set of specifications for hardware or software, agreed upon by academic and industry contributors.
What is the difference between the internet and world wide web?
The World Wide Web is a collection of web pages that reside on computers connected to the internet. The Internet is a network of networks set up to allow computers to communicate with each other globally.
What is an ISP?
An organization that enables individuals and businesses to connect to the Internet by allowing users to connect to backbone cables.
What is a URL?
URL stands for Uniform Resource Locator and it points to resource files on the Internet.
URL has four components: http://www. address. com:80/index.html, where:
-http - protocol name
- address - IP address or host name
- 80 - port number
- index.html - file path.
What are internet registrars?
Hold records of all existing website names and the details of the those domains that are still available to purchase.
What are internet registries?
5 Organisations apart of ICANN (Internet Corporation for Assigned Names and Numbers) that hold records of all the domain names currently issued to users and their details. Such as the registrants name, type
What are domain names?
Identifies the area that an internet resource resides in. Its the unique name that appears after www (www.example.com).
Explain the process that allows people to access websites when they enter a domain name
1) The domain name is sent to the DNS Server
2) The DNS Server maps the domain name to an IP Address
3) If the DNS server cannot resolve it, it is passed onto another DNS Server.
What is a DNS Server?
Is a naming database which domain names are translated into IP addresses
What is a LAN and WAN?
Local Area Network - a network that connects computers within a limited area such as a school or office
Wide Area Network - uses long-range telecommunication, links across country or continent such as the Internet.
What is an IP address?
Each device on an IP network has a numerical address made of 4 numbers each between 0 and 255 i.e. 32
hexadecimal digits that uniquely identifies a device on a network. It is a logical identifier so can change on a physical device. Is used to route messages.
What is TCP/IP?
It is a suite of protocols developed for the internet that covers:
- data format
- addressing
- routing
- receiving.
What 4 layers does the TCP/IP stack use?
Application
Transport
Internet
Link
What is the application layer in the TCP/IP stack?
-Capturing and delivering data, packaging.
-Uses protocols relating to the application being used to transmit data over a network, usually the internet.
-If this is a browser for example, it would select an appropriate higher-level protocol for the communication such as HTTP, POP3 or FTP.
What is the transport layer in the TCP/IP stack?
-Establishment and termination of connections via routers.
- Uses the Transmission Control Protocol (TCP) to establish an end to end connection with the recipients computer.
-Data is split into packets, labelled with the packet number, total packets and the port number.
What is the internet layer in the TCP/IP stack?
-Provides means of transmission across different types of network.
-Concerned with IP addressing and direction of datagrams.
-Adds the source and destination IP addresses.
-Adds the port number which tells the data which device the packet must be sent to
-Adds the application being used on that device to receive the data.
What is the link layer in the TCP/IP stack?
-Concerned with passing datagrams to physical devices and media.
-Adds the MAC addresses identifying the NIC of the source and destination computers.
-This means that once the packet finds the correct network it can locate the hardware.