The Internet

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Purpose of ISP (Internet Service Provider)

Supplies a device to that provides a connection from your home to the service provider

2
New cards

Edge routers

Link networks together

3
New cards

Subscriber router

A type of router provided to homes and small businesses, containing two interfaces and are simpler

4
New cards

Enterprise router

Connects large businesses and ISP networks to the internet

5
New cards

Core Router

Routers that are part of the backbone of the internet, having the highest speed and multiple interfaces

6
New cards

Packet

Data being transported (the payload), aswell as a header

7
New cards

Packet switching

The process of moving packets around the internet, invoolvinng sending packets from end-to-end

8
New cards

What does the router do?

The router examines the destination address of a packet and decides which interface it should use to get to it.

9
New cards

Routing table

The set of rules a router uses to decide what to do with an incoming packet

10
New cards

When do routers become slow?

When routers recieve packets faster than they are able to route them, causing the memory to buffer them and cause delays

11
New cards

Circuit switching

A dedicated connection is formed between two points and the connection remains active for the duration of the transmission

12
New cards

Domain name

User-friendly names that replace the IP address of a webpage on the internet

13
New cards

DNS (Domain Name System)

Retrieves the IP address associated with a domain name, is hierarchal with a root (.) on the top

14
New cards

DNS lookup

Used to get a new copy of a web page

15
New cards

How does entering a URL work?

  1. The browser sends the hostname part to the DNS
16
New cards
  1. DNS checks the hostname in the lookup table
17
New cards
  1. DNS respondes with the IP address to the browser
18
New cards
  1. Browsers sends a reqests for the resources from the IP address
19
New cards
  1. Resources are returned to browser
20
New cards

Recursive name server

Performs full DNS resolution requests

21
New cards

Protocol stack

A set of protocols used to format the data, transform it into bits, then transmit and do the same in reverse

22
New cards

Application layer

Where data is sent from software into the protocol stack, eg HTTP, adding a relevent header to the data

23
New cards

Transport layer

Breaks the application data into packets, adding destination port numbers to the header, then transported using TCP or UDP

24
New cards

Internet layer

Prepares the data for the intenet, addinng the source and destination addresses to the header and using packet switching to send the packet to the desired destination

25
New cards

Link layer

Transports IP packets across each of the individual links made from the communicationg computers,

26
New cards

What happened to OSI?

The seven layer model had it's layers merged into the TCP/IP stack

27
New cards

Encapsulation (internet)

Modular commnication, adding information to the header of a packet to send data from one computer to another