consider an ATM machine system represent (client) and server that has clients account is the bank . the server can accept multiple client (ATm machine) one at time , so will use in the code TCP...



#write code for the server


#write code for the client


the Card number = 1000987


password number = 2222


then check password correct or not


thrn appy transcation processs


# code must must use so socket library (import socket)


#tcp connection


# python language please


consider an ATM machine system represent<br>(client) and server that has clients account is<br>the bank . the server can accept multiple<br>client (ATm machine) one at time , so will use<br>in the code TCP connection .the client must<br>provide his card number and password first<br>to the system .the system can send message<br>to client if wrong password wrong any<br>transcation process occur ,so the following<br>item is needed :<br>write a code that use socket programming<br>using (python) between client and server<br>shows the card number and password and<br>the transcation process 1-balance 2-<br>withdrawl 3- deposit 4- exit using TCP<br>connection<br># server code and client code<br>#using python<br># tcp connection<br>

Extracted text: consider an ATM machine system represent (client) and server that has clients account is the bank . the server can accept multiple client (ATm machine) one at time , so will use in the code TCP connection .the client must provide his card number and password first to the system .the system can send message to client if wrong password wrong any transcation process occur ,so the following item is needed : write a code that use socket programming using (python) between client and server shows the card number and password and the transcation process 1-balance 2- withdrawl 3- deposit 4- exit using TCP connection # server code and client code #using python # tcp connection

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here