Networks Flashcards

0
Q

3 types of networks. Describe each.

A

LAN
MAN
WAN

Local Area Network
●Connects computer resources in a single building or group of buildings

Metropolitan Area Network
●Connects computer resources in a local geographical area

Wide Area Network
●Connects computer resources in widely dispersed geographical areas

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

What is a computer network?

A

Two or more computers connected together for the purpose of communicating and sharing resources.

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

What is a server?

A

●a Server is a computer that has a resource to share

e.g., a web page, mp3 file, routing information, printing services, disk space, etc.

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

What is a client?

A

●a Client is any computer that accesses the resource.

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

What happens in a client/server relationship? When does a client / server relationship end?

A

A client requests a resource from a server by using a URL. The server send you the page you requested.

Once the page is sent to you, the client/server relationship ends – HTTP is a “stateless protocol”, no memory (except cookies!)

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

What is the name of the software that a server uses? List three things that a server can provide.

A

Runs special software, called server software:
●E.g. Apache

Provides a service:
●Email
●Web pages
●File storage

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

Give 2 examples of client softwares.

A

Ftp software. Web browsers.

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

What does a router do?

A

●Routers determine where data goes

●Data is sent by the fastest route

●Can move information around broken sections of the Internet

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

What is an Internet protocol? Give three types

A
Rule for how information is communicated between client and server over a network
Examples:
●FTP (File Transfer Protocol)
●SFTP (Secure File Transfer Protocol)
●HTTP (Hypertext Transfer Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is tcp/ip?

A

Transmission Control Protocol/Internet Protocol
●The underlying communication protocol of the Internet.

●TCP: defines how messages are broken down and then reassembled

●IP: defines where (to which address) packets are delivered

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

WhAt is an ip address?

A

The unique numerical address that each computer connected to the Internet is given.

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

Www is? Made up of? A subset of?

A

●Web servers and their files make up the World Wide Web
●The World Wide Web is a subset of
the Internet – one of many Internet services

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

What does http stand for?

A

Hypertext transfer protocol

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

What is hypertext?

A

Describer of a Web Page
●Pages are stored as a description of how they should appear on the screen
●Web browser created the image from the description file
●Browser can adapt the source image
more easily

Hypertext
●Hypertext Markup Language (HTML)
●Markup languages describe the layout of a document
●Margin width
●Font
●Text style
●Image placement
●Etc.
●Hypertext provides a way to jump from point to point in documents (non-linear)
●Combination of hypertext with markup language lets us build nonlinear documents for the dynamic and interconnected Net and Web

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

Whats another name for a directory?

A

A folder

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

Whats a pathname?

A
●Page is given by pathname:
   /galleries/ga1100/pioneer.html
●Each time we pass a slash (/), we 
move into a subdirectory or into the file 
(lower in the hierarchy)