networking
play

Networking CS217 Fall2001 1 Client/Server - PDF document

Networking CS217 Fall2001 1 Client/Server Server:processthatprovidesaservice e.g.,fileserver,webserver,mailserver calledapassiveparticipant:waitstobecontacted


  1. Networking CS�217 Fall�2001 1 Client/Server • Server:�process�that�provides�a�service e.g.,�file�server,�web�server,�mail�server called�a�passive�participant:�waits�to�be�contacted • Client:�process�that�requests�a�service e.g.,�web�browser,�mail�reader called�an�active�participant:�initiates�communication Fall�2001 2 Names�and�Addresses • Host�name e.g., www.cs.princeton.edu • Host�address e.g., 128.112.92.191 • Process�id indirectly,�through�a�port (mailbox);�0-64k servers�assigned�a�well-known�port clients�assigned�a�port��“on�demand” Fall�2001 3 1

  2. Communication�Semantics • Reliable�Byte-Stream�(like�a�pipe):�TCP • Unreliable�Datagram:�UDP • Remote�Procedure�Call�(RPC):�SunRCP Fall�2001 4 File�System Appl�Prog user process Stdio Library FILE�* stream hierarchical�file�system File�System kernel variable-length�segments Storage disk�blocks Driver Disk Fall�2001 5 Network�Subsystem user Appl�Prog process Socket�API TCP�or�UDP byte-stream�or�datagram kernel IP routes�through�the�Internet transmits/receives�on�LAN Driver NIC Fall�2001 6 2

  3. Socket�API • Socket�Abstraction end-point�of�a�network�connection treated�like�a�file • Creating�a�socket int�socket(int�domain,�int�type,� int protocol) domain�=�PF_INET,�PF_UNIX type�=�SOCK_STREAM,�SOCK_DGRAM,� SOCK_RAW Fall�2001 7 Sockets�(cont) • Passive�Open�(on�server) int bind(int socket, struct�sockaddr *addr, int�addr_len) int listen(int socket, int backlog) int accept(int socket, struct�sockaddr *addr, int�addr_len) Fall�2001 8 Sockets�(cont) • Active�Open�(on�client) int�connect(int�socket,� struct�sockaddr�*addr, int�addr_len) • Sending/Receiving�Messages int�send(int�socket,�char�*buf,� int�blen,�int�flags) int�recv(int�socket,�char�*buf,� int�blen,�int�flags) Fall�2001 9 3

  4. Trivia�Question • How�many�messages�traverse�the�Internet� when�you�click�on�a�link? • DNS:�root�(2),�site�(2)� • TCP�connection�setup:�3 • HTTP�request/reply�with�ACKS:�4 • TCP�connection�tear-down:�4 • Total:�15 Fall�2001 10 4

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend