0% found this document useful (0 votes)
20 views5 pages

Exercice 01:: Connexion Entre Deux Ordinateurs - Réseau Peer To Peer

The document describes setting up a peer-to-peer network connection between two computers (PC0 and PC1) in Packet Tracer. It involves assigning each PC an IP address in the same subnet, verifying the addresses using ipconfig, and testing connectivity between the PCs using ping. PC0 is assigned 192.168.1.1 and pings PC1 successfully at 192.168.1.2, and vice versa, indicating the PCs are connected and able to communicate over the peer-to-peer network.

Uploaded by

Belkacem Hedadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views5 pages

Exercice 01:: Connexion Entre Deux Ordinateurs - Réseau Peer To Peer

The document describes setting up a peer-to-peer network connection between two computers (PC0 and PC1) in Packet Tracer. It involves assigning each PC an IP address in the same subnet, verifying the addresses using ipconfig, and testing connectivity between the PCs using ping. PC0 is assigned 192.168.1.1 and pings PC1 successfully at 192.168.1.2, and vice versa, indicating the PCs are connected and able to communicate over the peer-to-peer network.

Uploaded by

Belkacem Hedadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Exercice 01 : Connexion entre deux ordinateurs_Réseau peer to

peer

1. Exécutation Packet Tracer et réalisation le schéma du réseau suivant :


2. Configuration les adresses IP et le masque de sous-réseaux des machines :

4. l’adresse MAC de la carte réseau :

l’adresse MAC PC 0 : 0002.1757.7877


l’adresse MAC PC 1 : 0001.436E.6C99

3. vérification les adresses IP des machines avec la commande ipconfig :

5. vérifiction la connectivité du réseau avec la commande ping :

PC0 :

Packet Tracer PC Command Line 1.0


C:\>IPCONFIG

FastEthernet0 Connection:(default port)

Link-local IPv6 Address.........: FE80::202:17FF:FE57:7877


IP Address......................: 192.168.1.1
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 0.0.0.0

Bluetooth Connection:
Link-local IPv6 Address.........: ::
IP Address......................: 0.0.0.0
Subnet Mask.....................: 0.0.0.0
Default Gateway.................: 0.0.0.0

C:\>PING 192.168.1.2

Pinging 192.168.1.2 with 32 bytes of data:

Reply from 192.168.1.2: bytes=32 time=1ms TTL=128


Reply from 192.168.1.2: bytes=32 time<1ms TTL=128
Reply from 192.168.1.2: bytes=32 time<1ms TTL=128
Reply from 192.168.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.2:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

PC 1 :

Packet Tracer PC Command Line 1.0


C:\>IPCONFIG

FastEthernet0 Connection:(default port)

Link-local IPv6 Address.........: FE80::201:43FF:FE6E:6C99


IP Address......................: 192.168.1.2
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 0.0.0.0

Bluetooth Connection:

Link-local IPv6 Address.........: ::


IP Address......................: 0.0.0.0
Subnet Mask.....................: 0.0.0.0
Default Gateway.................: 0.0.0.0

C:\>PING 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:

Reply from 192.168.1.1: bytes=32 time=1ms TTL=128


Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

You might also like