Ovido
Språk
  • Engelska
  • Spanska
  • Franska
  • Portugisiska
  • Tyska
  • Italienska
  • Nederländska
  • Svenska
Text
  • Stora bokstäver

Användare

  • Logga in
  • Skapa konto
  • Uppgradera till Premium
Ovido
  • Hem
  • Logga in
  • Skapa konto

FL 2 Kommunikationssystem

Application/app/user beskriv funktionenen och ge exempel

uses network ex. spotify netflix

host/end system/end node/sourse(sink/edge device ge funktion och ex

runs software to support applications ex. mobil, dator, server

router;switch/hub/node beskriv funktion och ex

relays messages between incominh and outgoing links ex wifi

link/channel beskriv funktion och ex

connecting nodes ex kabel, radio kanal

what is the host, protocol and url in this
http://www.chalmers.se/en/Pages/default.aspx

http = protocol
www.chalmers.se = host

en/Pages/default.aspx = path

how to connect to a server

-The browser opens a connection to the server using Transmission Control Protocol (TCP)
-Applications are addressed using port numbers

-The web server software always listens to port 80

-The web browser use a temporary (ephemeral) port number

http

hypertext transfere protocol

DNS

DNS (domain name system)

TCP

TCP (transport control protocol)

wht is and happens in protocals

• A protocol is a set of rules that determines how two or more communicating entities in the same layer interact
– Messages are sent and received

– Actions are based on events (e.g., sending or receiving messages, expiration of timers)

what is the purpose with protocals

The purpose of a protocol is to provide a service to the layer above
node(layer(protocal)))

vilka är application layer och protocals

• Both HTTP and DNS are application layer protocols
• This means that HTTP and DNS provide communication services to application programs, e.g., web browsers, email clients, etc.

• HTTP and DNS use transport layer service (i.e., TCP) to provide services to application programs

vad gör en layer

• A layer
– provides a service to the layer above by using the services of the layer below

• Each layer operates according to a number of protocols

• A set of layers with protocols is called a protocol stack

säg 2 referens modeller och vrf d är bra

– Open System Interconnection (OSI) model
• 7 layers, very influential, but not used in practice


– Internet reference model

• 5 (or 4) layers, empirical, heavily used in practice

OSI Reference Model har 7 application program, beskriv den

7 6 5 4 3 2 1
7. Application Program = Provide services frequently needed by application programs

6. Presentation = Conversions between different data representations

5. Session = Dialog management, error recovery

4. Transport = End-to-end transfer of messages

3. Network = Transfer of packets over several links

2. Data Link = Transfer of frames over a single link

1. Physical = Transfer of bits over a physical channel

beskriv förenklad OSI Reference Model där de är absorberade i respektive lager

7. application, presentation, session
4. transport

3. network

2. data link

1. phusical

Protocol messages typically consist of

1. header with control information: addresses, sequence numbers, length fields, etc.
2. data field (payload) carrying the data from the layer above

3. sometimes a trailer with check bits for error control or other control information

vad är peer processes

Communicating entities on the same layer but at different nodes are called peer processes

hur skapas PDU

Layer-n peer processes communicate by exchanging Protocol Data Units (PDUs)

how is the Communication between peer processes (osi unified view on service)

Layer n + 1 transfers information by invoking the services provided by the layer just below it,
i.e., layer n

where are these services available

Services are available at Service Access Points (SAPs), which have unique identifiers
– Ex: an HTTP process passes information to/from a TCP process via a specific transport layer SAP called port 80

how does this connect with the oayers

Each layer passes data and control information to the layer below it until the physical layer is reached and transfer of bits occurs
• The data received from the layer above is called a Service Data Unit (SDU)

what is a SDU except when the data is recieved for the lauer abowe

SDUs are encapsulated in PDUs

what is corresponding name for PDU and SDU for the layer application

message,

what is corresponding name for PDU and SDU for the layer transport

segment, message

what is corresponding name for PDU and SDU for the layer network

packet, segment

what is corresponding name for PDU and SDU for the layer link

