The Internet (zigzag course notes) Flashcards

1
Q

How is data sent across a network

A

Broken down into packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the typical payload of a packet?

A

800 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the packet header do and what does it consist of?

A

Enables the packets to reach the destination and to be assembled in the correct order. Consists of:
- destination address
- source address
- checksum for error detection
- packet sequence number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two main functions of packet switching?

A

Enable more than one device to share a data line

Find the most direct route for information travel

Packet switching was developed to replace circuit switching, and to make the broadcast of data more autonomous.
- eg a telephone system originally used dedicated connections between people calling each other.
- this is clearly suboptimal, a more efficient system sends packets of data across the network as they are required, resulting in potentially increased bandwidth across a given circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a router do

A

Forwards packets from one network to another. Each network will have a router which works out where to send packets which are not destined for the network they are actually within (when a packet is sent across the Internet, it will “hop” through many different routers before it reaches its destination)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why are routers used

A

Every network hardware has a MAC address. Routers can therefore change the destination MAC address of a packet (to hop it to another router) without changing the destination IP address. This means that routers can forward packets from one to another, changing destination MAC as they go, while maintaining a record of the ultimate destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the router transfer data

A
  • The user prepares the message and sends it to the router.
  • The router obtains the fastest route by checking its routing table
  • When route is found, the message is transferred to another router
  • If this router has the destination node in its network, it sends the message to that node, otherwise the process is repeated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are gateways

A

Gateways are the entrance and exit of a network and can be considered as protocol converter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Main use of gateway?

A

To connect multiple different networks of different architectures, called an internetworking system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does a gateway work?

A
  • Takes in a packet from an external node and strips it down, removing all info apart from raw data
  • This raw data is then repacked and sent over to another network using the protocol which that network supports, so the data can be transmitted without error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an internetwork?

A

A collection of independent networks that are connected to each other

  • Each network functions on its own and does not depend on other networks
  • An example of this is the Internet
    -= The networks in an internetwork are joined together with routers which handle the URL requests to find certain volumes of information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of Uniform Resource Identifier? What do they do?

A

Uniform Resource Identifier or Uniform Resource Name

A URI provides a unique reference for an Internet resource while not necessarily providing an exact location for the resource as it could a query in a database or to call some application.

This is why the term URL alone is not sufficient. A URL is an identifying location for a resource providing a means of getting the resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Example of a URL and URN

A

the URL http://www.google.com is the URI that exclusively identifies an Internet resource, namely the google homepage. It describes the type of representation that is used, ie HTML. A URN however provides a way of exclusively identifying something, for instance an ISBN number for a book, which can identify a specific book but not provide any means of actually getting hold of that book

A URL is equivalent to a person’s phone number of postal address, while a URN is equivalent to a person’s name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are domain names?

A

Domain names provide the text that is entered in the search bar of a web browser, and can be used by a domain name service to return the specific IP address of that domain name
- Eg the address ‘www.google.com’, then ‘www.google.com’ is the domain name with a hierarchy where ‘.com’ identifies the top-level part of the domain and is often related the the type of organisation that owns the name.
- The ‘google’ part, known as the second level domain, is a unique word identifier for a particular IP address.
- The ‘www’ provides the name of the hose server at the address which deals with internet requests
- It may also therefore be possible to find addresses such as ‘ftp.google.com’ which points to the server that deals with FTP requests
- subdomains can exist which fall in the hierarchy between the secondary and server part of the address eg ‘www.images.google.com’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Purpose of internet registries

A
  • Only a finite number of IP addresses, so a system to facilitate the distribution of domain names and IP addresses
  • This is the role of internet registries and registrars
  • International organisation called the Internet Assigned Numbers Authority that decides which IP address are used in which regions and, the local Internet Registries and their registrars then distribute the addresses assigned to them according to local legislation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Packet filtering firewall

A

Operates at the packet level and studies each packet as it arrives and passes through the router interfaces depending on the filtering protocol that has been put in place, which is checked against the features of the packets themselves

17
Q

Advantages of packet filtering firewall

A
  • Functionality provided by standard router firmware
  • Fast
  • Flexible
  • No user action required for installation
18
Q
A