TCP Echo Server Using Threads |
|
This book contain details related to TCP Echo Server Using Threads |
|
Rate this Book: |
The get host by address function |
|
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: |
TCP/IP Technical Introduction Overview |
|
Network Layer Protocols,IP - Internet Protocol,ICMP - Internet Control Message Protocol
UDP - User Datagram Protocol,TCP - Transmission Control Protocol,IPv6
|
|
Rate this Book: |
Introduction to TCP/IP |
|
Used to report problems with delivery of IP Datagrams within an IP network
Used by Ping, Tracerout commands
|
|
Rate this Book: |
TCP Client-Server Basics |
|
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: |
TCP Client-Server |
|
Introduction,TCP Echo Server,TCP Echo Client,Normal Startup and Termination
Posix Signal Handling,Handling SIGCHLD Signals,Data Format
|
|
Rate this Book: |
Socket Options |
|
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: |
SNMP-Version-Comparision |
|
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: |
Simple network management protocol Basics |
|
Introduction,Basic Concepts,MIB
RMON,SNMPv3
|
|
Rate this Book: |
Simple Network Management Protocol |
|
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: |
Raw Sockets |
|
Raw Sockets let you program at just above the network (IP) layer,Raw Sockets expose ICMP |
|
Rate this Book: |
IPv4 and IPv6 Interoperability |
|
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: |
I/O Multiplexing |
|
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: |
Internet Control Message Protocol |
|
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: |
ELEMENTARY UDP SOCKETS |
|
User Datagram Protocol is a connectionless, “unreliable” datagram protocol.
Function calls for a typical UDP Client/server |
|
Rate this Book: |
Elementary TCP Sockets |
|
This Book Contain detailes related to Elementary TCP Sockets |
|
Rate this Book: |
DNS & IPv6 |
|
This Book Contain Details related to DNS & Internet Protocol V6 |
|
Rate this Book: |
Concurrent Servers |
|
Limitations of iterative servers,Process-based concurrent servers,Event-based concurrent servers
Threads-based concurrent servers,etc..,
|
|
Rate this Book: |
Advanced Sockets |
|
Content Related to Advanced Sockets |
|
Rate this Book: |
Semaphore and Mutex Operations |
|
Review on Basic Operations,Implementation of semaphores in POSIX,POSIX Mutex-related,etc.., |
|
Rate this Book: |