frame, packet

what is corresponding name for PDU and SDU for the layer physical

bits, frame

Consider a service provided by layer n to layer (n + 1)
• It can be either connection-oriented or connectionless

give example for Connection-oriented ( Connection-Oriented and Connectionless Services)

(example TCP)
1. Create a logical connection between the layer-n SAPs at the end nodes: allocate buffers, agree

on transmission parameters, etc.

2. Transmit layer (n + 1) data, i.e., n-SDUs

3. Tear down connection when communication session is done: release buffers and allocated resources

Consider a service provided by layer n to layer (n + 1)
• It can be either connection-oriented or connectionless

give example for Connectionless ( Connection-Oriented and Connectionless Services)

(example IP)
– Simply transmit n-SDUs, without first connecting to the destination or even checking that it is

ready to receive data •

Important: the service type is not necessarily dependent on the lower layer service type. Ex: TCP, which is connection-oriented, runs on top of IP, which is connectionless

Fragmentation and Reassembly

• A layer may impose an upper limit on the size of a data
block that it can transfer for implementation or other

reasons

• Thus, a layer-n PDU may be too large to be handled as

a single unit by layer-(n − 1) n-PDU 1 n-PDU 2

• Sender side: a SDU is fragmented over multiple PDUs

• Receiver side: the SDU is reassembled from a

sequence of PDUs

• Layer n fragmentation is transparent to layer n + 1

(Aggregation and Deaggregation)

• A layer may impose a lower limit on the size of a data
block that it can transfer for efficiency, implementation

or other reasons

• Thus, a layer-n PDU may be too small to be handled as

a single unit by layer-(n − 1)

• Sender side: multiple SDUs are aggregated into a single PDUs

• Receiver side: the SDUs are deaggregated from a single

PDUs

• Layer n aggregation is transparent to layer n + 1

what is multiplexing

• A layer n service is shared by multiple layer-(n + 1) entities
• A multiplexing tag or ID is required in the n-PDU to determine which layer-(n + 1) user the SDU belongs to

Splitting (Inverse Multiplexing)

• A layer-(n + 1) entity may use multiple layer-n services
• The parallel n-SDU streams are combined to a single stream of SDUs at the receiving end

• Sequence number may be required to order SDUs correctly

describe Layer 1: Physical Layer

• Service provides
– Transfer of frames across a physical channel (wires, fibers, etc.)


• Specification of the physical aspects of a communications link

– Mechanical: cable, plugs, pins...

– Electrical/optical: modulation, signal strength, voltage levels, etc.

– Functional/procedural: how to activate, maintain, and deactivate physical link

describe Layer 2: Data Link Layer

• Service provides
– transfer blocks of bits, called packets over a link that connects two nodes directly or via a transparent switch


• Implements (depending on service provided)

– framing, i.e., a way to insert markers in a bit stream such start and end of a frame can be detected

– flow control, i.e., regulate transmission speed to avoid overwhelming a slow receiver

– error control via error-detecting and error-correcting codes – medium access, i.e., rules for sharing a medium that is common to many transmitters (radio,LAN)

– multiplexing of network layer entities – link layer addressing, typically flat (MAC address)

– activation, maintenance, deactivation of data link connections

describe Layer 3: Network Layer

• Service provides
– transfer of segments over multiple links or multiple networks


• Implements (depending on service provided)

– fragmentation and reassembly of segments

– transfer of packets over multiple links and networks

– a routing algorithm that together with other nodes determines routes across the network

– forwarding of packets across a node

– a scalable addressing scheme (typically hierarchal)

– flow control

– multiplexing of network layer entities

– congestion control (avoid too much traffic inside the network)

– connection setup, maintenance, and release of network connections

– internetworking, i.e., routing over several, possibly different, networks

describe Layer 4: Transport Layer

• Service provided
– end-to-end transfer of application layer messages, e.g.,

• reliable stream transfer

• unreliable datagram transfer


• Implements (depending on service provided)

– message fragmentation and reassembly

– end-to-end transfer of segments

