Tag: Networking

PC Magazine Guide to Home Networking

Networking–it’s not just for the office any more. Here’s how to get all your electronic devices on the same team Ready to plunge into creating your own home network? You couldn’t ask for a better guide...

Read More

Computer Networks, Fourth Edition

This is the long-awaited 3rd Edition of Tanenbaum’s classic book on computer networking. The finest network engineer I know (who was stolen from my previous employer by developers of IPv6) swears by this book, and it is...

Read More

Networking for Dummies, 12th Edition

Fully revised to cover Windows 10 and Windows Server 2019, this new edition of the trusted Networking For Dummies helps both beginning network administrators and home users to set up and maintain a network. Updated coverage of broadband and wireless technologies, as well as storage and back-up procedures, ensures that you’ll learn how to build a wired or wireless network, secure and optimize it, troubleshoot problems, and much more.

Read More

Networking for Dummies, Sixth Edition

Once you hook up your PC to a network, it’s not a personal computer anymore. You are now part of a network of computers. You don?t need to have a PhD to understand the benefits of networking. In fact, you learned...

Read More

ICMP Ping Program in C

This sample illustrates how an ICMP ping app can be written using the SOCK_RAW socket type and IPPROTO_ICMP protocol. By creating a raw socket, the underlying layer does not change the protocol header so that when we submit the ICMP header nothing is changed so that the receiving end will see an ICMP packet. Additionally, we use the record route IP option to get a round trip path to the endpoint. Note that the size of the IP option header that records the route is limited to nine IP addresses.

Read More