The Internet Flashcards

(49 cards)

1
Q

How do we define the internet?

A

A network which connects other LANS together

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

What is the intranet?

A

It is a private network accessible only to employees within an organisation, used for internal communication and collaboration.

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

What is the extranet?

A

Private network that allows controlled access to external parties like customers or partners and suppliers allowing them to share specific information with the company while maintaining security

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

What information does a URL contain?

A

-The protocol used to access resource
-The location of the server
-The port number on the server(optional)
-The location of the resource in the directory structure of the server

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

What does each part of the domain name tell us?
http://www.davescomputertips.com/Newsletters/20070915.php

A

http-protocol
www-world wide web(network)
Davescomputertips-domain name
.com-top level domain
Newsletters-hostname folder
20070915-file name
php-file extension

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

What is a URL?

A

The address of a resource on the internet

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

What is a Domain Name?

A

The recognisable name of a domain on the inter dot which maps to an IP address.

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

What is an IP address?

A

A numerical representation of a domain name e.g 234.15.215.123

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

What is an IP address made of?

A

4 bytes-32 bits using IPv4

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

What are different parts of the IP address for?

A

The first part is network identifier and second part is host identifier

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

What is the purpose of the DNS?

A

A database of FQDNS and corresponding IP addresses which finds IP address mapped to a domain name to locate URLS which load internet pages

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

If the domain name can’t be translated to an IP address on one server what happens?

A

It will forward to other DNS servers to find the address

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

Why may a DNS not always be required

A

You can access websites by directly typing in IP address and sometimes it is stored locally if website regularly visited

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

What is a FQDN?

A

A fully qualified domain name is the complete domain name for a specific computer. This consists of two parts: the hostname and domain name

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

What is a port?

A

Doors or channels on a computer or device that help it send or receive data, and used to identify a particular process or application on a network

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

What is a common port for websites?

A

Port 80

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

What is SSH?

A

Secure shell protocol is for remote access to computers with extra security.

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

What is port scanning?

A

A technique used to identify open ports on a computer or network device and helps determine which ports are active and what services are running on these ports

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

What does a port scanner send requests to ports to check?

A

If port is open-the device responds indicating it’s in use
If port is closed-device doesn’t respond or send rejection message
If port is filtered-a firewall or security measure blocks request

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

How can port scanning be used maliciously?

A

To search for vulnerable servers and discover organisations security levels

21
Q

What does a private or non routable IP address mean?

A

An IP address that consists of reserved numbers used to communicate with each other within a private network and can’t be directly accessed or routed by internet.

22
Q

What is NAT?

A

A networking process that allows multiple devices on a private network to share a single IP address to access the internet

23
Q

What are two advantages of using NAT?

A

-A unique address is not used for every device
-Security-as private IP address are not broadcast over internet

24
Q

What is Port forwarding?

A

The technique used to transmit data from a private network to public network where router will forward data to original request by device in private network using devices specified port

25
What is an API?
Application Programming Interface is like a messenger that allows two software applications to talk to each other and share information
26
What are some real life examples of APIs?
Social media logins Payment processing Google maps
27
What is a socket?
An end point of a communion flow across a computer network -A set of rules that creates a persistent connection between 2 devices on a network to exchange data over a network.
28
What is a web socket?
A higher level protocol built on top of a socket
29
What are characteristics of a web socket?
Designed for real time and work over HTTP/S but upgrade connection to stay open for live data transfer Easier to use for web based real time applications like chat apps or live games.
30
What are some features of a web socket?
Feature full duplex communication Low latency interactions Ideal for applications like chat and online games Binary data support
31
What is a subnet?
A smaller logical division within a network allowing you to split up a large network into more manageable sections with their own IP address range.
32
Why s a subnet useful?
Improves network efficiency Manages traffic flow Enhances security Optimises rooting by limiting where data needs to travel within a network
33
What is subnet masking?
Process of dividing IP address into two parts: one for identifying network(network ID) and one for identifying host(Host ID)
34
What is a subnet mask?
A 32 but number which helps determine which part of IP address is network and which part is host
35
How do we know if two devices are on the same network(subnet) or not?
Get IP address of both devices AND subnet mask with computer A IP address AND subnet mask with computer B IP address Result of AND operation is network ID Compare network IDS If they are the same, data can be sent directly to computer B otherwise sent via routers
36
What is a DHCP?
A device that is responsible for assigning dynamic IP address which allows limited pool of IP addresses to be refreshed and reused efficiently
37
What is the difference between a Router and a gateway?
A gateway is able to deal with packets travelling between devices using different protocol whereas a router can only forward packets with one protocol
38
What is packet switching?
A method for sending data where data is divided into packets.
39
What are the stages of packet switching?
-Messages split into packets -Each packet given address which is added to packet -Each packet dispatched to internet through a router -Packets sent independently -They are sent to organisational hierarchy of routers which forward packets, deciding routes dependent on congestion or traffic -Packets reassembled at destination
40
What happens to lost packets?
Simply discarded and not delivered to intended destination and sending device attempts to resend packets.
41
What is hop count?
Number of routers packet visits(limited)
42
What is Bounce?
How data travels around the network
43
What are advantages of Packet Switching?
-Packets sent on different routes reducing congestion -More secure
44
What are disadvantages of Packet Switching?
Delayed data delivery-may arrive out of order so causes a delay to get assembled Packet loss-impacts quality of data transmission Installation costs Complex protocols for a small file size
45
What is an RIR?
An organisation that manages and controls Internet addresses in a specific region.
46
What is an internet registry responsible for?
Allocating and assigning IP numbers to devices,websites,information systems,autonomous systems and more.
47
What are the two different types of Internet registries?
-regional -local
48
What does an RIR serve?
-Large regional entities -Educational Institutions -Governments -Large cooperation and organisations
49
What is NRO?
All five RIRs combine to form the Number Resource Organisation which helps RIRS coordinate technical and policy initiatives among themselves so they work seamlessly together