COMP2 - Internet Flashcards
Internet Definition
The internet is a network of computer networks and computers using unique IP addresses and TCP/IP.
World Wide Web Definition
The WWW is a system of interlinked hypertext documents accessed via the internet.
Role of Packet Switching in the Internet
Packets flow between two end points that control communication.
The message is broken into smaller packets and all contain a source and destination address.
Router Definintion
A router is a speical switch that gets pacets from a host/router and sends it to another host/router.
End-to-End Principle
The two end computers are in control of communication accross the internet.
Open Architechture Principle
Allows the designers to freely design individual networks which are connect through a router-gateway.
Single logical Address Space Principle
Ensures every computer has a unique IP address, numbered using the IPv4 system; IPv4 allows 2^32 different addresses.
Domian Names
The Domain Name (System), Invented in 1983, is a name that identifies 1 or more addresses.
Fully Qualified Domain Names (FQDN)
Consists of a host ID and domain name. It uniquely identifies a host on this network.
Domain Name Sysytem Server Purpose
The DNS server translates FQDNs into IP addresses before connecting to a host.
Top Level Domian Names
Com, edu, org, net, gov.
URL
A Uniform Resource Locator identifies a resource by its network location. It’s a type of URI.
URI
A Uniform Resource Identifier specifies how to access a resource on the internet and identifies them by its name or location.
Server Definition
A software process that provides a service requested by a client.
Client Definition
A software process that requests and uses the services provided by a server.