Week 8 - Intro To Networks Flashcards

1
Q

Define Internet

A

An interconnected group of networks

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

Define Computer network

A

A group of computers that communicate with each other

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

What is Networking?

A

It is about sending messages over a carrier.

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

In a network what does it consist of?

A

It consist a set of ‘nodes’ which is connected by ‘links’.

Different networks have different. Switching schemes.

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

Define Nodes

A

It represents the senders/receivers and switches ( a node that connects other nodes together.

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

What are the three types of the switching scheme?

A
  1. Broadcast network
  2. Circuit-switching network
  3. Packet-switched network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a broadcast network?

A
  • No switches
  • Everything is transmitted to everyone
  • Everyone receives everything
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a circuit-switching network?

A
  • Each switch has multiple links
  • A single communication session takes place on a dedicated,direct connection between the sender and receiver
  • Guaranteed performance, but only two conversation can happen on this network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a packet-switching network?

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

Why is the internet a packet-switched network?

A

This is because packets are the logical unit of information transmitted over the internet and they contain a data item of restricted length, including addressing information.

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

What are the three structure of the internet?

A
  1. Network edge
  2. Access Network
  3. Network Core
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Briefly explain the internet

A

It consists of billions of computing devices (hosts), the communication links between them, the routers and packet switches which forward chunks of data on those links.

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

What does ‘ Network Edge’ do in the internet?

A
  • Consists of the hosts/end-system, both clients and servers
  • Hosts send packets of data to their access network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does ‘Access Network’ do in the internet?

A
  • The physical wired/wireless communication links that connect edge system to the core.
  • It is the first routers that see the data packets and forward them to the ‘network core.’
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does ‘Network Core’ do in the internet?

A
  • Central network of networks: a mesh of interconnected routers.
  • The core routes and forwards packet of data from their source to their destination.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the function of a ‘Host’?

A
  • A host runs many ‘network applications’
17
Q

Where does the Host connect to? Provide examples of ISPs

A

Hosts connect to the internet via Access ISPs ( Internet Service Providers), where it could be residential ISPs, company/university ISP, mobile ISP, etc.

18
Q

What are the 2 things when identifying which ISPs to use?

A
  1. Consider bandwidth required of the access network
  2. Should the access network be shared or dedicated?
19
Q

What are the 3 Network Access?

A
  1. Home Access Network
  2. Enterprise Access Network

3.Wireless Access Network

20
Q

Why is the internet complex?

A

Any two hosts must be able to communicate with each other, which means the number of connections required is O(n^2). This means there is 1,000,000,000,000 internet hosts resulting to 1,000,000,000,000,000,000 connections.

21
Q

How does the complexity of the network handled?

A

By the network core

22
Q

How to go from an Access ISPs to global ISPs?

A
23
Q

Routing and forwarding

A
24
Q

What are 2 key functions of packet-switching?

A
  1. Packet-routing: Determines source-to-destination route taken by packets
  2. Packet forwarding: Move Packets from router’s input to appropriate router output.