– multiplexing of application layer entities by port numbers

– sequence control to deliver messages in correct order

– error control to provide reliable transmission

– flow and congestion control

– connection setup, maintenance, and release

describe Layer 5, 6, 7: Session, Presentation, Application

• Session layer: controls in which manner data is transmitted, e.g., certain application might require half-duplex dialogs (take turns transmitting)

• Presentation layer: provides machine-independent representations of data (e.g., different character codes)


• Typically, the session and presentation layers are absorbed into the application layer


• The application layer provides useful services for application programs, e.g.,

– File transfer (e.g., FTP)

– Remote login (e.g., SSH)

– Transfer of emails (SMTP)

– Information about Internet names (DNS)

Quiz
maatschappijleer.
SOom första världskriget
English Literature
kemi 1 syror & baser begrepp
Ethiek periode 2
Drug tables
general science
Chemistryok
Work
Engelska 1
bio se3thema 6,7,10 & 11
Spanska 4
un mundo de fiestas
chem exam
Automotive
how to improve french vocabulary
types of houses in french
very hard french words
Koine Greek Ch. 18 & 19
french words you will see in french books
various french house terms
parts of the bathroom in french
parts of the bedroom in french
french
The Lung Channel of Hand Taiyin
Anatomy and Physiology
tyska kap 3bräcka till
nl
physics flashcards
TYSKA FERIEN MAL ANDERS
romeo and juliet
Nederlands poëzie begrippenAlle begrippen van de poëzie les Nederlands.
PKG stoornissen jaar 1
PKG jaar 1
nederlands (lezen) hoofdstuk 1,2 en 3 theorie
anglais
Historia Källkritikfkn dö
An inspector calls
Geology
Ireland, the green island
leverspe
Organisatiekunde Hoofdstuk 7
text sobre a Barbie
palavras mais usadas
FL1 Kommunikationssystemtermer inom kommunikationssystem
Grieks 4.1De Ring van Gyges
Busnissmodel
Politiek en economische handel
BMC
English Exam
Staatsrecht 1
The brain & Limbic system
limbic system
art definitions and paintings
french -
french
histoireallo
ee
poets
duits 47 tot 52 4
French speaking mock
b
Psykologi prov
Engels Unit 2
duits 47 tot 52 3
HistoryAbolition of slavery
Natural Disasters
Secu
bio test
Spanska NP Muntligt
spanish
Element 3
Edodontic instruments
duits 47 tot 52 2
duits 47 tot 52
Frans A+B
Grieks 2.2Diotima
Spanish Words & Phrases
vocabulary
pharm
Pharmacie Semester 2
scene 5a
Examin Géo
interior design vocab 2
engels woordjes 2.1 t/m 2.4
Grieks 2.1Aristophanus - Symposium
Physique Chimie Chap 10/11/12
a level human geography
MU AW 2
Ordförråd Substantiv B
Biologi 1 genetik
Economie
KA 4
socials exam 10
History 2
Hinduism terms
Dugga - Iskunskap
spanish verbs
KA3
BIO 112L EYE
Idas teknik begreppstest
toefl c1
nederlands
Glosor kap 11
Le passe compose - the perfect tense ( french )
El begrepp
science summary sheets
2.1. Mon identité
week 1 korean
Mitosis
HAUDENOSAUNEE Stay in one place for a long time – only move when they have to (l
GD AW 2
الدرس السادس
Prepostitions
Filipino
civics test (unit 8)
ap
Economische workshops
revetement cutanee
General Safety Equipment
Nurs 101 QUIZ #1
Sociology- Education Topic 2
economie vragers en aanbieders
Sociology- Education Topic 1
Sociology- Families & households Topic 5
Seksualiteit en lichamelijkheidsgeschieden
Sociology- Families & Households Topic 2
Use of French definite and indefinite articles
Socoiology- Families & Households Topic 1
fun 2
Biologie: DNA
6
5
4
AK AW 2
Climat+Vegetation
Transcription and Translation Study Guide
history test...idk the last one
Geographie Physique
N400 ( Live since you bacame a permanent resident)
N400 ( Address)
Introdution+cartes
N400
Ashley
LiliesLilles
WalleyeWalleye
SaturnSaturn
Psych Final
Organisatiekunde hoofdstuk 2
Paragraf 1-8 + 10
profit formuale
Urinalysis
Semaine 3 (månader)
hoofdstuk2
Budgetering
CLIMAS DEL PERU
geschiedenis begrippen 5.2
geschiedenis begrippen 5.1
geschiedenis begrippen 4.4
geschiedenis begrippen 4.3
geschiedenis begrippen 4.2
geschiedenis begrippen 4.1
werkwoorden op er
frans bijvoegelijk naamwoord
History
christmas carol - epithets
Viktiga datum i andra världskrigwt
Förintelsen
s
ma se3criminaliteit en werk
3. equations,calculations + electrolysis
thailand
Business Finance Mod 4
Busines Finance Mod 3
Business Finance Mod 2
Business Finance Mod 1
Business Finance 8
Contemp Mod 4
Contemp Mod3
Contemp Mod 2
svenska j-ljudet
frenchfrench speaking
Contemp Mod 1
Scheikunde samengestelde ionen
MIL
jakttider - hund som följer vilt
Corporate Law
science
biology
Physicsphysics exam prep
Fysik "ELEKTRICITET" - Liv åk 9
Organisatiekunde h1
Andra världskriget
acca ma
f
Literary Devices
401 Verpleegplan Thema 2
Biology Unit 4: Animal Anatomy
organisatiekunde Hoofdstuk 0voor studie
401 Verpleegplan Thema 1
Scheikunde ionen
pointspoint values for the dmv
A christmas Carol quotes and context
Revue Science Globale
Faciologi, arbetsglasögon och felsökning
Strategie 1.0 2.0 en 3.0
Big mac Index
sociale psychologie
basketball
mapeh pe
syror och baser
TOEIC
State Capitals
ARW2arresten
Ordförråd A SubstantivOrdkunskap svenska
IPAplace and manner of articulation
Phases de la Lune (sciences de la terre)
science
Sociology education external factors
Acid and Bases - Chemistry of Life
Congo
REDOX- Chemistry of life
BVH AW 2
French definite articlesLearn how to properly use the French definite articles
French definite articlesLearn about French articles
WW8
biologi
dowlenflashcards to study for test
KA 2
neuro
Determiners
Pronouns
302 Thema 16, 17, 18 ,19
Verbs and Adverbs
biological explanations to aggression
offender profiling
Theories and Concepts
Nederlands leesvaardigheid 1Nederlands :(
Adjectives
KNSS 307 ( theoretical perspectives in motor development)
6 Times Tables
7 Times Tables
les espaces productifs
9 Times Tables
frans vocab b
Fyisk Tenta 2Flashcards till tenta 2 i Fysik alfa
contract law
AS BUSINESS | mock exam revision
Tonsättare
no kemi kol
adjectives
Japan
samhällsekonomi 2.0
Sport en identiteit
geography test
verbs
Vrouwen in Nazi-Duitsland
Spanish Imperfect tenseA quiz on the imperfect tense in Spanish
Receptorer
Spanish writing sentence starters
MH 1 Social Work Avans Breda
prefix
final social
302 Thema 15
midterm
midterm
green technology
what is population
pollution
caring for the earth
caring for the earth
four spheres of the earth geography
Business: keywords
classification + diagnosis of schizophrenia
de vacacionesspanskaläxa
history words
TS jaar 1
cell
samhällsekonomi
passe compose / futur proche / etre pronoun changes
Glosor kap 10
Swedish
PE
Sciences de la terre
METOD OCH STATISTIK
biologie hoofdstuk 2
GS AW 2 H. 4
Sociology Education topic1&2
Ewan RamsayMicroeconomics
nervsystemet
ALLEMANDmots de liaison
statistik mom 1
nationalekonomi
ekonomi
Chapter 4- tissues and membranes
Anthro week 2 flashcards