COMP2 - Internet Flashcards

1
Q

Internet Definition

A

The internet is a network of computer networks and computers using unique IP addresses and TCP/IP.

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

World Wide Web Definition

A

The WWW is a system of interlinked hypertext documents accessed via the internet.

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

Role of Packet Switching in the Internet

A

Packets flow between two end points that control communication.
The message is broken into smaller packets and all contain a source and destination address.

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

Router Definintion

A

A router is a speical switch that gets pacets from a host/router and sends it to another host/router.

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

End-to-End Principle

A

The two end computers are in control of communication accross the internet.

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

Open Architechture Principle

A

Allows the designers to freely design individual networks which are connect through a router-gateway.

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

Single logical Address Space Principle

A

Ensures every computer has a unique IP address, numbered using the IPv4 system; IPv4 allows 2^32 different addresses.

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

Domian Names

A

The Domain Name (System), Invented in 1983, is a name that identifies 1 or more addresses.

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

Fully Qualified Domain Names (FQDN)

A

Consists of a host ID and domain name. It uniquely identifies a host on this network.

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

Domain Name Sysytem Server Purpose

A

The DNS server translates FQDNs into IP addresses before connecting to a host.

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

Top Level Domian Names

A

Com, edu, org, net, gov.

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

URL

A

A Uniform Resource Locator identifies a resource by its network location. It’s a type of URI.

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

URI

A

A Uniform Resource Identifier specifies how to access a resource on the internet and identifies them by its name or location.

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

Server Definition

A

A software process that provides a service requested by a client.

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

Client Definition

A

A software process that requests and uses the services provided by a server.

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

Protocol Definition

A

A protocol is a set of pre-agreed rules, codes and signals for data exchange between systems.

17
Q

Application Layer

A

Handles the details of a particular networking application.

18
Q

Transport Layer

A

Establishes, supervises and maintains connection between 2 communication processes. It splits data into smaller bits to fit packets.

19
Q

Network Layer

A

Addresses the packets with the source and destination addresses.

20
Q

Link Layer

A

Handles the physical details of interfacing with the cable, including the network interface and device driver.

21
Q

Port Definition

A

A port is an address for a software process.

22
Q

Socket Definition

A

A socket is a combination of host IP addresses and a port number.

23
Q

Well-Known Port Numbers

A

80 - Web Server
23 - Telnet Server
21 - FTP (File Transfer Protocol) Server
25 - SMTP (Simple Mail Transfer Protocol) Server
110 - POP3 (Post Office Protocol version 3) Server

24
Q

HTTP Definition

A

The Hypertext Transfer Protocol is where a client machine sends a request message to the server which responds with a response message.
The most popular is textual data formatted using Hypertext Mark-up Language (HTML).

25
Q

FTP Definition

A

File Transfer Protocol is an application layer protocol that enables files on 1 host to be copied to another.

26
Q

POP3 Definition

A

Post Office Protocol version 3 is an application leyer protocol used to retrieve email from an email box on a remote server over a TCP/IP connection. Mail is held until a user requests it.

27
Q

SMTP Definition

A

Simple Mail Transfer Protocol is used by email clients to send email where the message text is transfered to a mail server listening on port 25. The mail server delivers the mail to its destination.