Mid Term (Chapter 2) Flashcards

1
Q

Client-Server Architecture

A

One of the two paradigms where the host is ‘always ON’

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

P2P (Peer to Peer)

A

One of the two paradigms which the role of host and server are not fixed

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

What is a Socket

A

Programming construct whereby running processes on one machine communicate with other processes in another

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

What parameters are in a Socket

A

(IP address, Port number, Transport protocol)

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

What is Reliable

A

TCP delivers in sequence, no duplicates and no errors

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

UDP?

A

User Datagram Protocol

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

TCP?

A

Transmission Control Protocol

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

Application Layer

A

The layer which programmers can only control

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

What is the World Wide Web

A

a Structure that is built on top of the Internet

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

What are the two transport layer protocols avaible in applications

A

TCP and UDP

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

Web Pages

A

Its objects such as JPEG,PNG or GIF images all addressable by a single URL that points to the base HTML file

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

What is HTML

A

Hyper-text Markup Language(programming language)

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

Persistent Connections

A

Phone call is always open and closes when prompted to

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

Non-Persistent Connections

A

Start a phone call and the server hangs up upon completing the client request

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

Is Email asynchronous or synchronous

A

It is asynchronous

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

Web Caching

A

Having Proxy Servers act as a cache for a website

17
Q

SMTP

A

Simple Mail Transfer Protocol

18
Q

POP3

A

Post Office Protocol(Access Protocol method)

19
Q

What does POP3 not allow

A

Allow Hierarchical structure to be created on the server

20
Q

IMAP

A

Internet Mail Access Protocol

21
Q

MIME

A

Multipart Internet Mail Extensions

22
Q

What does MIME use

A

The mail to access mail via HTTP port 80

23
Q

What is telnet

A

Application Protocol that provides a bidrectional interactive text-oriented communication over TCP

24
Q

Cookies what are they?

A

The memory saved to customize experience for users

25
Q

Which protocols are pull protocols

A

POP3 and IMAP

26
Q

Which protocols are push protocols

A

SMTP

27
Q

DNS means

A

Domain Name System

28
Q

What is an example of a hostname

A

www.google.com

29
Q

What is an example of IP

A

172.217.5.13

30
Q

Host/Mail Server Aliasing

A

DNS provides this as to simplify host names for users

31
Q

Domain

A

A network under some single administrative authority

32
Q
A