The Internet Flashcards
1
Q
What is the Internet?
A
- A network of interconnected computer networks which uses an end-to-end communication protocol
- Mostly a wired network, underwater cables connect different continents
2
Q
What are ISPs?
A
- Stands for Internet Service Provider
- Companies that provide customers with access to the Internet
- The largest ISPs / national ISPs provide internet to smaller regional ISPs
- Homes / businesses can buy access to the Internet from these
3
Q
What is a packet?
A
- Containers in which data is transmitted over networks
- Labelled with addresses for their sender and recipient
- Contain information intended for the recipient
4
Q
What are packet switching networks?
A
- Network in which data is sent in packets
5
Q
How do packet switching networks work?
A
- One message is split into multiple packets, each of which is sent to its recipient via the best possible route
- Packets are reassembled with other packets that form part of the same message by their recipient
- These pass through a number of routers before the destination, where the router determines where to send them by using the recipient address
- Every time a packet goes through a router, a hop occurs, only a finite nmber of hops can occur
- When a packet’s TTL expires, the packet is dropped
- The recipient notices a missing packet and requests for a retransmission
6
Q
What is TTL?
A
- Stands for Time to Live
- A packet’s TTL is a number that indicates how many hops the packet can partake in
- Reduced by one with each hop
7
Q
What are the components of a packet?
A
- Primary components of a packet:
- Sender’s address
- Receiver’s address
- Packet contents
- TTL
- Sequence number
8
Q
What is the sequence number of a packet?
A
- Contains the number of packets in a message and identifies a packet’s position in relation to others
9
Q
What are routers?
A
- Routers connect different networks
- They send packets to their recipient via the fastest route
- Hold tables with info relating to the fastest routes to certain devices
10
Q
What is a gateway?
A
- Gateways connect different networks
- Where two networks use different protocols, packets must be modified by a gateway so as to conform to both protocols
- Gateways strip away most of the packets details, leaving just the contents, then gives it a new send and receive address to comply with the new protocol
11
Q
What is a URL?
A
- Stands for Uniform Resource Locator
- Addresses assigned to files on the Internet
12
Q
What is the https:// part of a URL?
A
- The protocol being used to access a file
13
Q
What is the www part of a URL?
A
- Subdomain for the World Wide Web
14
Q
What is the bbc.co.uk part of a URL?
A
- Domain
15
Q
What is the .html part of a URL?
A
- The file’s extension
16
Q
What are the different TLDs available for use?
A
- Stands for Top Level Domain
- .com or .net or .org
17
Q
What is a domain name?
A
- Identifies an organisation or individual on the Internet
- Easy for humans to remember
18
Q
What is a FQDN?
A
- Stands for Fully Qualified Domain Name
- A domain that specifies an exact resource and always includes the server’s host name (e.g. www)
19
Q
What is an IP address?
A
- Stands for Internet Protocol address
- Assigned to every computer on the Internet and every device that communicates on a network
20
Q
What is a domain name server?
A
- Used to translate domain names into their corresponding IP addresses
- Stores a table of domain names and their corresponding IP addresses
- If a DNS doesn’t have a record of a domain, the request will be passed onto another DNS
21
Q
What is an internet registry?
A
- Organisations responsibe for the allocation of IP addresses
- Only 5 in operation, each serving a different geographical area
- When a new IP address is requested, a registry will looked for a previously allocated unused IP address rather than allocated a brand new IP address
22
Q
What is a firewall?
A
- These sit between a device and the Internet
- Regulates the packets that pass through them
- Either software or hardware
23
Q
What is packet filtering?
A
- Firewalls use this to accept or block packets based on their source IP address or the protocol in use
- Network admins can:
- Specify particular IP addresses or protocols
- Use automatic filtering software that can block suspicious packets
24
Q
What is stateful inspection?
A
- Examines the contents of a packet before deciding to allow it through the firewall
25
Q
What is a proxy server?
A
- Servers that sit between a public and private network
- Manages every packet that passes between the two
- Firewalls can be said to act as proxy servers in this scenario