Lecture 1 Flashcards

1
Q

What does the internet protocal stack contains

A

The IPS contains five layers: Physical, Link Network, Transport and Applcation

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

Physical Layer

A

Physical Layer is the bits on the wire layer

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

Link layer

A

Link layer is the data transfer between neoghboring network elements (Ethernet, wifi )

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

Network layer

A

Is the routing of datagrams from source to destination (IP , routing protocols)

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

Transport layer

A

process-process data transfer (TCP, UDP)

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

Application layer

A

Supporting network application (FTP, SMTP, HTTP)

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

Some network apps examples include

A

e-mail , voice over IP , real time video conferencing

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

Client server architecute

A

Server: always on host, permanent IP address, server farms sor scaling

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

Client server architecture

A

Client:
Communicate with server
may be intermittently connected
may have dynamic IP address

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

P2P connection (Peer to peer connection)

A

No always on server
end systems directly communicate
peers intermittently connected and change IP address

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

Skype is hybrid of P2P and client server

A

true

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

HTTP is stateless

A

It doesnot maintain information about past client requests

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

HTTP connections

A

Non persistenet HTTP : At most one connection is sent over a TCP

Persistent HTTP: Multiple objects can be sent over singlt TCP

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