Week 1 - Net Flashcards

1
Q

What is the internet?

A

A global interconnection of different data networks

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

What are communication systems used for?

A

They allow applications to transfer data and information, which typically run as distributed systems

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

What is a DSL modem?

A

A local connection to WAN. It connects you to your ISP only.

Creates a signal compatible with the WAN network technology.

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

What does an internet router do?

A

Knows how to communicate with your ISP.
Interconnects two or more different networks.
Provides global connectivity, allows communication between networks.

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

What does Ethernet switch do?

A

Provides wired connections for local devices.

Allows devices within a network to communicate.

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

What does a bridge do?

A

Provides connections for local devices, hiding low-level physical connectivity. Connects two different physical interfaces for the same
technology, or interconnects to segments of a LAN.

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

Example of WAN?

A

global networks, point-to-point links

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

Example of LAN?

A

home, office, building

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

What does an ISP do?

A

provider of global internet connectivity and sometimes also WAN connectivity for customer

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

How do all technologies/OS/ application platforms talk to each other?

A
common architecture (logical),
different engineering (implementation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the internet a collection of?

A

different services and applications
different networks
different technologies
different service providers

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

What are the 5 layers of the Internet protocol reference model?

A
application layer
transport layer
network layer
link layer
physical layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is protocol?

A

a set of conventions governing the treatment and especially the formatting of data
in an electronic communications system network protocols

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

Two parts of an unconfirmed service?

A

request sent

indication recieved

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

Two parts of a confirmed service?

A

response from reciever

confirm at sender

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

Explain connection-less

A
  • send and recieve data
  • send and forget
  • service is typically unconfirmed
  • suitable for bursty data
17
Q

explain connection orientated?

A
  • connection establishment
  • data transfer
  • connection release
18
Q

Advantages of CL?

A
  • low latency

- low traffic overhead

19
Q

advantages of CO?

A
  • reliable delivery
  • ordered delivery
  • no duplicates
  • control of packet flow
20
Q

Disadvantages of CL?

A
  • no reliability
  • no ordering
  • possible duplication
  • no control of packet flow
21
Q

disadvantages of CO?

A
  • connection overhead
  • latency
  • taffic overhead
  • no flow rate control
22
Q

What is the message format for encapsulation?

A

header (maybe trailer) + payload/body

23
Q

What allows the protocol to operate?

A

The header

24
Q

what is XPDU

A

X protocol data unit

25
Q

in layered architecture, each layer has..?

A
  • a specific purpose
  • provides a service to the layer above
  • has a function that depends on one or more protocols
26
Q

What is a server?

A

a host / program that provides a service

- waits for clients to connect to make use of service

27
Q

what is a client?

A

a program that makes use of a service.

- must identify a server and connect to it

28
Q

what does FQDN stand for

A

fully qualified domain name

29
Q

what is an IPv4 address?

A

a 32 bit unsigned number, normally written in dotted decimal notation

30
Q

What does DNS stand for

A

domain name system

31
Q

what does dns do

A

maps fqdn to address

32
Q

What does a simple application packet consist of?

A

data
TCP header
IP header