Network Programming and Management

TCP Echo Server Using Threads TCP Echo Server Using Threads Notes
  This book contain details related to TCP Echo Server Using Threads
Rate this Book:
Average: 5 (1 vote)
The get host by address function The get host by address function Notes
  The get host by address function returns information about a host identified by address. The host information is returned in a structure of type hostent.
Rate this Book:
Average: 5 (1 vote)
TCP/IP Technical Introduction Overview TCP/IP Technical Introduction Overview Notes
  Network Layer Protocols,IP - Internet Protocol,ICMP - Internet Control Message Protocol UDP - User Datagram Protocol,TCP - Transmission Control Protocol,IPv6
Rate this Book:
Average: 5 (1 vote)
Introduction to TCP/IP Introduction to TCP/IP Notes
  Used to report problems with delivery of IP Datagrams within an IP network Used by Ping, Tracerout commands
Rate this Book:
Average: 5 (1 vote)
TCP Client-Server Basics TCP Client-Server Basics  Notes
  TCP echo server: main and str_echo,TCP echo client: main and str_cli,Normal startup and termination,POSIX signal handling Handling SIGCHILD, interrupted system calls, and preventing zombies,Connection abort before accept returns Crash of server process
Rate this Book:
Average: 4 (2 votes)
TCP Client-Server TCP Client-Server  Notes
  Introduction,TCP Echo Server,TCP Echo Client,Normal Startup and Termination Posix Signal Handling,Handling SIGCHLD Signals,Data Format
Rate this Book:
Average: 5 (1 vote)
Socket Options Socket Options Notes
  getsockopt and setsockopt functions,Check options and obtain default values,Generic socket options,IPv4 socket options IPv6 socket options,TCP socket options,fcntl function,Summary
Rate this Book:
Average: 5 (1 vote)
SNMP-Version-Comparision SNMP-Version-Comparision Notes
  During its development history, the communities of researchers, developers,implementers and users of the DARPA/DoD TCP/IP protocol suite have experimented with a wide range of protocols in a variety of different networking environments.
Rate this Book:
Average: 5 (1 vote)
Simple network management protocol Basics Simple network management protocol Basics Notes
  Introduction,Basic Concepts,MIB RMON,SNMPv3
Rate this Book:
Average: 5 (1 vote)
Simple Network Management Protocol Simple Network Management Protocol Notes
  Network management includes deployment,integration and coordination of the hardware, software, and human elements to monitor, test, poll, configure, analyze, evaluate and control the network and element resources to meet the real-time, operational performance.
Rate this Book:
Average: 5 (1 vote)
Raw Sockets Raw Sockets Notes
  Raw Sockets let you program at just above the network (IP) layer,Raw Sockets expose ICMP
Rate this Book:
Average: 5 (1 vote)
IPv4 and IPv6 Interoperability IPv4 and IPv6 Interoperability Notes
  IPv4 client, IPv6 server over dual-stack server host,IPv6 client over dual-stack client host, IPv4 server IPv6 address macro, function and option,Source code portability
Rate this Book:
Average: 5 (1 vote)
I/O Multiplexing I/O Multiplexing Notes
  Introduction,I/O Models,Synchronous I/O versus Asynchronous I/O,select function TCP echo client using select,Shutdown function,TCP Echo Server,TCP and UDP Echo Server using select (section 8.15
Rate this Book:
Average: 5 (1 vote)
Internet Control Message Protocol Internet Control Message Protocol Notes
  Be familiar with the ICMP message format ,Know the types of error reporting messages, Know the types of query messages Be able to calculate the ICMP checksum, Know how to use the ping and traceroute commands Understand the modules and interactions of an ICMP package
Rate this Book:
Average: 5 (1 vote)
ELEMENTARY UDP SOCKETS ELEMENTARY UDP SOCKETS Notes
  User Datagram Protocol is a connectionless, “unreliable” datagram protocol. Function calls for a typical UDP Client/server
Rate this Book:
Average: 5 (1 vote)
Elementary TCP Sockets Elementary TCP Sockets Notes
  This Book Contain detailes related to Elementary TCP Sockets
Rate this Book:
Average: 5 (1 vote)
DNS & IPv6 DNS & IPv6 Notes
  This Book Contain Details related to DNS & Internet Protocol V6
Rate this Book:
Average: 5 (1 vote)
Concurrent Servers Concurrent Servers Notes
  Limitations of iterative servers,Process-based concurrent servers,Event-based concurrent servers Threads-based concurrent servers,etc..,
Rate this Book:
Average: 5 (1 vote)
Advanced Sockets Advanced Sockets Notes
  Content Related to Advanced Sockets
Rate this Book:
Average: 5 (1 vote)
Semaphore and Mutex Operations Semaphore and Mutex Operations Notes
  Review on Basic Operations,Implementation of semaphores in POSIX,POSIX Mutex-related,etc..,
Rate this Book:
Average: 5 (1 vote)