Série3 Liaison
Série3 Liaison
TD Series N°3
Exercise1:
Every day, a teleworker transmits data to his company's server via a modem connected to the PSTN(Switched
telephony network) network, operating at a bit rate of 33 Kbits/s. The daily connection, lasting 2 minutes,
takes place in 3 stages:
- an identification phase during which the user sends his ID (20 bytes) and password (10 bytes),
- file transmission (20 Kbytes),
- Sending a disconnection command (2 bytes).
Calculate the activity rate? What comments can be made?
Exercise2
Two computers A and B are interconnected by a communication line. A transmits to B a binary string of 2200
bits. Each frame can only contain 16 Kbits. Network interfaces manage communication using the
wait/response protocol.
a) Draw a time diagram of the transmissions that will enable the transfer of the binary chain between the two
computers.
b) Draw a time diagram of the transmissions that will allow the transfer of the binary chain between the two
computers if an error is detected when the first frame is received.
c)Draw a time diagram of the transmissions that will enable the transfer of the binary chain between the two
computers in the event of a line failure during the transfer of the first frame acknowledgement.
Exercise 3
The HDLC (High-Level Data Link Control) protocol is a level 2 (data link) protocol of the OSI model. It is
a bit-oriented communication protocol developed by ISO to ensure reliable data transfer between two nodes.
HDLC supports :
encapsulation of data in frames
error detection
flow control
transmission control (synchronization, acknowledgements, etc.)
HDLC frame structure
| Address | Control | Information | FCS | Flag
a) We want to set up a local network between the 9 computers in the administrative department (workstations
and server). Choose a network standard suited to this situation
b) List the network components required for this installation
c) Propose 3 solutions for connecting the 4 order management workstations to the local network set up in
question b).
d) propose a solution for interconnecting the local network created in the previous question with the one
already in place in the storage room,
e) How to use a firewall to secure access to a server connected to the Internet?
Exercise 5: