Layers Flashcards

1
Q

What is a Network?

A

group of computers connected together so they can communicate with each other

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

What is networks of networks?

A

group of networks connected together so they can communicate with each other

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

What is a private network?

A

Networks restricted for by one group e.g UoN

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

What is a public network

A

owned by a service provider and offer service to anyone who pays for access

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

What is circuit switching?

A

circuit formed between 2 machines to allow communication

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

What is packet switching?

A

network communication sent in small packets
sent interleaved with other network packets down a single set of wires

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

Which one is better for network utilisation?

A

Packet switching

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

What does a packet contain?

A

destination address
source address
packet header

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

What is an OSI network layer model?

A

Conceptual model

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

How many does OSI layers does it have?

A

7

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

What are the 7 OSI layers?

A

Physical
Data link
Network
Transport
Session
Presentation
Application
(1-7, 1 on the bottom)

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

How does OSI work?

A

Each layer abstracts and builds on the layer below it

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

what do you mean by abstract?

A

placing packets of one layer inside a packet of the layer which is then placed inside the packet of the layer below and so on

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

How many layers in TCP/IP layer?

A

5

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

which layer is the internet built on?

A

TCP/IP

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

can TCP/IP fit into the OSI model?

A

sort of

17
Q

What is TCP/IP used for?

A

to communicate between machines

18
Q

Describe the physical layer

A

This is layer 1
might not be wire
describes how bits get converted into electrical signals and sent
can be a shared medium or point-to-point
e.g ethernet, WIFI, cellullar

19
Q

describe the data link layer

A

how the data is formatted on the wire into frames
destination address
size of packet
e.g ethernet/WIFI

20
Q

describe the network layer

A

responsible for enabling forwarding of packets between networks
connectionless service
e.g IPv4, IPv6

21
Q

what is connectionless service?

A

communication in terms of individual packets
they can just be sent to the destination

22
Q

What is connection-oriented service?

A

Computers agree to form a connection
once established can communicate down the connection by sending data down the connection

23
Q

Describe the transport layer

A

this is layer 4
end-to-end communication
ensures reliability,flow control and multiplexing
e.g TCP, UDP

24
Q

Describe the session layer

A

this is layer 5
managing a session between end-user application processes
not really used in TCP/IP
e.g SPVD, SOCKS, RPC

25
Q

desribe the presentation layer

A

this is layer 6
manages how data is presented to application
e.g HTML, CSS, GIF, JPG, MP3

26
Q

Describe the application layer

A

this is layer 7
in OSI its the user interface
in TCP/IP the protocols used between applications
e.g HTTP, POP3, IMAP

27
Q

How do layers work?

A

they will provide a service capable of transmitting data

28
Q

Which service do layers use to send data

A

the service above

29
Q

what is presented to the layer?

A

ancilary information (destination address, source address)

30
Q

What kind of connection do layers use?

A

connectionless, connection-oriented service

31
Q

What else must the layer be able to do?

A

Receive data from the equivalent layer or another peer

32
Q

How does the layer know if data has arrived?

A

the layer below will inform it

33
Q

How many phases do Connection-Oriented Service have?

A

3

34
Q

what are the 3 phases Connection-Oriented Service have?

A

connection setup
data transfer
connection release

35
Q

what are the 2 functions required for each phase in Connection-Oriented Service?

A

one in the layer to initiate the function
one in the layer below to inform it that a peer has initiated the function

36
Q

what does IP layer need addresses for?

A

to identify both a specific machine and also the network it is on

37
Q

What does layer 2 need addressing for?

A

to ensure machines on the same network dont have the same address