Networks Flashcards
3 types of networks. Describe each.
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
What is a computer network?
Two or more computers connected together for the purpose of communicating and sharing resources.
What is a server?
●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.
What is a client?
●a Client is any computer that accesses the resource.
What happens in a client/server relationship? When does a client / server relationship end?
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!)
What is the name of the software that a server uses? List three things that a server can provide.
Runs special software, called server software:
●E.g. Apache
Provides a service:
●Email
●Web pages
●File storage
Give 2 examples of client softwares.
Ftp software. Web browsers.
What does a router do?
●Routers determine where data goes
●Data is sent by the fastest route
●Can move information around broken sections of the Internet
What is an Internet protocol? Give three types
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)
What is tcp/ip?
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
WhAt is an ip address?
The unique numerical address that each computer connected to the Internet is given.
Www is? Made up of? A subset of?
●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
What does http stand for?
Hypertext transfer protocol
What is hypertext?
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
Whats another name for a directory?
A folder