04 Computer Networks Flashcards
1
Q
What is the definition of computer network and what are its components?
1.
2.
A
- collection of items which are compatible to each other (hardware, software, transmission procedures (protocols!!) for data transmission)
- components are for example: computer, periphery (printer, keyboard, …), telephones, special devices for networking (gateway, router, hub, …), transmission media
2
Q
Why do we have different networks?
1.
2.
3.
4.
5.
6.
A
- communication network (communicating w/ friends)
- device network (using devices that are connected to another computer, e.g. printer)
- data network ( access data, e.g. downloading)
- function(ional) network (executive functions offered by servers, e.g. applying for exams via QIS)
- load network (balancing load, e.g. FH uses several servers to split up queries to the web server to some computers)
- (high) availability network (reduce unavailability of computer in risky environment, if one computer goes down you can still use others)
3
Q
The different kind of networks…
1.
2.
A
…. are partially build up on top of each other, used in parallel or interconnected
…. need in oder to understand them two terms: protocol and framework
4
Q
What is…
… protocol?
… framework?
A
- protocol, is the same as a standard and is used for traffic regulation
- framekwork, which is sometimes called a reference model
5
Q
Why are standards required for computer networks?
A
- to enable differrent components to communicate there have to be rules on how this communication has to look like
6
Q
What is a standard?
1.
2.
A
- consistent, widely accepted and used method to implement something
- has been established itself over other methods
7
Q
What is a protocol?
1.
2.
3.
A
- set of regulations
- define the structure of data to be sent and the process of the communication between the components of a network
- components of a network that have the same protocol implemented, are able to communicate with each other
8
Q
What is Framework?
1.
2.
3.
4.
A
- aka reference models
- has been established to classify on an abstract level the different protocols
- are organized in layers to which the different protocols are assigned
- these layers build a hierarchy, thus protocols offer services to protocols on a higher layer
9
Q
What is ther ISO OSI reference model?
1.
2.
3.
4.
5.
A
- the most well-known framework
- model consists of seven layers, each taking care of specific problems
- hardly used in the real world, as more simplified models are utilised
- this is a layered model, so the protocols within each layer can be swapped without harming th eother layers!
Host layer (top down): application, presentation, session, transport
media layers (top down): network, data link, physical