Help me using Protocol...

Discussion about hacker.org's server
Post Reply
wongasdf
Posts: 2
Joined: Mon Jan 26, 2009 3:59 am

Help me using Protocol...

Post by wongasdf »

Help me I want to learn the protocol (basic hacks)
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Re: Help me using Protocol...

Post by PaRaDoX »

wongasdf wrote:Help me I want to learn the protocol (basic hacks)
hate to say it, but isn't protocol just a term for a set of "instructions"? (like when a user does *action* then the protocol of a certain program tells the computer to respond with *response*)


i don't think it's a language or global setting in itself. maybe you're thinking of internet protocol?
Image

~You are a glitch in my reasoning.
BerryTheWest
Posts: 205
Joined: Sat Nov 29, 2008 3:19 am

Post by BerryTheWest »

In proper term for Protocol: In computing, a protocol is a convention or standard that controls or enables the connection, communication, and data transfer between two computing endpoints. In its simplest form, a protocol can be defined as the rules governing the syntax, semantics, and synchronization of communication. Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection.

There are a lot of protocols and of course tell me which you want to know. List of Network Protocol

If you want to make your own protocol, just learn the basic programming. Perhaps C# will help you get a kick start at that. Once you know how to do C# then you can do Socket Programming in System.Net.Sockets. That helps you create your own protocol by creating program that read the formal manner of data transmission. :)
The Assistant of the Clan. The White Orders.
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

BerryTheWest wrote:In proper term for Protocol: In computing, a protocol is a convention or standard that controls or enables the connection, communication, and data transfer between two computing endpoints. In its simplest form, a protocol can be defined as the rules governing the syntax, semantics, and synchronization of communication. Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection.

There are a lot of protocols and of course tell me which you want to know. List of Network Protocol

If you want to make your own protocol, just learn the basic programming. Perhaps C# will help you get a kick start at that. Once you know how to do C# then you can do Socket Programming in System.Net.Sockets. That helps you create your own protocol by creating program that read the formal manner of data transmission. :)
there you go. i still prefer my "set of instructions" layman's terms user-friendly explanation though :3
Image

~You are a glitch in my reasoning.
Post Reply