Internetworking Flashcards
(129 cards)
What are distributed systems?
Interconnection of computers across a network to provide a common service or set of services e.g. the internet
What is the client-server model?
An application providing a service (server) is contacted by an application that needs to use the service (client)
Name some advantages of a distributed system?
- Access to remote resources
- Access to computing power that you don’t have locally
- Scalability
- Robust (resources duplicated)
In the client-server model, if the web browser you’re using is a client, what is the server?
Web server
What are the 3 main types of computer addresses?
Hostname address
IP address
Hardware address
What does a hostname address look like?
severn.cs.nott.ac.uk
What does an ip address look like?
128.243.10.4
What is a hardware address also known as?
MAC address, physical address, ethernet address
Do organisations typically use one network technology?
No, usually several
What does universal service mean?
Any two computers should be able to communicate
What is internetworking?
The interconnection of several heterogeneous networks to provide a universal service
What is the universal hardware component used to connect heterogeneous networks?
Router
How does internet protocol software provide universal service?
By creating a single virtual network
Can a router connect more than 2 networks?
Usually yes
When did the internet emerge into public domain and who controls it?
1990s
- the IETF, internet engineering task force
What is the layered model?
Application
Transport
Internet
Network interface
What is the internet reference model?
Application
Transport
Internet
Network Interface
Physical
What does host computer mean in TCP/IP?
Any system that connects to the internet and runs applications.
What does IP address stand for?
Internet protocol address
Why are there two versions of IP?
IPv4 and IPv6 because the internet ran out of address space
Under the IP addressing scheme, each host is assigned a…..
Unique binary number
128 bit for IPv6
32 bit for IPv4
What is a 32 bit IP address divided into?
Prefix - physical network the host is attached to
Suffix - a host attached to a given physical network
Where are prefixes and suffixes for IP addresses co-ordinated?
prefixes - globally
suffixes - locally
What does the size of prefixes and suffixes in an IP address determine?
max number of networks and max number of hosts per network